[SCM] Debian packaging of librpc-xml-perl branch, master, updated. debian/0.76-3-21-g2298cce

Xavier Guimard x.guimard at free.fr
Sun May 12 16:05:59 UTC 2013


The following commit has been merged in the master branch:
commit 6d82e6ae7690bce423650ac0fd2712d7480e97dd
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun May 12 16:57:14 2013 +0200

    Remove Apache::RPC::* files which depends on mod_perl 1
    
    Closes: 551541

diff --git a/debian/rules b/debian/rules
index 11ea281..bf2eb4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,15 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
 override_dh_auto_build:
 	dh_auto_build -- -C ex MAKEMETHOD="$(PERL) ../etc/make_method"
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf $(TMP)/usr/share/perl5/Apache/ $(TMP)/usr/share/man/man3/Apache*
+

-- 
Debian packaging of librpc-xml-perl



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