summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-03-24 03:20:06 +0100
committerFabien Tassin <fta@sofaraway.org>2008-03-24 03:20:06 +0100
commit6c40f149b4e36d5804cfc5a6b2a5ff5496dcdf19 (patch)
tree07879e51349ae6323c0870d0c9a95f79bfaa431d
parented39212ecf461e6409c7882a6a7b5fc45ea4c03f (diff)
* [minefield-packager] Add dpkg-dev (for dpkg-deb) and fakeroot to depends
- update debian/control
-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