[libogg-vorbis-header-pureperl-perl] 05/07: d/rules cosmetics

gregor herrmann gregoa at debian.org
Sat Jun 20 14:38:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libogg-vorbis-header-pureperl-perl.

commit 9b8212b169c61ab7438f8d892415f921534fa429
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 20 16:34:02 2015 +0200

    d/rules cosmetics
    
    Gbp-Dch: Ignore
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 124bcbc..2735839 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
 
-TMP=$(CURDIR)/debian/libogg-vorbis-header-pureperl-perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -f $(TMP)/usr/share/perl5/Ogg/Vorbis/Header/ogginfo.pl
+	$(RM) -v $(TMP)/usr/share/perl5/Ogg/Vorbis/Header/ogginfo.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libogg-vorbis-header-pureperl-perl.git



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