[libtaint-runtime-perl] 04/07: removing the useless file fits better into override_dh_auto_install
Joenio Costa
joenio-guest at alioth.debian.org
Tue Aug 27 16:40:28 UTC 2013
This is an automated email from the git hooks/post-receive script.
joenio-guest pushed a commit to branch master
in repository libtaint-runtime-perl.
commit 05256e9ed3869c48aa27babebdc9bb8d9a4fdf22
Author: Joenio Costa <joenio at colivre.coop.br>
Date: Tue Aug 27 13:12:15 2013 -0300
removing the useless file fits better into override_dh_auto_install
---
debian/changelog | 1 -
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 786cc3c..9663151 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,6 @@ libtaint-runtime-perl (0.3-1) UNRELEASED; urgency=low
TODO:
- d/rules:
- + removing the useless file fits better into override_dh_auto_install
+ using variables is nice: http://pkg-perl.alioth.debian.org/debhelper.html
"Note on paths" and "Removing something"
- d/copyright: I don't find any copyright statement anywhere in the code,
diff --git a/debian/rules b/debian/rules
index d86caf9..8a22d2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,6 @@
%:
dh $@
-override_dh_install:
+override_dh_auto_install:
rm debian/libtaint-runtime-perl/usr/lib/perl5/Taint/is_taint_bench.pl
- dh_install
+ dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtaint-runtime-perl.git
More information about the Pkg-perl-cvs-commits
mailing list