r2991 - in /packages/libdbd-xbase-perl/trunk/debian: changelog compat control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jun 16 13:33:05 UTC 2006


Author: gregoa-guest
Date: Fri Jun 16 13:33:03 2006
New Revision: 2991

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2991
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.
* Renamed second binary-arch to binary-indep in debian/rules.
* Added libdbi-perl to Build-Depends-Indep.

Added:
    packages/libdbd-xbase-perl/trunk/debian/compat
Modified:
    packages/libdbd-xbase-perl/trunk/debian/changelog
    packages/libdbd-xbase-perl/trunk/debian/control
    packages/libdbd-xbase-perl/trunk/debian/rules

Modified: packages/libdbd-xbase-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-xbase-perl/trunk/debian/changelog?rev=2991&op=diff
==============================================================================
--- packages/libdbd-xbase-perl/trunk/debian/changelog (original)
+++ packages/libdbd-xbase-perl/trunk/debian/changelog Fri Jun 16 13:33:03 2006
@@ -1,3 +1,14 @@
+libdbd-xbase-perl (1:0.241-3) 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.
+  * Renamed second binary-arch to binary-indep in debian/rules.
+  * Added libdbi-perl to Build-Depends-Indep.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 16 Jun 2006 15:31:39 +0200
+
 libdbd-xbase-perl (1:0.241-2) unstable; urgency=low
 
   * Renamed dbfdump and indexdump to dbf_dump and index_dump in order to

Added: packages/libdbd-xbase-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-xbase-perl/trunk/debian/compat?rev=2991&op=file
==============================================================================
--- packages/libdbd-xbase-perl/trunk/debian/compat (added)
+++ packages/libdbd-xbase-perl/trunk/debian/compat Fri Jun 16 13:33:03 2006
@@ -1,0 +1,1 @@
+5

Modified: packages/libdbd-xbase-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-xbase-perl/trunk/debian/control?rev=2991&op=diff
==============================================================================
--- packages/libdbd-xbase-perl/trunk/debian/control (original)
+++ packages/libdbd-xbase-perl/trunk/debian/control Fri Jun 16 13:33:03 2006
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
-Build-Depends-Indep: debhelper (>= 3.0.5), perl
-Standards-Version: 3.6.1
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl, libdbi-perl
+Standards-Version: 3.7.2
 
 Package: libdbd-xbase-perl
 Architecture: all

Modified: packages/libdbd-xbase-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-xbase-perl/trunk/debian/rules?rev=2991&op=diff
==============================================================================
--- packages/libdbd-xbase-perl/trunk/debian/rules (original)
+++ packages/libdbd-xbase-perl/trunk/debian/rules Fri Jun 16 13:33:03 2006
@@ -3,7 +3,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export DH_COMPAT=3
 
 ifndef PERL
      PERL = /usr/bin/perl
@@ -35,7 +34,7 @@
 binary-arch: build
 # We have nothing to do by default.
 
-binary-arch: build
+binary-indep: build
 	dh_testdir
 	dh_testroot
 	dh_clean
@@ -43,6 +42,10 @@
 	# Add here commands to install the files into debian/tmp
 	#$(MAKE) PREFIX=debian/tmp install
 	$(MAKE) install PREFIX=$(TMP)/usr
+	# 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 $(TMP)/usr/lib/perl5
 	# Renaming dbfdump and indexdump to dbf_dump and index_dump to avoid
 	# filename clashes with shapelib (see bug #274792)
 	mv $(TMP)/usr/bin/dbfdump $(TMP)/usr/bin/dbf_dump




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