r9312 - in /trunk/libhtml-highlight-perl/debian: changelog rules watch
emhn-guest at users.alioth.debian.org
emhn-guest at users.alioth.debian.org
Thu Nov 15 13:58:21 UTC 2007
Author: emhn-guest
Date: Thu Nov 15 13:58:20 2007
New Revision: 9312
URL: http://svn.debian.org/wsvn/?sc=1&rev=9312
Log:
* Fixed watch file.
Modified:
trunk/libhtml-highlight-perl/debian/changelog
trunk/libhtml-highlight-perl/debian/rules
trunk/libhtml-highlight-perl/debian/watch
Modified: trunk/libhtml-highlight-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-highlight-perl/debian/changelog?rev=9312&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/changelog (original)
+++ trunk/libhtml-highlight-perl/debian/changelog Thu Nov 15 13:58:20 2007
@@ -1,9 +1,11 @@
libhtml-highlight-perl (0.20-3) unstable; urgency=low
+ [ Ernesto Hernández-Novich (USB) ]
* Moved package into Debian Pkg Perl Project SVN.
* Fixed copyright file with a better URL.
-
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve> Fri, 09 Nov 2007 19:49:58 -0400
+ * Fixed watch file.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve> Thu, 15 Nov 2007 09:55:46 -0400
libhtml-highlight-perl (0.20-2) unstable; urgency=low
Modified: trunk/libhtml-highlight-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-highlight-perl/debian/rules?rev=9312&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/rules (original)
+++ trunk/libhtml-highlight-perl/debian/rules Thu Nov 15 13:58:20 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-highlight-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhtml-highlight-perl/debian/watch?rev=9312&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/watch (original)
+++ trunk/libhtml-highlight-perl/debian/watch Thu Nov 15 13:58:20 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-Highlight-(.*).(tar.gz|tar|tgz)
+version=3
+http://www.cpan.org/modules/by-module/HTML/HTML-Highlight-([\d\.]+)\.(?:tar\.gz|tar|tgz)
More information about the Pkg-perl-cvs-commits
mailing list