| Index: tools/linux_dist_support/debian/control
|
| diff --git a/tools/linux_dist_support/debian/control b/tools/linux_dist_support/debian/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bc8c5703e42f71fa8026e4a08f7481f4356bd931
|
| --- /dev/null
|
| +++ b/tools/linux_dist_support/debian/control
|
| @@ -0,0 +1,16 @@
|
| +Source: dart
|
| +Maintainer: Soren Gjesse <sgjesse@google.com>
|
| +Section: misc
|
| +Priority: optional
|
| +Standards-Version: 3.9.2
|
| +Build-Depends: debhelper (>= 9),
|
| + subversion,
|
| + python,
|
| + g++-4.6,
|
| + openjdk-6-jdk
|
| +
|
| +Package: dart
|
| +Architecture: amd64 i386
|
| +Depends: ${shlibs:Depends}, ${misc:Depends}
|
| +Description: Dart SDK
|
| +
|
|
|