summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control3
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 68cd855..2bd0837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ mozilla-devscripts (0.15) UNRELEASED; urgency=low
* packaging:
- break and sort Depends and Suggests
- update debian/control
+ - add ${misc:Depends} to Depends
+ - update debian/control
- -- Benjamin Drung <bdrung@ubuntu.com> Tue, 11 Aug 2009 16:33:12 +0200
+ -- Benjamin Drung <bdrung@ubuntu.com> Tue, 11 Aug 2009 16:40:27 +0200
mozilla-devscripts (0.14) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ba7c9ca..b82e751 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Depends: dpkg-dev,
quilt,
unzip,
wget,
- zip
+ zip,
+ ${misc:Depends}
Suggests: cvs,
git-core,
mercurial