[SCM] Debian packaging of libb-perlreq-perl branch, master, updated. upstream/0.78-34-g5b82e62
Florian Schlichting
fschlich at zedat.fu-berlin.de
Mon Nov 14 21:34:33 UTC 2011
The following commit has been merged in the master branch:
commit a6e661509e6ef8d1d2472149adef7cc415a246ca
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date: Mon Nov 14 21:27:03 2011 +0000
remove all perl.* scripts
The lack of a manpage for perl.clean prompted a small investigation into
what these scripts actually do, and why we used to install two into
$PATH and not ship the other two. Result: we don't know, and it seems
doubtful if they serve any useful purpose on a system that's not
RPM-based at all. So let's not ship them, then.
diff --git a/debian/changelog b/debian/changelog
index cd3ba06..3aadd6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libb-perlreq-perl (0.78-1) UNRELEASED; urgency=low
[ Florian Schlichting ]
* Imported Upstream version 0.77, 0.78
* Add myself to Uploaders.
+ * Remove all perl.* scripts (questionable utility on non-RPM-based
+ distributions)
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
diff --git a/debian/rules b/debian/rules
index a0df4db..6e0ace9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,6 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
override_dh_auto_install:
dh_auto_install
- rm $(TMP)/usr/bin/*.files
+ rm -R $(TMP)/usr/bin
+ rm -R $(TMP)/usr/share/man/man1
rm $(TMP)/usr/share/perl5/fake.pm
--
Debian packaging of libb-perlreq-perl
More information about the Pkg-perl-cvs-commits
mailing list