[SCM] Packaging of ack-grep in Debian branch, master, updated. debian/1.96-2-23-gc94836c

gregor herrmann gregoa at debian.org
Sat May 11 17:45:00 UTC 2013


The following commit has been merged in the master branch:
commit 789318183585978a15bea4ab07410d1168fde7ce
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 11 18:47:13 2013 +0200

    use mv -v to see if something's moved
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 29e5a0d..585016d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,5 +15,5 @@ override_dh_clean:
 
 override_dh_auto_install:
 	dh_auto_install
-	mv $(TMP)/usr/bin/ack $(TMP)/usr/bin/ack-grep
-	mv $(TMP)/usr/share/man/man1/ack.1p $(TMP)/usr/share/man/man1/ack-grep.1p
+	mv -v $(TMP)/usr/bin/ack $(TMP)/usr/bin/ack-grep
+	mv -v $(TMP)/usr/share/man/man1/ack.1p $(TMP)/usr/share/man/man1/ack-grep.1p

-- 
Packaging of ack-grep in Debian



More information about the Pkg-perl-cvs-commits mailing list