r44708 - /trunk/libmoosex-async-perl/debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Sep 24 03:16:46 UTC 2009


Author: jawnsy-guest
Date: Thu Sep 24 03:16:36 2009
New Revision: 44708

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44708
Log:
Fix to remove the MacOSX resource fork

Modified:
    trunk/libmoosex-async-perl/debian/rules

Modified: trunk/libmoosex-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-async-perl/debian/rules?rev=44708&op=diff
==============================================================================
--- trunk/libmoosex-async-perl/debian/rules (original)
+++ trunk/libmoosex-async-perl/debian/rules Thu Sep 24 03:16:36 2009
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+# Remove the pesky MacOS X resource fork
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/perl5/MooseX/._Async.pm




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