r3003 - in /packages/libparse-syslog-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Fri Jun 16 14:01:25 UTC 2006


Author: ntyni-guest
Date: Fri Jun 16 14:01:24 2006
New Revision: 3003

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3003
Log:
Upgraded to Standards-Version 3.7.2
use $(CURDIR) instead of $(shell pwd)

Modified:
    packages/libparse-syslog-perl/trunk/debian/changelog
    packages/libparse-syslog-perl/trunk/debian/control
    packages/libparse-syslog-perl/trunk/debian/rules

Modified: packages/libparse-syslog-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparse-syslog-perl/trunk/debian/changelog?rev=3003&op=diff
==============================================================================
--- packages/libparse-syslog-perl/trunk/debian/changelog (original)
+++ packages/libparse-syslog-perl/trunk/debian/changelog Fri Jun 16 14:01:24 2006
@@ -6,10 +6,11 @@
   * Don't ignore the return value of 'make distclean'.
   * Add myself to Uploaders.
   * Upgrade to debhelper compatibility level 5.
-  * Add libio-stringy-perl to Build-Depends-Indep to run the tests 
+  * Add libio-stringy-perl to Build-Depends-Indep to run the tests
     requiring IO::Scalar.
+  * Upgrade to Standards-Version 3.7.2. No changes needed.
 
- -- Niko Tyni <ntyni at iki.fi>  Thu, 19 Jan 2006 21:51:43 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Fri, 16 Jun 2006 16:59:28 +0300
 
 libparse-syslog-perl (1.09-1) unstable; urgency=low
 

Modified: packages/libparse-syslog-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparse-syslog-perl/trunk/debian/control?rev=3003&op=diff
==============================================================================
--- packages/libparse-syslog-perl/trunk/debian/control (original)
+++ packages/libparse-syslog-perl/trunk/debian/control Fri Jun 16 14:01:24 2006
@@ -1,7 +1,7 @@
 Source: libparse-syslog-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>, Niko Tyni <ntyni at iki.fi>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Priority: optional
 Section: perl
 Build-Depends: debhelper (>= 5)

Modified: packages/libparse-syslog-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libparse-syslog-perl/trunk/debian/rules?rev=3003&op=diff
==============================================================================
--- packages/libparse-syslog-perl/trunk/debian/rules (original)
+++ packages/libparse-syslog-perl/trunk/debian/rules Fri Jun 16 14:01:24 2006
@@ -2,7 +2,7 @@
 
 PERL ?= /usr/bin/perl
 
-b := $(shell pwd)/debian/libparse-syslog-perl
+b := $(CURDIR)/debian/libparse-syslog-perl
 
 arrange: arrange-stamp
 arrange-stamp: install




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