r22653 - in /trunk/libppi-html-perl/debian: changelog compat control rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Jul 1 22:16:05 UTC 2008


Author: gwolf
Date: Tue Jul  1 22:16:05 2008
New Revision: 22653

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22653
Log:
Uploading new version, fixing cruftiness

Modified:
    trunk/libppi-html-perl/debian/changelog
    trunk/libppi-html-perl/debian/compat
    trunk/libppi-html-perl/debian/control
    trunk/libppi-html-perl/debian/rules

Modified: trunk/libppi-html-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/changelog?rev=22653&op=diff
==============================================================================
--- trunk/libppi-html-perl/debian/changelog (original)
+++ trunk/libppi-html-perl/debian/changelog Tue Jul  1 22:16:05 2008
@@ -1,5 +1,6 @@
-libppi-html-perl (1.07-2) UNRELEASED; urgency=low
+libppi-html-perl (1.07-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -10,7 +11,14 @@
     Uploaders.
   * debian/watch: use dist-based URL.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 16:58:31 +0200
+  [ Gunnar Wolf ]
+  * Fixed typo in short description (Closes: #467433)
+  * Updated standards-version to 3.8.0 (no changes needed)
+  * Updated debhelper compat level to 5
+  * Added myself as an uploader
+  * No longer ignores the result of 'make distclean'
+  
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 01 Jul 2008 17:02:35 -0500
 
 libppi-html-perl (1.07-1.1) unstable; urgency=low
 

Modified: trunk/libppi-html-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/compat?rev=22653&op=diff
==============================================================================
--- trunk/libppi-html-perl/debian/compat (original)
+++ trunk/libppi-html-perl/debian/compat Tue Jul  1 22:16:05 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libppi-html-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/control?rev=22653&op=diff
==============================================================================
--- trunk/libppi-html-perl/debian/control (original)
+++ trunk/libppi-html-perl/debian/control Tue Jul  1 22:16:05 2008
@@ -1,11 +1,11 @@
 Source: libppi-html-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7), libppi-perl (>= 0.990), libcss-tiny-perl (>= 1.10), libparams-util-perl (>= 0.05)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Florian Ragwitz <rafl at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/PPI-HTML/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libppi-html-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/
@@ -13,5 +13,5 @@
 Package: libppi-html-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libppi-perl (>= 0.990), libcss-tiny-perl (>= 1.10), libparams-util-perl (>= 0.05), libfile-slurp-perl
-Description: Generate syntax-hightlighted HTML for Perl using PPI
+Description: Generate syntax-highlighted HTML for Perl using PPI
  PPI::HTML converts Perl documents into syntax highlighted HTML pages.

Modified: trunk/libppi-html-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/rules?rev=22653&op=diff
==============================================================================
--- trunk/libppi-html-perl/debian/rules (original)
+++ trunk/libppi-html-perl/debian/rules Tue Jul  1 22:16:05 2008
@@ -22,7 +22,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp install-stamp debian/ppi2html.1
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: build install-stamp




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