[SCM] Debian packaging of libbusiness-isbn-data-perl branch, master, updated. 3328818e1a8cf61d0925a962a6bf20832878aa9a

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Aug 31 22:45:55 UTC 2012


The following commit has been merged in the master branch:
commit ad7dbd758e71f5ed1be8ed9a71602b8ff43cc678
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Aug 31 23:53:45 2012 +0200

    do not ship outdated make_data.pl, an xml RangeMessage can be used directly

diff --git a/debian/libbusiness-isbn-data-perl.examples b/debian/libbusiness-isbn-data-perl.examples
deleted file mode 100644
index 60ce1d8..0000000
--- a/debian/libbusiness-isbn-data-perl.examples
+++ /dev/null
@@ -1 +0,0 @@
-make_data.pl
diff --git a/debian/rules b/debian/rules
index 2d33f6a..efe0df4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -f $(TMP)/usr/share/perl5/Business/ISBN/make_data.pl

-- 
Debian packaging of libbusiness-isbn-data-perl



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