r4181 - in /packages/libnet-xwhois-perl/trunk/debian: changelog control rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed Nov 1 20:26:15 CET 2006


Author: gwolf
Date: Wed Nov  1 20:26:15 2006
New Revision: 4181

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4181
Log:
Including the examples in generated package

Modified:
    packages/libnet-xwhois-perl/trunk/debian/changelog
    packages/libnet-xwhois-perl/trunk/debian/control
    packages/libnet-xwhois-perl/trunk/debian/rules

Modified: packages/libnet-xwhois-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/changelog?rev=4181&op=diff
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/changelog (original)
+++ packages/libnet-xwhois-perl/trunk/debian/changelog Wed Nov  1 20:26:15 2006
@@ -1,3 +1,11 @@
+libnet-xwhois-perl (0.90-3) unstable; urgency=low
+
+  * Added myself as uploader
+  * Including the examples as part of the documentation (Closes:
+    #396573)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed,  1 Nov 2006 13:25:42 -0600
+
 libnet-xwhois-perl (0.90-2) unstable; urgency=low
 
   * New maintainer (in response to Matthias' mail, see

Modified: packages/libnet-xwhois-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/control?rev=4181&op=diff
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/control (original)
+++ packages/libnet-xwhois-perl/trunk/debian/control Wed Nov  1 20:26:15 2006
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Zak B. Elep <zakame at spunge.org>, Carlo Segre <segre at debian.org>
+Uploaders: Zak B. Elep <zakame at spunge.org>, Carlo Segre <segre at debian.org>, Gunnar Wolf <gwolf at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Standards-Version: 3.7.2

Modified: packages/libnet-xwhois-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-xwhois-perl/trunk/debian/rules?rev=4181&op=diff
==============================================================================
--- packages/libnet-xwhois-perl/trunk/debian/rules (original)
+++ packages/libnet-xwhois-perl/trunk/debian/rules Wed Nov  1 20:26:15 2006
@@ -22,7 +22,6 @@
 build-stamp:
 	dh_testdir
 
-	
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
@@ -59,7 +58,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs TODO
-	dh_installexamples
+	dh_installexamples examples/*
 	dh_installmenu
 #	dh_installemacsen
 #	dh_installinit




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