r2427 - packages/libhttp-server-simple-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Fri Mar 17 22:47:50 UTC 2006


Author: ntyni-guest
Date: 2006-03-17 22:47:49 +0000 (Fri, 17 Mar 2006)
New Revision: 2427

Modified:
   packages/libhttp-server-simple-perl/trunk/debian/changelog
   packages/libhttp-server-simple-perl/trunk/debian/control
   packages/libhttp-server-simple-perl/trunk/debian/rules
   packages/libhttp-server-simple-perl/trunk/debian/watch
Log:
Minor fixes.


Modified: packages/libhttp-server-simple-perl/trunk/debian/changelog
===================================================================
--- packages/libhttp-server-simple-perl/trunk/debian/changelog	2006-03-17 22:44:19 UTC (rev 2426)
+++ packages/libhttp-server-simple-perl/trunk/debian/changelog	2006-03-17 22:47:49 UTC (rev 2427)
@@ -2,9 +2,12 @@
 
   * New upstream release.
   * Adopted for the Debian Perl Group. (Closes: #357078)
-  * Acknowledge previous NMU. (Closes: #329558, #304093)
+  * Acknowledge the previous NMU. (Closes: #329558, #304093)
+  * Don't ignore the return value of 'make distclean'
+  * Upgrade to Standards-Version 3.6.2. No changes needed.
+  * Fixed debian/watch.
 
- -- Niko Tyni <ntyni at iki.fi>  Sat, 18 Mar 2006 00:41:13 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Sat, 18 Mar 2006 00:47:38 +0200
 
 libhttp-server-simple-perl (0.16-0.1) unstable; urgency=low
 

Modified: packages/libhttp-server-simple-perl/trunk/debian/control
===================================================================
--- packages/libhttp-server-simple-perl/trunk/debian/control	2006-03-17 22:44:19 UTC (rev 2426)
+++ packages/libhttp-server-simple-perl/trunk/debian/control	2006-03-17 22:47:49 UTC (rev 2427)
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.0-7), netbase, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
 
 Package: libhttp-server-simple-perl
 Architecture: all

Modified: packages/libhttp-server-simple-perl/trunk/debian/rules
===================================================================
--- packages/libhttp-server-simple-perl/trunk/debian/rules	2006-03-17 22:44:19 UTC (rev 2426)
+++ packages/libhttp-server-simple-perl/trunk/debian/rules	2006-03-17 22:47:49 UTC (rev 2427)
@@ -34,7 +34,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean build-stamp install-stamp
 

Modified: packages/libhttp-server-simple-perl/trunk/debian/watch
===================================================================
--- packages/libhttp-server-simple-perl/trunk/debian/watch	2006-03-17 22:44:19 UTC (rev 2426)
+++ packages/libhttp-server-simple-perl/trunk/debian/watch	2006-03-17 22:47:49 UTC (rev 2427)
@@ -1,3 +1,3 @@
 # format version number, currently 2; this line is compulsory!
 version=2
-http://www.cpan.org/modules/by-module/HTTP/HTTP-Server-Simple-CGI-(.*)(.tar.gz|.tar|.tgz)
+http://mirrors.kernel.org/CPAN/modules/by-module/HTTP/HTTP-Server-Simple-(\d.*)(.tar.gz|.tar|.tgz)




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