[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:44:59 UTC 2013
The following commit has been merged in the master branch:
commit 7c067fea96a3c7f57de762bdda1e1ed7a61aa0b1
Author: gregor herrmann <gregoa at debian.org>
Date: Sat May 11 18:33:25 2013 +0200
Remove debian/clean, simplify clean actions in debian/rules.
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 4df54f2..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-ack
-stderr.log
diff --git a/debian/rules b/debian/rules
index 45717c2..29e5a0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,14 +10,8 @@ override_dh_auto_test:
# ack behaves differently, causing the tests to fail
[ ! -t 0 ] || dh_auto_test
-override_dh_auto_clean:
- [ ! -f Makefile ] || touch Makefile
- dh_auto_clean
-
override_dh_clean:
dh_clean --exclude=t/swamp/
- # make things partly sane for me :)
- [ ! -d .git -o ! -x /usr/bin/git ] || git checkout ack ack-help.txt
override_dh_auto_install:
dh_auto_install
--
Packaging of ack-grep in Debian
More information about the Pkg-perl-cvs-commits
mailing list