r2128 - packages/libauthen-radius-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Mon Feb 13 19:02:49 UTC 2006


Author: ntyni-guest
Date: 2006-02-13 19:02:49 +0000 (Mon, 13 Feb 2006)
New Revision: 2128

Modified:
   packages/libauthen-radius-perl/trunk/debian/changelog
   packages/libauthen-radius-perl/trunk/debian/compat
   packages/libauthen-radius-perl/trunk/debian/control
   packages/libauthen-radius-perl/trunk/debian/rules
   packages/libauthen-radius-perl/trunk/debian/watch
Log:
Minor packaging fixes.


Modified: packages/libauthen-radius-perl/trunk/debian/changelog
===================================================================
--- packages/libauthen-radius-perl/trunk/debian/changelog	2006-02-13 18:48:27 UTC (rev 2127)
+++ packages/libauthen-radius-perl/trunk/debian/changelog	2006-02-13 19:02:49 UTC (rev 2128)
@@ -1,8 +1,15 @@
 libauthen-radius-perl (0.12-2) unstable; urgency=low
 
   * Adopt the package for the Debian Perl Group. (Closes: #314851)
+  * Don't ignore the result of 'make distclean'.
+  * Move debhelper and dpatch to Build-Depends, as they are required
+    for the 'clean' target.
+  * Add dependency on dpatch >= 2.0.9, for /usr/share/dpatch/dpatch-run.
+  * Upgrade to debhelper compatibility level 5.
+  * Add dependency on ${misc:Depends}, as recommended by debhelper.
+  * Point debian/watch to mirrors.kernel.org/cpan instead of www.cpan.org.
 
- -- Niko Tyni <ntyni at iki.fi>  Mon, 13 Feb 2006 20:47:09 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Mon, 13 Feb 2006 21:01:30 +0200
 
 libauthen-radius-perl (0.12-1) unstable; urgency=low
 

Modified: packages/libauthen-radius-perl/trunk/debian/compat
===================================================================
--- packages/libauthen-radius-perl/trunk/debian/compat	2006-02-13 18:48:27 UTC (rev 2127)
+++ packages/libauthen-radius-perl/trunk/debian/compat	2006-02-13 19:02:49 UTC (rev 2128)
@@ -1 +1 @@
-4
+5

Modified: packages/libauthen-radius-perl/trunk/debian/control
===================================================================
--- packages/libauthen-radius-perl/trunk/debian/control	2006-02-13 18:48:27 UTC (rev 2127)
+++ packages/libauthen-radius-perl/trunk/debian/control	2006-02-13 19:02:49 UTC (rev 2128)
@@ -4,11 +4,11 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>> 4.0), dpatch
+Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9)
 
 Package: libauthen-radius-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
 Replaces: libradius-authen-perl
 Conflicts: libradius-authen-perl
 Description: user authentication against radius

Modified: packages/libauthen-radius-perl/trunk/debian/rules
===================================================================
--- packages/libauthen-radius-perl/trunk/debian/rules	2006-02-13 18:48:27 UTC (rev 2127)
+++ packages/libauthen-radius-perl/trunk/debian/rules	2006-02-13 19:02:49 UTC (rev 2128)
@@ -35,7 +35,7 @@
 	dh_testdir
 	dh_testroot
 
-	-[ ! -e Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean build-stamp configure-stamp
 

Modified: packages/libauthen-radius-perl/trunk/debian/watch
===================================================================
--- packages/libauthen-radius-perl/trunk/debian/watch	2006-02-13 18:48:27 UTC (rev 2127)
+++ packages/libauthen-radius-perl/trunk/debian/watch	2006-02-13 19:02:49 UTC (rev 2128)
@@ -3,5 +3,5 @@
 # to check for upstream updates and more.
 # Site		Directory		Pattern			Version	Script
 version=2
-http://www.cpan.org/authors/id/M/MA/MANOWAR/RadiusPerl-(\d+\.\d+)\.tar\.gz debian uupdate
+http://mirrors.kernel.org/cpan/authors/id/M/MA/MANOWAR/RadiusPerl-(\d+\.\d+)\.tar\.gz debian uupdate
 




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