r2043 - packages/libio-multiplex-perl/trunk/debian

Russ Allbery rra at costa.debian.org
Sun Jan 22 01:05:02 UTC 2006


Author: rra
Date: 2006-01-22 01:04:59 +0000 (Sun, 22 Jan 2006)
New Revision: 2043

Added:
   packages/libio-multiplex-perl/trunk/debian/compat
Modified:
   packages/libio-multiplex-perl/trunk/debian/changelog
   packages/libio-multiplex-perl/trunk/debian/control
   packages/libio-multiplex-perl/trunk/debian/rules
Log:
* Upload as non-native package.
* General debian/rules cleanup.
  - Don't ignore the return status of make distclean.
  - Remove the empty /usr/lib/perl5 directory.
  - Build the package in binary-indep, not binary-arch.
  - Add build-arch and build-indep targets just in case.
* Move perl to Build-Depends-Indep.
* Update to standards version 3.6.2 (no changes required).
* Update to debhelper compatibility level V5.

Modified: packages/libio-multiplex-perl/trunk/debian/changelog
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/changelog	2006-01-21 22:18:24 UTC (rev 2042)
+++ packages/libio-multiplex-perl/trunk/debian/changelog	2006-01-22 01:04:59 UTC (rev 2043)
@@ -1,3 +1,17 @@
+libio-multiplex-perl (1.08-2) unstable; urgency=low
+
+  * Upload as non-native package.
+  * General debian/rules cleanup.
+    - Don't ignore the return status of make distclean.
+    - Remove the empty /usr/lib/perl5 directory.
+    - Build the package in binary-indep, not binary-arch.
+    - Add build-arch and build-indep targets just in case.
+  * Move perl to Build-Depends-Indep.
+  * Update to standards version 3.6.2 (no changes required).
+  * Update to debhelper compatibility level V5.
+
+ -- Russ Allbery <rra at debian.org>  Sat, 21 Jan 2006 17:01:20 -0800
+
 libio-multiplex-perl (1.08-1) unstable; urgency=low
 
   * New upstream release

Added: packages/libio-multiplex-perl/trunk/debian/compat
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/compat	2006-01-21 22:18:24 UTC (rev 2042)
+++ packages/libio-multiplex-perl/trunk/debian/compat	2006-01-22 01:04:59 UTC (rev 2043)
@@ -0,0 +1 @@
+5

Modified: packages/libio-multiplex-perl/trunk/debian/control
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/control	2006-01-21 22:18:24 UTC (rev 2042)
+++ packages/libio-multiplex-perl/trunk/debian/control	2006-01-22 01:04:59 UTC (rev 2043)
@@ -1,10 +1,11 @@
 Source: libio-multiplex-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 3), perl (>= 5.8)
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
-Standards-Version: 3.6.1
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Russ Allbery <rra at debian.org>
+Standards-Version: 3.6.2
 
 Package: libio-multiplex-perl
 Architecture: all

Modified: packages/libio-multiplex-perl/trunk/debian/rules
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/rules	2006-01-21 22:18:24 UTC (rev 2042)
+++ packages/libio-multiplex-perl/trunk/debian/rules	2006-01-22 01:04:59 UTC (rev 2043)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT=3
-
 PACKAGE=$(shell dh_listpackages)
 PREFIX=$(PWD)/debian/$(PACKAGE)/usr
 
@@ -9,7 +7,9 @@
 PERL=/usr/bin/perl
 endif
 
-build: build-stamp
+build: build-arch build-indep
+build-arch:
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -19,21 +19,18 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
-	-$(MAKE) realclean
-	rm -f Makefile Makefile.old
-	dh_clean
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp
 
 install:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
 	$(MAKE) install PREFIX="$(PREFIX)"
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
+binary-arch:
 binary-indep: build install
-
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
@@ -45,7 +42,6 @@
 	dh_fixperms
 	dh_installdeb
 	dh_perl
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




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