summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig@debian.org>2006-01-29 17:30:28 +0000
committerFrank Lichtenheld <djpig@debian.org>2006-01-29 17:30:28 +0000
commit027e9bffc6d9b18446feb44b86fdad515e8db7bb (patch)
tree9672dd11b78dbb807692405c04de6e8412961e72 /debian
parent55c873a538f6664703a48d61a57934b069d260d1 (diff)
downloaddpkg-027e9bffc6d9b18446feb44b86fdad515e8db7bb.tar.gz
* man/C/dpkg-scanpackages.1: Document new dpkg-scanpackages
-m option. * scripts/dpkg-scanpackages.pl: Rewrite the script to support multiple versions of packages in a single Packages file; use Getopt::Long instead of attempting to parse the command line ourselves and doing it badly; get rid of unecessary hashes and arrays that aren't used at all; output help when given the --help/-h/-? options Closes: #229589, #319541
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6add50d7c..53b379283 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,11 @@ dpkg (1.13.14~) UNRELEASED; urgency=low
more complex setups (Julian Gilbey). Closes: #163061
* Add files and dirs used by bzr to default dpkg-source -i regex
(maximilian attems). Closes: #345164
+ * dpkg-scanpackages can now output Packages files with multiple
+ versions of a single package (Don Armstrong). Closes: #229589.
+ * dpkg-scanpackages outputs help when given the --help or -h option
+ (Don Armstrong). Closes: #319541
+ * Document dpkg-scanpackage -m in man page.
-- Guillem Jover <guillem@debian.org> Sun, 29 Jan 2006 06:02:58 +0200