r9316 - in /trunk/libhttp-request-params-perl/debian: changelog control rules watch

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


Author: emhn-guest
Date: Thu Nov 15 14:19:29 2007
New Revision: 9316

URL: http://svn.debian.org/wsvn/?sc=1&rev=9316
Log:
* Fixed watch file.
* Wrap long lines in control file.

Modified:
    trunk/libhttp-request-params-perl/debian/changelog
    trunk/libhttp-request-params-perl/debian/control
    trunk/libhttp-request-params-perl/debian/rules
    trunk/libhttp-request-params-perl/debian/watch

Modified: trunk/libhttp-request-params-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhttp-request-params-perl/debian/changelog?rev=9316&op=diff
==============================================================================
--- trunk/libhttp-request-params-perl/debian/changelog (original)
+++ trunk/libhttp-request-params-perl/debian/changelog Thu Nov 15 14:19:29 2007
@@ -2,8 +2,10 @@
 
   * Moved the package into Debian Perl Pkg Project SVN.
   * Fixed copyright file with a better URL.
+  * Fixed watch file.
+  * Wrap long lines in control file.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 09 Nov 2007 18:47:05 -0400
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 15 Nov 2007 10:18:45 -0400
 
 libhttp-request-params-perl (1.01-2) unstable; urgency=low
 

Modified: trunk/libhttp-request-params-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhttp-request-params-perl/debian/control?rev=9316&op=diff
==============================================================================
--- trunk/libhttp-request-params-perl/debian/control (original)
+++ trunk/libhttp-request-params-perl/debian/control Thu Nov 15 14:19:29 2007
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0), libclass-accessor-perl, libwww-perl, libemail-mime-contenttype-perl, libemail-mime-modifier-perl (>= 1.441)
+Build-Depends-Indep: perl (>= 5.8.0), libclass-accessor-perl, libwww-perl,
+ libemail-mime-contenttype-perl, libemail-mime-modifier-perl (>= 1.441)
 Maintainer: Debian Pkg Perl <pkg-perl at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Homepage: http://search.cpan.org/~cwest/HTTP-Request-Params/
@@ -12,7 +13,8 @@
 
 Package: libhttp-request-params-perl
 Architecture: all
-Depends: ${perl:Depends}, libclass-accessor-perl, libwww-perl, libemail-mime-contenttype-perl, libemail-mime-modifier-perl (>= 1.441)
+Depends: ${perl:Depends}, libclass-accessor-perl, libwww-perl,
+ libemail-mime-contenttype-perl, libemail-mime-modifier-perl (>= 1.441)
 Description:  Retrieve GET/POST Parameters from HTTP Requests
  This software does all the dirty work of parsing HTTP Requests to find
  incoming query parameters.

Modified: trunk/libhttp-request-params-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhttp-request-params-perl/debian/rules?rev=9316&op=diff
==============================================================================
--- trunk/libhttp-request-params-perl/debian/rules (original)
+++ trunk/libhttp-request-params-perl/debian/rules Thu Nov 15 14:19:29 2007
@@ -22,34 +22,23 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) test
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-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) 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:

Modified: trunk/libhttp-request-params-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhttp-request-params-perl/debian/watch?rev=9316&op=diff
==============================================================================
--- trunk/libhttp-request-params-perl/debian/watch (original)
+++ trunk/libhttp-request-params-perl/debian/watch Thu Nov 15 14:19:29 2007
@@ -1,3 +1,3 @@
 # format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/HTTP/HTTP-Request-Params-(.*).(tar.gz|tar|tgz)
+version=3
+http://www.cpan.org/modules/by-module/HTTP/HTTP-Request-Params-([\d\.]+)\.(?:tar\.gz|tar|tgz)




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