r11435 - in /trunk/libhtml-template-pro-perl/debian: changelog control rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Dec 20 08:56:00 UTC 2007


Author: hanska-guest
Date: Thu Dec 20 08:56:00 2007
New Revision: 11435

URL: http://svn.debian.org/wsvn/?sc=1&rev=11435
Log:
* debian/control:
  - added myself to Uploaders
  - updating Standards-Version to 3.7.3
* debian/watch - now using a dist-based URL
* debian/rules - removing empty /usr/share/perl5/

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/control
    trunk/libhtml-template-pro-perl/debian/rules
    trunk/libhtml-template-pro-perl/debian/watch

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/changelog?rev=11435&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Thu Dec 20 08:56:00 2007
@@ -1,13 +1,17 @@
-libhtml-template-pro-perl (0.66-2) UNRELEASED; urgency=low
+libhtml-template-pro-perl (0.67-1) unstable; urgency=low
 
   [ Vincent Danjean ]
-  * NOT RELEASED YET
   * add debian/watch file
 
   [ David Paleino ]
   * New upstream version
+  * debian/control:
+    - added myself to Uploaders
+    - updating Standards-Version to 3.7.3
+  * debian/watch - now using a dist-based URL
+  * debian/rules - removing empty /usr/share/perl5/
 
- -- David Paleino <d.paleino at gmail.com>  Thu, 20 Dec 2007 09:29:58 +0100
+ -- David Paleino <d.paleino at gmail.com>  Thu, 20 Dec 2007 09:38:01 +0100
 
 libhtml-template-pro-perl (0.66-1) unstable; urgency=low
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/control?rev=11435&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Thu Dec 20 08:56:00 2007
@@ -4,8 +4,9 @@
 Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-12),
   libpcre3-dev, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Vincent Danjean <vdanjean at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Vincent Danjean <vdanjean at debian.org>,
+ David Paleino <d.paleino at gmail.com>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/HTML-Template-Pro/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-pro-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/

Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/rules?rev=11435&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Thu Dec 20 08:56:00 2007
@@ -63,6 +63,7 @@
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 
 	touch $@
 

Modified: trunk/libhtml-template-pro-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/watch?rev=11435&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/watch (original)
+++ trunk/libhtml-template-pro-perl/debian/watch Thu Dec 20 08:56:00 2007
@@ -1,4 +1,3 @@
-# format version number, currently 2; this line is compulsory!
 version=3
-http://www.cpan.org/modules/by-module/HTML/HTML-Template-Pro-([0-9.]*)\.tar\.gz debian svn-upgrade
+http://search.cpan.org/dist/HTML-Template-Pro/ .*/HTML-Template-Pro-([[:digit:]].*)\.tar\.gz
 




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