summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2011-07-09 20:22:00 +0200
committerBenjamin Drung <bdrung@ubuntu.com>2011-07-09 20:22:00 +0200
commitc5178d7b50957a9f54f9bed8a6d7ccf081798118 (patch)
tree5a69ef5711c18b80607bcec84bc52ead63934450 /debian
parentdf58f3a3d891a494232d6e49a5a1862a557e8930 (diff)
Add an --all parameter to dh_xul-ext to make packages that work with every
browser they can actually work with (Closes: #610499).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control7
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,