summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
-rw-r--r--debian/copyright2
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3c070b4..2777c6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+mozilla-devscripts (0.36) unstable; urgency=medium
+
+ * xpi-repack:
+ - Use argparse instead of getopts.
+ - Use the tempfile module to create a secure temporary directory.
+ Thanks to Jakub Wilk <jwilk@debian.org> (Closes: #740759)
+ - Print meaningful error message when --upstream-version is missing.
+ (Closes: #740762)
+ - Add --format option and document default compression format.
+ (Closes: #639917)
+ * xpi-unpack: Fix unpacke -> unpacked typo (Closes: #740752)
+
+ -- Benjamin Drung <bdrung@debian.org> Tue, 11 Mar 2014 00:28:21 +0100
+
mozilla-devscripts (0.35) unstable; urgency=low
* dh_xul-ext: Use "dpkg-vendor --derives-from Ubuntu" instead of
diff --git a/debian/copyright b/debian/copyright
index 7e0ccd0..1bf10df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: mozilla-devscripts
Source: git://git.debian.org/pkg-mozext/mozilla-devscripts.git
Files: *
-Copyright: 2009-2013, Benjamin Drung <bdrung@debian.org>
+Copyright: 2009-2014, Benjamin Drung <bdrung@debian.org>
License: ISC
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above