r15260 - in /trunk/libtext-diff-perl/debian: changelog compat control copyright rules substvars watch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed Feb 20 22:50:58 UTC 2008


Author: gwolf
Date: Wed Feb 20 22:50:56 2008
New Revision: 15260

URL: http://svn.debian.org/wsvn/?sc=1&rev=15260
Log:
Several lintian- and similar fixes; getting ready to upload

Removed:
    trunk/libtext-diff-perl/debian/substvars
Modified:
    trunk/libtext-diff-perl/debian/changelog
    trunk/libtext-diff-perl/debian/compat
    trunk/libtext-diff-perl/debian/control
    trunk/libtext-diff-perl/debian/copyright
    trunk/libtext-diff-perl/debian/rules
    trunk/libtext-diff-perl/debian/watch

Modified: trunk/libtext-diff-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-diff-perl/debian/changelog?rev=15260&op=diff
==============================================================================
--- trunk/libtext-diff-perl/debian/changelog (original)
+++ trunk/libtext-diff-perl/debian/changelog Wed Feb 20 22:50:56 2008
@@ -1,12 +1,25 @@
-libtext-diff-perl (0.35-3) UNRELEASED; urgency=low
+libtext-diff-perl (0.35-3) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:23 +0100
+  [ Gunnar Wolf ]
+  * Bumped up standards-version to 3.7.3 (no changes needed)
+  * Upgraded debhelper compat level to 6
+  * Moved debhelper to b-d
+  * Clarified the copyright information
+  * Remove the versioned dependency on Perl >= 5.6.0
+  * Make clean no longer ignores results
+  * Removed debian/substvars, which is auto-generated and should be
+    auto-cleaned
+  * Modified debian/watch to be more in line with our general style
+  * Added myself as an uploader
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 20 Feb 2008 16:50:08 -0600
 
 libtext-diff-perl (0.35-2) unstable; urgency=low
 

Modified: trunk/libtext-diff-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtext-diff-perl/debian/compat?rev=15260&op=diff
==============================================================================
--- trunk/libtext-diff-perl/debian/compat (original)
+++ trunk/libtext-diff-perl/debian/compat Wed Feb 20 22:50:56 2008
@@ -1,1 +1,1 @@
-4
+6

Modified: trunk/libtext-diff-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtext-diff-perl/debian/control?rev=15260&op=diff
==============================================================================
--- trunk/libtext-diff-perl/debian/control (original)
+++ trunk/libtext-diff-perl/debian/control Wed Feb 20 22:50:56 2008
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libalgorithm-diff-perl
-Standards-Version: 3.6.1.0
+Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>
+Build-Depends: debhelper (>> 6)
+Build-Depends-Indep: perl (>= 5.8), libalgorithm-diff-perl
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Text-Diff/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-diff-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-diff-perl/

Modified: trunk/libtext-diff-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtext-diff-perl/debian/copyright?rev=15260&op=diff
==============================================================================
--- trunk/libtext-diff-perl/debian/copyright (original)
+++ trunk/libtext-diff-perl/debian/copyright Wed Feb 20 22:50:56 2008
@@ -5,7 +5,7 @@
 
 Upstream Author: Barrie Slaymaker <barries at slaysys.com>
 
-Copyright:
+Copyright 2001, Barrie Slaymaker.  All Rights Reserved.
 
 You may use this under the terms of either the Artistic License or 
 GNU Public License v 2.0 or greater. 

Modified: trunk/libtext-diff-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtext-diff-perl/debian/rules?rev=15260&op=diff
==============================================================================
--- trunk/libtext-diff-perl/debian/rules (original)
+++ trunk/libtext-diff-perl/debian/rules Wed Feb 20 22:50:56 2008
@@ -19,7 +19,7 @@
 	dh_testdir
 	dh_testroot
 
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f Makefile.old
 	dh_clean
 

Modified: trunk/libtext-diff-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtext-diff-perl/debian/watch?rev=15260&op=diff
==============================================================================
--- trunk/libtext-diff-perl/debian/watch (original)
+++ trunk/libtext-diff-perl/debian/watch Wed Feb 20 22:50:56 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Text-Diff/ .*/Text-Diff-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Text-Diff/ .*/Text-Diff-(\d[\d\.]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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