r3166 - in /packages/librpc-xml-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Jun 22 20:32:37 UTC 2006


Author: ntyni-guest
Date: Thu Jun 22 20:32:36 2006
New Revision: 3166

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3166
Log:
Install examples, fix the README

Modified:
    packages/librpc-xml-perl/trunk/debian/changelog
    packages/librpc-xml-perl/trunk/debian/rules

Modified: packages/librpc-xml-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/librpc-xml-perl/trunk/debian/changelog?rev=3166&op=diff
==============================================================================
--- packages/librpc-xml-perl/trunk/debian/changelog (original)
+++ packages/librpc-xml-perl/trunk/debian/changelog Thu Jun 22 20:32:36 2006
@@ -4,8 +4,10 @@
   * Don't ignore the return value of 'make realclean'.
   * Replace `pwd` with $(CURDIR) in debian/rules.
   * Don't install an empty '/usr/lib/perl5' directory.
+  * Install examples in /usr/share/doc.
+  * Install the proper README file in /usr/share/doc.
 
- -- Niko Tyni <ntyni at iki.fi>  Thu, 22 Jun 2006 23:18:00 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 22 Jun 2006 23:30:19 +0300
 
 librpc-xml-perl (0.58-1) unstable; urgency=low
 

Modified: packages/librpc-xml-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/librpc-xml-perl/trunk/debian/rules?rev=3166&op=diff
==============================================================================
--- packages/librpc-xml-perl/trunk/debian/rules (original)
+++ packages/librpc-xml-perl/trunk/debian/rules Thu Jun 22 20:32:36 2006
@@ -28,6 +28,9 @@
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
 
 	$(MAKE) test
+
+	# Generate the example code
+	$(MAKE) -C ex MAKEMETHOD="$(PERL) ../etc/make_method"
 
 	touch build-stamp
 
@@ -66,8 +69,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README.apache2 README.apache README ex/README
-	dh_installexamples
+	dh_installdocs README.apache2 README.apache README
+	# ex/README isn't worth installing
+	dh_installexamples -XREADME ex/*
 	dh_installmenu
 	dh_installcron
 	dh_installman




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