[SCM] findimagedupes branch, master, updated. debian/2.18-2-2-g7c1965d
Manuel Prinz
manuel at debian.org
Mon Jun 8 15:32:29 UTC 2009
The following commit has been merged in the master branch:
commit 7c1965de63165fa43edf3449588908be36018237
Author: Manuel Prinz <manuel at debian.org>
Date: Mon Jun 8 16:47:08 2009 +0200
Corrected path in DIRECTORY config option
Closes: 532318
diff --git a/debian/changelog b/debian/changelog
index 16cae2b..17b51b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+findimagedupes (2.18-3) unstable; urgency=low
+
+ * Corrected path in DIRECTORY config option. Closes: #532318.
+
+ -- Manuel Prinz <manuel at debian.org> Mon, 08 Jun 2009 16:44:31 +0200
+
findimagedupes (2.18-2) unstable; urgency=low
* Removed installation instructions from manpage. Closes: #531145.
diff --git a/debian/rules b/debian/rules
index ea6de38..8e0b48c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ build/findimagedupes::
# they are useless if the package is installed. Upstream has no other
# documentation, so this section will stay in upstream's version.
sed -i '/^=head1 INSTALLATION/,/^=head1 /{/^=head1 OPTIONS/p;d;}' \
- $(pkg)_tmp
- pod2man $(pkg)_tmp > findimagedupes.1
+ $(pkg)
+ pod2man $(pkg) > findimagedupes.1
# Upstream has now updated README himself in version 2.18
# It might be reasonable to create the README this way anyway
# pod2text findimagedupes > ./tmp/README
--
findimagedupes
More information about the debian-science-commits
mailing list