[SCM] findimagedupes branch, master, updated. debian/2.18-1-4-gb79bfa7

Manuel Prinz manuel at debian.org
Tue Jun 2 23:11:31 UTC 2009


The following commit has been merged in the master branch:
commit 267f1c598266e7c53d26a5d8f9c58dee0351c1f3
Author: Manuel Prinz <manuel at debian.org>
Date:   Wed Jun 3 00:45:01 2009 +0200

    Fixed minor paranthesis issue

diff --git a/debian/rules b/debian/rules
index 7367e28..8f9af6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ build/findimagedupes::
 	# 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
+	pod2man $(pkg)_tmp > 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