r3865 - /packages/libtext-typography-perl/trunk/debian/rules

roktas at users.alioth.debian.org roktas at users.alioth.debian.org
Thu Sep 21 02:04:41 UTC 2006


Author: roktas
Date: Thu Sep 21 02:04:40 2006
New Revision: 3865

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3865
Log:
- Activate cdbs patch module.
- Remove bogus usr/lib/perl5 which the MakeMaker creates.


Modified:
    packages/libtext-typography-perl/trunk/debian/rules

Modified: packages/libtext-typography-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-typography-perl/trunk/debian/rules?rev=3865&op=diff
==============================================================================
--- packages/libtext-typography-perl/trunk/debian/rules (original)
+++ packages/libtext-typography-perl/trunk/debian/rules Thu Sep 21 02:04:40 2006
@@ -1,5 +1,14 @@
 #!/usr/bin/make -f
+
+THIS := libtext-typography-perl
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+install/$(THIS)::
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents \
+		$(CURDIR)/debian/$(THIS)/usr/lib/perl5




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