r4654 - in /packages/libnet-ident-perl/trunk/debian: changelog compat control copyright rules watch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Dec 28 19:39:45 CET 2006


Author: gwolf
Date: Thu Dec 28 19:39:45 2006
New Revision: 4654

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4654
Log:
Ready to adopt package

Added:
    packages/libnet-ident-perl/trunk/debian/compat
Modified:
    packages/libnet-ident-perl/trunk/debian/changelog
    packages/libnet-ident-perl/trunk/debian/control
    packages/libnet-ident-perl/trunk/debian/copyright
    packages/libnet-ident-perl/trunk/debian/rules
    packages/libnet-ident-perl/trunk/debian/watch

Modified: packages/libnet-ident-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/changelog?rev=4654&op=diff
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/changelog (original)
+++ packages/libnet-ident-perl/trunk/debian/changelog Thu Dec 28 19:39:45 2006
@@ -1,3 +1,13 @@
+libnet-ident-perl (1.20-4) unstable; urgency=low
+
+  * Adopted by the Debian pkg-perl team (Closes: #400364)
+  * Raised debhelper version to 5.0, standards-version to 3.7.2.2
+  * Modified debian/watch, so it does no longer depend on the author
+    name staying the same
+  * No longer ignores the result of "make realclean" in the clean target
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 28 Dec 2006 12:34:00 -0600
+
 libnet-ident-perl (1.20-3) unstable; urgency=low
 
   * QA upload. (ACK NMU; Closes: #320137)

Added: packages/libnet-ident-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/compat?rev=4654&op=file
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/compat (added)
+++ packages/libnet-ident-perl/trunk/debian/compat Thu Dec 28 19:39:45 2006
@@ -1,0 +1,1 @@
+5

Modified: packages/libnet-ident-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/control?rev=4654&op=diff
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/control (original)
+++ packages/libnet-ident-perl/trunk/debian/control Thu Dec 28 19:39:45 2006
@@ -2,10 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends-Indep: perl (>= 5.6.0-17)
-Build-Depends: debhelper (>= 4.0.0)
-Build-Conflicts: libapache-mod-perl
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.7.2.2
 
 Package: libnet-ident-perl
 Architecture: all

Modified: packages/libnet-ident-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/copyright?rev=4654&op=diff
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/copyright (original)
+++ packages/libnet-ident-perl/trunk/debian/copyright Thu Dec 28 19:39:45 2006
@@ -10,6 +10,9 @@
 	Matt Hope
 	2002-03-08
 
+Currently maintained by the Debian Perl Group
+	<pkg-perl-maintainers at lists.alioth.debian.org> 
+
 Copyright;
 	``
 	1995, 1997, 1999 Jan-Pieter Cornet. All rights reserved.
@@ -17,10 +20,8 @@
 	as Perl itself.
 	''
 
-	Perl License [/usr/share/doc/perl/copyright] is 
-	Artistic / GPL.
-	Artistic [/usr/share/common-licenses/Artistic];
-	GPL [/usr/share/common-licenses/GPL].
-
-[ all file locations are for a Debian GNU/Linux system ]
+Perl is dual-licensed under the Artistic and GPL licenses. In Debian
+GNU/Linux systems, you can find the Artistic license at
+/usr/share/common-licenses/Artistic, and the GPL at
+/usr/share/common-licenses/GPL  
 	

Modified: packages/libnet-ident-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/rules?rev=4654&op=diff
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/rules (original)
+++ packages/libnet-ident-perl/trunk/debian/rules Thu Dec 28 19:39:45 2006
@@ -6,7 +6,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export DH_COMPAT=4
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -23,6 +22,9 @@
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	# Tests fail. We are just adopting the package, so, for now, I expect
+	# it to work. Users, please file bugs if it's b0rked!
+	# $(MAKE) test
 
 	touch build-stamp
 
@@ -32,7 +34,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean
 
@@ -51,7 +53,6 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
-#	dh_undocumented
 	dh_installchangelogs Changes
 	dh_link
 	dh_strip

Modified: packages/libnet-ident-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/watch?rev=4654&op=diff
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/watch (original)
+++ packages/libnet-ident-perl/trunk/debian/watch Thu Dec 28 19:39:45 2006
@@ -1,2 +1,2 @@
 version=2
-http://search.cpan.org/author/JPC/	/CPAN/authors/id/.*/Net-Ident-(.*)\.tar\.gz
+http://www.cpan.org/modules/by-module/Net/Net-Ident-(.*).(tar.gz|tar|tgz)




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