r9315 - in /trunk/libhttp-recorder-perl/debian: changelog control rules watch

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


Author: emhn-guest
Date: Thu Nov 15 14:14:53 2007
New Revision: 9315

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

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

Modified: trunk/libhttp-recorder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhttp-recorder-perl/debian/changelog?rev=9315&op=diff
==============================================================================
--- trunk/libhttp-recorder-perl/debian/changelog (original)
+++ trunk/libhttp-recorder-perl/debian/changelog Thu Nov 15 14:14:53 2007
@@ -1,11 +1,14 @@
 libhttp-recorder-perl (0.05-2) unstable; urgency=low
 
+  [ Ernesto Hernández-Novich (USB) ]
   * Moved package into Debian Pkg Perl Project SVN.
   * Updated standards version.
   * Cleanup debian/rules.
   * Fixed copyright file with a better URL.
+  * Fixed watch file.
+  * Wrapped long lines in control file.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 09 Nov 2007 19:07:44 -0400
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 15 Nov 2007 10:11:08 -0400
 
 libhttp-recorder-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libhttp-recorder-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhttp-recorder-perl/debian/control?rev=9315&op=diff
==============================================================================
--- trunk/libhttp-recorder-perl/debian/control (original)
+++ trunk/libhttp-recorder-perl/debian/control Thu Nov 15 14:14:53 2007
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.6.0-16), libwww-perl, liburi-perl, libhtml-parser-perl, libhttp-request-params-perl
+Build-Depends-Indep: perl (>= 5.6.0-16), libwww-perl, liburi-perl,
+ libhtml-parser-perl, libhttp-request-params-perl
 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/~leira/HTTP-Recorder/
@@ -12,7 +13,8 @@
 
 Package: libhttp-recorder-perl
 Architecture: all
-Depends: ${perl:Depends}, libwww-perl, liburi-perl, libhtml-parser-perl, libhttp-request-params-perl
+Depends: ${perl:Depends}, libwww-perl, liburi-perl, libhtml-parser-perl,
+ libhttp-request-params-perl
 Suggests: libhttp-proxy-perl, libwww-mechanize-perl
 Description:  Record interaction with websites
  HTTP::Recorder allows your Perl program to record the interaction with

Modified: trunk/libhttp-recorder-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhttp-recorder-perl/debian/rules?rev=9315&op=diff
==============================================================================
--- trunk/libhttp-recorder-perl/debian/rules (original)
+++ trunk/libhttp-recorder-perl/debian/rules Thu Nov 15 14:14:53 2007
@@ -22,36 +22,24 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(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-recorder-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhttp-recorder-perl/debian/watch?rev=9315&op=diff
==============================================================================
--- trunk/libhttp-recorder-perl/debian/watch (original)
+++ trunk/libhttp-recorder-perl/debian/watch Thu Nov 15 14:14:53 2007
@@ -1,3 +1,3 @@
-# format version number, currently 2; this line is compulsory!
+# format version number, currently 3; this line is compulsory!
 version=3
-http://search.cpan.org/dist/HTTP-Recorder/ .*/HTTP-Recorder-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/HTTP-Recorder/HTTP-Recorder-([[:digit:]].*)\.tar\.gz




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