[SCM] Debian packaging of libgetopt-euclid-perl branch, master, updated. 4170d54d60f3bdac6f2c83e6d734a932c283e2ba

gregor herrmann gregoa at debian.org
Sun Sep 4 13:32:30 UTC 2011


The following commit has been merged in the master branch:
commit 6bca1a3844a88e5e4570273daa48b5c2ea52e862
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 4 15:17:39 2011 +0200

    debian/rules: remove parts that deleted Getopt::Euclid::HierDemo (not
    shipped anymore). Remove debian/libgetopt-euclid-perl.examples which
    installed this module as an example.

diff --git a/debian/libgetopt-euclid-perl.examples b/debian/libgetopt-euclid-perl.examples
deleted file mode 100644
index d5090c8..0000000
--- a/debian/libgetopt-euclid-perl.examples
+++ /dev/null
@@ -1 +0,0 @@
-lib/Getopt/Euclid/HierDemo.*
diff --git a/debian/rules b/debian/rules
index 977ef6b..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
-
-override_dh_auto_install:
-	dh_auto_install
-	# don't install the demo module
-	$(RM) -v $(TMP)/usr/share/perl5/Getopt/Euclid/HierDemo.* \
-		$(TMP)/usr/share/man/man3/Getopt::Euclid::HierDemo.3pm
-	[ ! -d $(TMP)/usr/share/perl5/Getopt/Euclid ] \
-		|| rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/Getopt/Euclid

-- 
Debian packaging of libgetopt-euclid-perl



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