[libfile-basedir-perl] 04/12: Use proper override_ in debian/rules.
gregor herrmann
gregoa at debian.org
Tue Jun 9 19:40:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libfile-basedir-perl.
commit 54a75dbd0aae72928107c3f7b7d6bcd39b17a60e
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Jun 9 21:34:29 2015 +0200
Use proper override_ in debian/rules.
---
debian/rules | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index dd0f44c..50ed3f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
+
%:
- dh --buildsystem=perl_build $@
+ dh $@
-clean:
- dh_testdir
+override_dh_clean:
+ dh_clean
$(RM) -r t/data/dir t/data/test
- dh clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-basedir-perl.git
More information about the Pkg-perl-cvs-commits
mailing list