r1409 - packages/libuser-simple-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Thu Oct 6 19:21:22 UTC 2005


Author: gwolf
Date: 2005-10-06 19:21:22 +0000 (Thu, 06 Oct 2005)
New Revision: 1409

Modified:
   packages/libuser-simple-perl/trunk/debian/rules
Log:
Added the examples in the doc/ dir


Modified: packages/libuser-simple-perl/trunk/debian/rules
===================================================================
--- packages/libuser-simple-perl/trunk/debian/rules	2005-10-06 19:08:45 UTC (rev 1408)
+++ packages/libuser-simple-perl/trunk/debian/rules	2005-10-06 19:21:22 UTC (rev 1409)
@@ -48,6 +48,10 @@
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
+	# Example administration script (and whatever else comes in later)
+	install -d $(TMP)/usr/share/doc/$(PACKAGE)/examples
+	install examples/* $(TMP)/usr/share/doc/$(PACKAGE)/examples
+
 	# 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:
@@ -69,7 +73,7 @@
 	dh_perl
 	dh_link
 	dh_strip
-	dh_compress
+	dh_compress -X examples
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol




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