summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 8aca0d7..00c368c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,10 +26,14 @@ mozilla-devscripts (0.19) UNRELEASED; urgency=low
- add src/dh_xul-ext
- update src/Makefile
- update src/xpi.mk
- - Move compare_versions from moz-version into separate module
+ - Move compare_versions from moz-version into separate module moz_version.py
- add src/moz_version.py
- update src/moz-version
- update src/dh_xul-ext
+ - Install moz_version.py using python-support
+ - update debian/control
+ - update debian/rules
+ - update src/Makefile
[ Alexander Sack <asac@ubuntu.com> ]
* dh_xul-ext:
@@ -39,7 +43,7 @@ mozilla-devscripts (0.19) UNRELEASED; urgency=low
- update src/dh_xul-ext
- update debian/control
- -- Benjamin Drung <bdrung@ubuntu.com> Thu, 17 Dec 2009 11:54:45 +0100
+ -- Benjamin Drung <bdrung@ubuntu.com> Tue, 22 Dec 2009 13:38:57 +0100
mozilla-devscripts (0.18) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a16e6a8..599aacb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Fabien Tassin <fta@ubuntu.com>,
Alexander Sack <asac@ubuntu.com>,
Benjamin Drung <bdrung@ubuntu.com>
Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: lsb-release
+Build-Depends-Indep: python, python-support
Standards-Version: 3.8.3
DM-Upload-Allowed: yes
Vcs-Bzr: lp:mozilla-devscripts
diff --git a/debian/rules b/debian/rules
index 2d6256a..c1d6454 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,3 +32,6 @@ DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/mozilla-devscripts/
DEB_MAKE_CHECK_TARGET := $(NULL)
DEB_INSTALL_DOCS_ALL := README
+
+install/mozilla-devscripts::
+ dh_pysupport