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

Russ Allbery rra at costa.debian.org
Sun Jan 22 01:31:11 UTC 2006


Author: rra
Date: 2006-01-22 01:31:10 +0000 (Sun, 22 Jan 2006)
New Revision: 2045

Modified:
   packages/libio-multiplex-perl/trunk/debian/changelog
   packages/libio-multiplex-perl/trunk/debian/control
   packages/libio-multiplex-perl/trunk/debian/rules
Log:
Run make check and add the netbase dependency required to let the test
suite work.  Also fix a misuse of $(PREFIX) in debian/rules.


Modified: packages/libio-multiplex-perl/trunk/debian/changelog
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/changelog	2006-01-22 01:06:58 UTC (rev 2044)
+++ packages/libio-multiplex-perl/trunk/debian/changelog	2006-01-22 01:31:10 UTC (rev 2045)
@@ -2,6 +2,7 @@
 
   * Upload as non-native package.
   * General debian/rules cleanup.
+    - Run make test.
     - 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.
@@ -10,7 +11,7 @@
   * 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
+ -- Russ Allbery <rra at debian.org>  Sat, 21 Jan 2006 17:08:37 -0800
 
 libio-multiplex-perl (1.08-1) unstable; urgency=low
 

Modified: packages/libio-multiplex-perl/trunk/debian/control
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/control	2006-01-22 01:06:58 UTC (rev 2044)
+++ packages/libio-multiplex-perl/trunk/debian/control	2006-01-22 01:31:10 UTC (rev 2045)
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8)
+Build-Depends-Indep: perl (>= 5.8), netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Russ Allbery <rra at debian.org>
 Standards-Version: 3.6.2

Modified: packages/libio-multiplex-perl/trunk/debian/rules
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/rules	2006-01-22 01:06:58 UTC (rev 2044)
+++ packages/libio-multiplex-perl/trunk/debian/rules	2006-01-22 01:31:10 UTC (rev 2045)
@@ -14,6 +14,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 	touch $@
 
 clean:
@@ -27,7 +28,7 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install PREFIX="$(PREFIX)"
-	rmdir --ignore-fail-on-non-empty --parents $(PREFIX)/usr/lib/perl5
+	rmdir --ignore-fail-on-non-empty --parents $(PREFIX)/lib/perl5
 
 binary-arch:
 binary-indep: build install




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