summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b6c8db6..d2e4759 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,12 @@ mozilla-devscripts (0.16) UNRELEASED; urgency=low
- override files on xpi extraction (otherwise running build target would
require user interaction)
- update src/xpi.mk
+ - only list packages in ${xpi:Depends} if they are available in the archive
+ and add lsb-release as dependency
+ - update src/xpi.mk
+ - update debian/control
- -- Benjamin Drung <bdrung@ubuntu.com> Mon, 07 Sep 2009 22:59:11 +0200
+ -- Benjamin Drung <bdrung@ubuntu.com> Sun, 13 Sep 2009 18:29:26 +0200
mozilla-devscripts (0.15) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6dbdb17..715008f 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Architecture: all
Depends: dpkg-dev,
fakeroot,
libxml-xpath-perl,
+ lsb-release,
python,
quilt,
unzip,