r6585 - /trunk/libnet-imap-simple-perl/debian/rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Tue Aug 14 04:22:21 UTC 2007


Author: rmayorga-guest
Date: Tue Aug 14 04:22:21 2007
New Revision: 6585

URL: http://svn.debian.org/wsvn/?sc=1&rev=6585
Log:
* Installing imap.pl on examples/

Modified:
    trunk/libnet-imap-simple-perl/debian/rules

Modified: trunk/libnet-imap-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-imap-simple-perl/debian/rules?rev=6585&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/rules (original)
+++ trunk/libnet-imap-simple-perl/debian/rules Tue Aug 14 04:22:21 2007
@@ -57,7 +57,7 @@
 	# 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 $(TMP)/usr/lib/perl5
-
+	$(RM) $(TMP)/usr/share/perl5/Net/IMAP/imap.pl
 	touch install-stamp
 
 binary-arch:
@@ -71,6 +71,7 @@
 	dh_perl
 	dh_link
 	dh_compress
+	dh_installexamples imap.pl
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol




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