r2986 - in /packages/libdata-dumper-simple-perl/trunk/debian: changelog compat control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jun 16 12:56:30 UTC 2006


Author: gregoa-guest
Date: Fri Jun 16 12:56:30 2006
New Revision: 2986

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2986
Log:
* Moved debhelper to Build-Depends.
* Set Standards-Version to 3.7.2 (no changes).
* Set Debhelper Compatibility Level to 5.
* Removed empty /usr/lib/perl5 from package.
* Added libtest-pod-perl and libtest-pod-coverage-perl to Build-Depends-Indep.

Added:
    packages/libdata-dumper-simple-perl/trunk/debian/compat
Modified:
    packages/libdata-dumper-simple-perl/trunk/debian/changelog
    packages/libdata-dumper-simple-perl/trunk/debian/control
    packages/libdata-dumper-simple-perl/trunk/debian/rules

Modified: packages/libdata-dumper-simple-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdata-dumper-simple-perl/trunk/debian/changelog?rev=2986&op=diff
==============================================================================
--- packages/libdata-dumper-simple-perl/trunk/debian/changelog (original)
+++ packages/libdata-dumper-simple-perl/trunk/debian/changelog Fri Jun 16 12:56:30 2006
@@ -1,3 +1,13 @@
+libdata-dumper-simple-perl (0.11-2) unstable; urgency=low
+
+  * Moved debhelper to Build-Depends.
+  * Set Standards-Version to 3.7.2 (no changes).
+  * Set Debhelper Compatibility Level to 5.
+  * Removed empty /usr/lib/perl5 from package.
+  * Added libtest-pod-perl and libtest-pod-coverage-perl to Build-Depends-Indep.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 16 Jun 2006 14:54:19 +0200
+
 libdata-dumper-simple-perl (0.11-1) unstable; urgency=low
 
   * New upstream release

Added: packages/libdata-dumper-simple-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdata-dumper-simple-perl/trunk/debian/compat?rev=2986&op=file
==============================================================================
--- packages/libdata-dumper-simple-perl/trunk/debian/compat (added)
+++ packages/libdata-dumper-simple-perl/trunk/debian/compat Fri Jun 16 12:56:30 2006
@@ -1,0 +1,1 @@
+5

Modified: packages/libdata-dumper-simple-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdata-dumper-simple-perl/trunk/debian/control?rev=2986&op=diff
==============================================================================
--- packages/libdata-dumper-simple-perl/trunk/debian/control (original)
+++ packages/libdata-dumper-simple-perl/trunk/debian/control Fri Jun 16 12:56:30 2006
@@ -1,10 +1,11 @@
 Source: libdata-dumper-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Section: perl
 Priority: optional
-Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>> 4.1), perl (>> 5.8), perl-modules, libmodule-build-perl
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>> 5.8), perl-modules, libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
 
 Package: libdata-dumper-simple-perl
 Architecture: all

Modified: packages/libdata-dumper-simple-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdata-dumper-simple-perl/trunk/debian/rules?rev=2986&op=diff
==============================================================================
--- packages/libdata-dumper-simple-perl/trunk/debian/rules (original)
+++ packages/libdata-dumper-simple-perl/trunk/debian/rules Fri Jun 16 12:56:30 2006
@@ -1,8 +1,6 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
 # debian/rules file for libfile-touch-perl
-
-export DH_COMPAT=4
 
 PERL	?= /usr/bin/perl
 
@@ -36,7 +34,11 @@
 	dh_installdirs
 
 	$(MAKE) pure_install PREFIX=$(prefix)
-
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(prefix)/lib/perl5
+                                
 	dh_installdocs
 	dh_installchangelogs Changes
 




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