r9314 - in /trunk/libhtml-tagfilter-perl/debian: changelog rules watch

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


Author: emhn-guest
Date: Thu Nov 15 14:03:13 2007
New Revision: 9314

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

Modified:
    trunk/libhtml-tagfilter-perl/debian/changelog
    trunk/libhtml-tagfilter-perl/debian/rules
    trunk/libhtml-tagfilter-perl/debian/watch

Modified: trunk/libhtml-tagfilter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/changelog?rev=9314&op=diff
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/changelog (original)
+++ trunk/libhtml-tagfilter-perl/debian/changelog Thu Nov 15 14:03:13 2007
@@ -1,9 +1,11 @@
 libhtml-tagfilter-perl (1.03-3) unstable; urgency=low
 
+  [ Ernesto Hernández-Novich (USB) ]
   * Moved package into Debian Pkg Perl Project SVN.
   * Fixed copyright file with a better URL.
+  * Fixed watch file.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 09 Nov 2007 19:39:40 -0400
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 15 Nov 2007 10:02:30 -0400
 
 libhtml-tagfilter-perl (1.03-2) unstable; urgency=low
 

Modified: trunk/libhtml-tagfilter-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/rules?rev=9314&op=diff
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/rules (original)
+++ trunk/libhtml-tagfilter-perl/debian/rules Thu Nov 15 14:03:13 2007
@@ -22,36 +22,25 @@
 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/libhtml-tagfilter-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagfilter-perl/debian/watch?rev=9314&op=diff
==============================================================================
--- trunk/libhtml-tagfilter-perl/debian/watch (original)
+++ trunk/libhtml-tagfilter-perl/debian/watch Thu Nov 15 14:03:13 2007
@@ -1,3 +1,3 @@
 # format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/HTML/HTML-TagFilter-(.*).(tar.gz|tar|tgz)
+version=3
+http://www.cpan.org/modules/by-module/HTML/HTML-TagFilter-([\d\.]+)\.(?:tar\.gz|tar|tgz)




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