summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2010-11-16 01:56:17 +0100
committerBenjamin Drung <bdrung@ubuntu.com>2010-11-16 01:56:17 +0100
commita0310d8d5c9034c708bec303f85cfc89c2f304f5 (patch)
treeaeb2536028d084e27129da41b1f89d95cd035eed /debian/control
parent396ec5e0452ca486a397cf4890f476e62d73d4c8 (diff)
* Switch from CDBS to dh 7 and simplifying packaging by improving Makefiles.
- add Makefile - update debian/compat - update debian/control - remove debian/manpages - update debian/rules - update src/Makefile
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 4 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 2ef920c..2a0c057 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Fabien Tassin <fta@ubuntu.com>,
Alexander Sack <asac@debian.org>,
Alexander Sack <asac@ubuntu.com>,
Benjamin Drung <bdrung@ubuntu.com>
-Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: python, python-support
+Build-Depends: debhelper (>= 7), python
+Build-Depends-Indep: python-support
Standards-Version: 3.9.1
DM-Upload-Allowed: yes
Homepage: https://launchpad.net/mozilla-devscripts
@@ -26,10 +26,8 @@ Depends: dpkg-dev,
${misc:Depends},
${perl:Depends},
${python:Depends}
-Suggests: cvs,
- git-core,
- mercurial
+Suggests: cvs, git, mercurial
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
- packages in Ubuntu and Debian
+ packages in Ubuntu and Debian.