r9319 - in /trunk/libnet-subnets-perl/debian: changelog control rules watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Nov 15 14:28:49 UTC 2007


Author: emhn-guest
Date: Thu Nov 15 14:28:49 2007
New Revision: 9319

URL: http://svn.debian.org/wsvn/?sc=1&rev=9319
Log:
* Fixed watch file.

Modified:
    trunk/libnet-subnets-perl/debian/changelog
    trunk/libnet-subnets-perl/debian/control
    trunk/libnet-subnets-perl/debian/rules
    trunk/libnet-subnets-perl/debian/watch

Modified: trunk/libnet-subnets-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-subnets-perl/debian/changelog?rev=9319&op=diff
==============================================================================
--- trunk/libnet-subnets-perl/debian/changelog (original)
+++ trunk/libnet-subnets-perl/debian/changelog Thu Nov 15 14:28:49 2007
@@ -3,8 +3,9 @@
   * Moved package into Pkg Perl Project SVN.
   * Update Standards Version.
   * Cleanup debian/rules.
+  * Fixed watch file.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 09 Nov 2007 17:48:11 -0400
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 15 Nov 2007 10:25:41 -0400
 
 libnet-subnets-perl (0.21-1) unstable; urgency=low
 

Modified: trunk/libnet-subnets-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-subnets-perl/debian/control?rev=9319&op=diff
==============================================================================
--- trunk/libnet-subnets-perl/debian/control (original)
+++ trunk/libnet-subnets-perl/debian/control Thu Nov 15 14:28:49 2007
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian PkgPerl <pkg-perl at lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich <emhn at usb.ve>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Homepage: http://search.cpan.org/~sri/Net-Subnets-0.21/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-subnets-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-subnets-perl/

Modified: trunk/libnet-subnets-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-subnets-perl/debian/rules?rev=9319&op=diff
==============================================================================
--- trunk/libnet-subnets-perl/debian/rules (original)
+++ trunk/libnet-subnets-perl/debian/rules Thu Nov 15 14:28:49 2007
@@ -22,37 +22,24 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-
+	$(MAKE)
+	$(MAKE) test
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-
 	touch install-stamp
 
 binary-arch:
@@ -64,8 +51,6 @@
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/libnet-subnets-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-subnets-perl/debian/watch?rev=9319&op=diff
==============================================================================
--- trunk/libnet-subnets-perl/debian/watch (original)
+++ trunk/libnet-subnets-perl/debian/watch Thu Nov 15 14:28:49 2007
@@ -1,3 +1,2 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/Net/Net-Subnets-(.*).(tar.gz|tar|tgz)
+version=3
+http://www.cpan.org/modules/by-module/Net/Net-Subnets-([\d\.]+)\.(?:tar\.gz|tar|tgz)




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