r5569 - in /packages/libdate-simple-perl/trunk/debian: changelog compat control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jun 7 13:10:00 UTC 2007


Author: gregoa-guest
Date: Thu Jun  7 13:10:00 2007
New Revision: 5569

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5569
Log:
minor updates

Modified:
    packages/libdate-simple-perl/trunk/debian/changelog
    packages/libdate-simple-perl/trunk/debian/compat
    packages/libdate-simple-perl/trunk/debian/control
    packages/libdate-simple-perl/trunk/debian/rules

Modified: packages/libdate-simple-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdate-simple-perl/trunk/debian/changelog?rev=5569&op=diff
==============================================================================
--- packages/libdate-simple-perl/trunk/debian/changelog (original)
+++ packages/libdate-simple-perl/trunk/debian/changelog Thu Jun  7 13:10:00 2007
@@ -1,10 +1,16 @@
 libdate-simple-perl (3.02-1) unstable; urgency=low
 
+  [ Edward Betts ]
   * New upstream release
-  * debian/rules: change Maintainer to Debian Perl Group 
+  * debian/rules: change Maintainer to Debian Perl Group
   * debian/rules: add Uploaders: Edward Betts <edward at debian.org>
 
- -- Edward Betts <edward at debian.org>  Mon, 20 Jun 2005 16:09:45 +0100
+  [ gregor herrmann ]
+  * Set Standards-Version to 3.7.2 (no changes).
+  * Set debhelper compatibility level to 5.
+  * Remove empty /usr/share/perl5 directory from binary package.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 07 Jun 2007 15:01:06 +0200
 
 libdate-simple-perl (3.01-1) unstable; urgency=low
 

Modified: packages/libdate-simple-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdate-simple-perl/trunk/debian/compat?rev=5569&op=diff
==============================================================================
--- packages/libdate-simple-perl/trunk/debian/compat (original)
+++ packages/libdate-simple-perl/trunk/debian/compat Thu Jun  7 13:10:00 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libdate-simple-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdate-simple-perl/trunk/debian/control?rev=5569&op=diff
==============================================================================
--- packages/libdate-simple-perl/trunk/debian/control (original)
+++ packages/libdate-simple-perl/trunk/debian/control Thu Jun  7 13:10:00 2007
@@ -1,10 +1,10 @@
 Source: libdate-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 4.1.0), perl (>= 5.8.0-7)
+Build-Depends: cdbs, debhelper (>= 5), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Edward Betts <edward at debian.org>
-Standards-Version: 3.6.1
+Uploaders: Edward Betts <edward at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libdate-simple-perl/trunk/
 
 Package: libdate-simple-perl

Modified: packages/libdate-simple-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdate-simple-perl/trunk/debian/rules?rev=5569&op=diff
==============================================================================
--- packages/libdate-simple-perl/trunk/debian/rules (original)
+++ packages/libdate-simple-perl/trunk/debian/rules Thu Jun  7 13:10:00 2007
@@ -2,3 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libdate-simple-perl::
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libdate-simple-perl/usr/share/perl5
+	




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