diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a4ce127..b5ab751 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ mozilla-devscripts (0.27) UNRELEASED; urgency=low * Update package lists for Debian unstable and Ubuntu oneiric. * Add a MOZ_XPI_CLEAN_COMMAND to xpi.mk; thanks to Ximin Luo for the patch (Closes: #632895). + * Add an --all parameter to dh_xul-ext to make packages that work with every + browser they can actually work with (Closes: #610499). -- Benjamin Drung <bdrung@debian.org> Sat, 09 Jul 2011 11:07:58 +0200 diff --git a/debian/control b/debian/control index b8ae1bd..c9d967f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,10 @@ Uploaders: Fabien Tassin <fta@ubuntu.com>, Alexander Sack <asac@debian.org>, Alexander Sack <asac@ubuntu.com>, Benjamin Drung <bdrung@debian.org> -Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~) +Build-Depends: debhelper (>= 7.0.50~), + dpkg-dev (>= 1.15.1), + python-all (>= 2.6.6-3~), + python-librdf Standards-Version: 3.9.2 Homepage: https://launchpad.net/mozilla-devscripts X-Python-Version: >= 2.6 @@ -15,7 +18,7 @@ Vcs-Browser: https://code.launchpad.net/~mozillateam/mozilla-devscripts/mozilla- Package: mozilla-devscripts Architecture: all -Depends: dpkg-dev, +Depends: dpkg-dev (>= 1.15.1), fakeroot, python-librdf, quilt, |