r16328 - in /trunk/libpod-xhtml-perl/debian: changelog compat control copyright rules watch

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Mar 3 16:49:50 UTC 2008


Author: rmayorga-guest
Date: Mon Mar  3 16:49:50 2008
New Revision: 16328

URL: http://svn.debian.org/wsvn/?sc=1&rev=16328
Log:
* debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467857)
* debian/control
  + Raise debhelper version to 6
  + Set standards-version to 3.7.3 (No changes needed)
  + Add myself to uploaders
* debian/rules
  + let install-stamp depends on build-stamp
  + use $@ for touch -stamp files
  + remove un-ussed dh_ calls
  + don't intall README file, its only have Install info
  + Install cgi-bin content in /usr/share/doc/$package/examples
* Improve debian/watch

Modified:
    trunk/libpod-xhtml-perl/debian/changelog
    trunk/libpod-xhtml-perl/debian/compat
    trunk/libpod-xhtml-perl/debian/control
    trunk/libpod-xhtml-perl/debian/copyright
    trunk/libpod-xhtml-perl/debian/rules
    trunk/libpod-xhtml-perl/debian/watch

Modified: trunk/libpod-xhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/changelog?rev=16328&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/changelog (original)
+++ trunk/libpod-xhtml-perl/debian/changelog Mon Mar  3 16:49:50 2008
@@ -1,10 +1,24 @@
-libpod-xhtml-perl (1.59-2) UNRELEASED; urgency=low
+libpod-xhtml-perl (1.59-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza). Removed: XS-Vcs-Svn fields.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467857)
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:42 +0200
+  [ Rene Mayorga ]
+  * debian/control
+    + Raise debhelper version to 6
+    + Set standards-version to 3.7.3 (No changes needed)
+    + Add myself to uploaders
+  * debian/rules
+    + let install-stamp depends on build-stamp
+    + use $@ for touch -stamp files
+    + remove un-ussed dh_ calls
+    + don't intall README file, its only have Install info
+    + Install cgi-bin content in /usr/share/doc/$package/examples
+  * Improve debian/watch
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 03 Mar 2008 10:25:10 -0600
 
 libpod-xhtml-perl (1.59-1) unstable; urgency=low
 

Modified: trunk/libpod-xhtml-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/compat?rev=16328&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/compat (original)
+++ trunk/libpod-xhtml-perl/debian/compat Mon Mar  3 16:49:50 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libpod-xhtml-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/control?rev=16328&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/control (original)
+++ trunk/libpod-xhtml-perl/debian/control Mon Mar  3 16:49:50 2008
@@ -1,12 +1,14 @@
 Source: libpod-xhtml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7), libtest-assertions-perl,
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: perl (>= 5.8.8), libtest-assertions-perl,
  libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.2
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, 
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-xhtml-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/
 Homepage: http://search.cpan.org/dist/Pod-Xhtml/

Modified: trunk/libpod-xhtml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/copyright?rev=16328&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/copyright (original)
+++ trunk/libpod-xhtml-perl/debian/copyright Mon Mar  3 16:49:50 2008
@@ -9,7 +9,7 @@
 
 P Kent & Simon Flack  <cpan at bbc.co.uk>
 
-(c) 2004, 2005 BBC. 
+Copyright (C) 2004, 2005 BBC. 
 
 This package is free software; you can redistribute it and/or modify it under 
 the terms of the GNU General Public License as published by the Free Software 

Modified: trunk/libpod-xhtml-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/rules?rev=16328&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/rules (original)
+++ trunk/libpod-xhtml-perl/debian/rules Mon Mar  3 16:49:50 2008
@@ -22,38 +22,30 @@
 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
+	touch $@
 
 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:
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch install-stamp
+	touch $@
 
 binary-arch:
 # We have nothing to do by default.
@@ -61,11 +53,11 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installexamples
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress
+	dh_installexamples cgi-bin/*
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol

Modified: trunk/libpod-xhtml-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/watch?rev=16328&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/watch (original)
+++ trunk/libpod-xhtml-perl/debian/watch Mon Mar  3 16:49:50 2008
@@ -1,2 +1,3 @@
 version=3
-http://cpan.org/modules/by-module/Pod/Pod-Xhtml-([\d\.]+)\.tar\.gz
+http://search.cpan.org/dist/Pod-Xhtml/   .*/Pod-Xhtml-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+




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