diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2009-10-06 19:02:53 +0200 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2009-10-06 19:02:53 +0200 |
commit | 06e74ac9929f2c7e6e425ac862e04fb5db303036 (patch) | |
tree | 3e0eebd202b6b07427fdfab688185bca8959772f /debian/control | |
parent | 0b010ce323053e259880a980fd95026bac36b9db (diff) |
- move data for the automagic detection of target application packages
into separate xpi-data-*.mk files and set default MOZ_XPI_DISTRO when
installing mozilla-devscripts
- rename src/xpi.mk to src/xpi.mk.in and update it
- add src/xpi-data-all.mk
- add src/xpi-data-common.mk
- add src/xpi-data-Debian.mk
- add src/xpi-data-Ubuntu.mk
- update debian/control
- update src/Makefile
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 938d003..a78d406 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Fabien Tassin <fta@ubuntu.com>, Alexander Sack <asac@ubuntu.com>, Benjamin Drung <bdrung@ubuntu.com> Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: lsb-release Standards-Version: 3.8.3 DM-Upload-Allowed: yes Vcs-Bzr: lp:mozilla-devscripts @@ -17,7 +18,6 @@ Architecture: all Depends: dpkg-dev, fakeroot, libxml-xpath-perl, - lsb-release, python, quilt, unzip, |