r20923 - in /trunk/libfile-readbackwards-perl/debian: changelog control rules

chrism at users.alioth.debian.org chrism at users.alioth.debian.org
Wed Jun 11 15:53:06 UTC 2008


Author: chrism
Date: Wed Jun 11 15:53:06 2008
New Revision: 20923

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20923
Log:
* fix make clean target (lintian)
* update standards version
* fix Description (lintian)

Modified:
    trunk/libfile-readbackwards-perl/debian/changelog
    trunk/libfile-readbackwards-perl/debian/control
    trunk/libfile-readbackwards-perl/debian/rules

Modified: trunk/libfile-readbackwards-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-readbackwards-perl/debian/changelog?rev=20923&op=diff
==============================================================================
--- trunk/libfile-readbackwards-perl/debian/changelog (original)
+++ trunk/libfile-readbackwards-perl/debian/changelog Wed Jun 11 15:53:06 2008
@@ -1,3 +1,11 @@
+libfile-readbackwards-perl (1.04-3) unstable; urgency=low
+
+  * fix make clean target (lintian)
+  * update standards version
+  * fix Description (lintian)
+
+ -- Christoph Martin <Christoph.Martin at Uni-Mainz.DE>  Wed, 11 Jun 2008 17:51:57 +0200
+
 libfile-readbackwards-perl (1.04-2) unstable; urgency=low
 
   * Upload package to alioth pkg-perl

Modified: trunk/libfile-readbackwards-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-readbackwards-perl/debian/control?rev=20923&op=diff
==============================================================================
--- trunk/libfile-readbackwards-perl/debian/control (original)
+++ trunk/libfile-readbackwards-perl/debian/control Wed Jun 11 15:53:06 2008
@@ -5,12 +5,12 @@
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christoph Martin <christoph.martin at uni-mainz.de>
-Standards-Version: 3.6.1
+Standards-Version: 3.7.3
 
 Package: libfile-readbackwards-perl
 Architecture: all
 Depends: ${perl:Depends}
-Description:  File::ReadBackwards.pm -- Read a file backwards by lines.
+Description:  File::ReadBackwards.pm -- Read a file backwards by lines
  This module reads a file backwards line by line. It is simple to use,
  memory efficient and fast. It supports both an object and a tied handle
  interface.

Modified: trunk/libfile-readbackwards-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-readbackwards-perl/debian/rules?rev=20923&op=diff
==============================================================================
--- trunk/libfile-readbackwards-perl/debian/rules (original)
+++ trunk/libfile-readbackwards-perl/debian/rules Wed Jun 11 15:53:06 2008
@@ -43,7 +43,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	$(MAKE) distclean
 
 	dh_clean build-stamp install-stamp
 




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