12e83bbd84
This change adds arm as a possible architecture to the create_debian_packages.py script and additionally adds a toolchain flag so that arm packages can be built using different cross-compilers that target different ARM versions. The specified cross-compiler is passed on to the debian/rules file through an environment variable. R=ricow@google.com, sgjesse@google.com Review URL: https://codereview.chromium.org//396123003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39291 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
Source: dart
|
|
Maintainer: Soren Gjesse <sgjesse@google.com>
|
|
Section: misc
|
|
Priority: optional
|
|
Standards-Version: 3.9.2
|
|
Build-Depends: debhelper (>= 9),
|
|
python,
|
|
openjdk-6-jdk
|
|
|
|
Package: dart
|
|
Architecture: amd64 i386 armhf armel
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Dart SDK
|
|
|