[liblog-report-perl] 03/09: bin/xgettext-perl is gone, don't try to install it as an example anymore.

gregor herrmann gregoa at debian.org
Sun Jun 15 13:32:25 UTC 2014


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

gregoa pushed a commit to branch master
in repository liblog-report-perl.

commit 5f8fa5ae18eb6f5fd78bb99048f14f61eaba19f8
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 15 14:49:38 2014 +0200

    bin/xgettext-perl is gone, don't try to install it as an example anymore.
---
 debian/liblog-report-perl.examples |  1 -
 debian/patches/fix-shebang.patch   | 14 --------------
 debian/patches/series              |  1 -
 debian/rules                       |  8 --------
 4 files changed, 24 deletions(-)

diff --git a/debian/liblog-report-perl.examples b/debian/liblog-report-perl.examples
deleted file mode 100644
index 36f971e..0000000
--- a/debian/liblog-report-perl.examples
+++ /dev/null
@@ -1 +0,0 @@
-bin/*
diff --git a/debian/patches/fix-shebang.patch b/debian/patches/fix-shebang.patch
deleted file mode 100644
index 6489ad9..0000000
--- a/debian/patches/fix-shebang.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: change shebang to #!/usr/bin/perl in order to comply with 
- Debian Policy.
-Forwarded: not-needed
-Author: Nuno Carvalho <smash at cpan.org>
-Last-Update: 2013-10-09
-
---- a/bin/xgettext-perl
-+++ b/bin/xgettext-perl
-@@ -1,4 +1,4 @@
--#!/usr/bin/env perl
-+#!/usr/bin/perl
- # implements xgettext for Log::Report only, using Log::Report::Extract::PPI
- # Options like GNU's xgettext
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9fdd53d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-shebang.patch
diff --git a/debian/rules b/debian/rules
index cdd2b3b..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE := $(shell dh_listpackages)
-TMP     := $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
-
-override_dh_auto_install:
-	dh_auto_install
-	# installed as an example
-	rm -rfv $(TMP)/usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-report-perl.git



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