summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2010-01-06 17:21:10 +0100
committerBenjamin Drung <bdrung@ubuntu.com>2010-01-06 17:21:10 +0100
commit9fa0360ca4668c5f17ad8b770c8d83a29ac09c3b (patch)
tree8b1894ac54a5a8b95d5f428aa85d40c13892d20d /debian
parented6eede32a507daa779a1a0580681c3c7b333477 (diff)
- drop support for deprecated MOZ_EXT_NAME and MOZ_XPI_MOZILLA_DIRS variable
- update src/xpi.mk * install-xpi: - Split xpi installation from xpi.mk into new install-xpi script. - add src/install-xpi - update src/Makefile - update src/xpi.mk - update debian/control
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control5
2 files changed, 11 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 11a4aaf..5ef771c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,13 +4,11 @@ mozilla-devscripts (0.19) UNRELEASED; urgency=low
- get rid of temp directory; extract xpi file directly into installation
directory
- update src/xpi.mk
- - combine xpath commands to one command
- - update src/xpi.mk
- - add target print-vars for debugging purpose
- - update src/xpi.mk
- correct permissions of installed files and add
MOZ_XPI_PRESERVE_PERMISSIONS to disable this behaviour (Closes: #556741)
- update src/xpi.mk
+ - drop support for deprecated MOZ_EXT_NAME and MOZ_XPI_MOZILLA_DIRS variable
+ - update src/xpi.mk
* med-xpi-{pack,unpack}:
- Drop med- prefix.
- rename man/med-xpi-{pack,unpack}.1 to man/xpi-{pack,unpack}.1
@@ -43,6 +41,12 @@ mozilla-devscripts (0.19) UNRELEASED; urgency=low
- update debian/control
- update debian/rules
- update src/Makefile
+ * install-xpi:
+ - Split xpi installation from xpi.mk into new install-xpi script.
+ - add src/install-xpi
+ - update src/Makefile
+ - update src/xpi.mk
+ - update debian/control
[ Alexander Sack <asac@ubuntu.com> ]
* dh_xul-ext:
@@ -52,7 +56,7 @@ mozilla-devscripts (0.19) UNRELEASED; urgency=low
- update src/dh_xul-ext
- update debian/control
- -- Benjamin Drung <bdrung@ubuntu.com> Wed, 30 Dec 2009 00:57:51 +0100
+ -- Benjamin Drung <bdrung@ubuntu.com> Wed, 06 Jan 2010 17:20:54 +0100
mozilla-devscripts (0.18) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 599aacb..1427c67 100644
--- a/debian/control
+++ b/debian/control
@@ -17,14 +17,13 @@ Package: mozilla-devscripts
Architecture: all
Depends: dpkg-dev,
fakeroot,
- libxml-xpath-perl,
- python,
python-rdflib,
quilt,
unzip,
wget,
zip,
- ${misc:Depends}
+ ${misc:Depends},
+ ${python:Depends}
Suggests: cvs,
git-core,
mercurial