summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 17ff38f..b97e2e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,8 @@ mozilla-devscripts (0.06) UNRELEASED; urgency=low
- add src/minefield-packager/debian/*
- update src/Makefile
- update README
+ + Add dpkg-dev (for dpkg-deb) and fakeroot to depends
+ - update debian/control
* Add $(extra_mk_dirs) to install a full directory and use it for
minefield-packager/debian and (mozclient/)patches
- update src/Makefile
diff --git a/debian/control b/debian/control
index b439d25..18e1a6c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient.dev
Package: mozilla-devscripts
Architecture: all
-Depends: cvs, wget, quilt, libxml-xpath-perl, unzip
+Depends: cvs, wget, quilt, libxml-xpath-perl, unzip, dpkg-dev, fakeroot
Description: Collection of dev scripts used by Ubuntu Mozilla packages
This package contains mozilla-devscripts, a collection of scripts
based on Makefile inheritance which provides targets usable by Mozilla