summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
3 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index e1c1803..c55bc5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,17 @@
mozilla-devscripts (0.26) UNRELEASED; urgency=low
+ [ Chris Coulson ]
* Remove additional binary files from Mozilla tarballs
- update src/mozclient/remove.binonly.sh
* Add services to the list of directories to clean when using
build-system.tar.gz
- update src/xulapp.mk.in
- -- Chris Coulson <chris.coulson@canonical.com> Wed, 26 Jan 2011 13:25:51 +0000
+ [ Benjamin Drung ]
+ * Update my email address.
+ * Switch from python-support to dh_python2.
+
+ -- Benjamin Drung <bdrung@debian.org> Wed, 15 Jun 2011 22:31:48 +0200
mozilla-devscripts (0.25) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 65bc216..8351899 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Uploaders: Fabien Tassin <fta@ubuntu.com>,
Alexander Sack <asac@debian.org>,
Alexander Sack <asac@ubuntu.com>,
Benjamin Drung <bdrung@debian.org>
-Build-Depends: debhelper (>= 7), python
-Build-Depends-Indep: python-support
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.1
DM-Upload-Allowed: yes
Homepage: https://launchpad.net/mozilla-devscripts
+X-Python-Version: all
Vcs-Bzr: lp:mozilla-devscripts
Vcs-Browser: https://code.launchpad.net/~mozillateam/mozilla-devscripts/mozilla-devscripts
diff --git a/debian/rules b/debian/rules
index 2d33f6a..4647c9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2