r8302 - in /trunk/libpar-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Oct 17 08:47:36 UTC 2007


Author: dmn
Date: Wed Oct 17 08:47:35 2007
New Revision: 8302

URL: http://svn.debian.org/wsvn/?sc=1&rev=8302
Log:
* Do not ignore test failures
* Really enable POD tests
* Change architecture to all
* Move test suite from install to build target

Modified:
    trunk/libpar-perl/debian/changelog
    trunk/libpar-perl/debian/control
    trunk/libpar-perl/debian/rules

Modified: trunk/libpar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/changelog?rev=8302&op=diff
==============================================================================
--- trunk/libpar-perl/debian/changelog (original)
+++ trunk/libpar-perl/debian/changelog Wed Oct 17 08:47:35 2007
@@ -22,8 +22,12 @@
 
   [ Damyan Ivanov ]
   * Merged unreleased changelogs
+  * Do not ignore test failures
+  * Really enable POD tests
+  * Change architecture to all
+  * Move test suite from install to build target
 
- -- Damyan Ivanov <dmn at debian.org>  Wed, 17 Oct 2007 11:45:05 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 17 Oct 2007 11:47:21 +0300
 
 libpar-perl (0.952-1) unstable; urgency=low
 

Modified: trunk/libpar-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/control?rev=8302&op=diff
==============================================================================
--- trunk/libpar-perl/debian/control (original)
+++ trunk/libpar-perl/debian/control Wed Oct 17 08:47:35 2007
@@ -1,10 +1,11 @@
 Source: libpar-perl
 Section: perl
 Priority: optional
-Build-Depends: perl (>= 5.8.0-7), libperl-dev, debhelper (>= 5.0.0), libmodule-install-perl,
- libmodule-scandeps-perl (>= 0.66), libarchive-zip-perl, libpar-dist-perl (>= 0.22),
- libdigest-sha1-perl, libmodule-signature-perl, libgetopt-argvfile-perl (>= 1.07), gnupg,
- libinline-perl
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl,
+ libmodule-scandeps-perl (>= 0.66), libarchive-zip-perl,
+ libpar-dist-perl (>= 0.22), libdigest-sha1-perl, libmodule-signature-perl,
+ libgetopt-argvfile-perl (>= 1.07), gnupg, libinline-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>,
@@ -15,7 +16,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-perl/
 
 Package: libpar-perl
-Architecture: any
+Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libmodule-scandeps-perl (>= 0.66),
  libarchive-zip-perl, libpar-dist-perl (>= 0.22), libdigest-sha1-perl, libgetopt-argvfile-perl (>= 1.07),
  libcompress-zlib-perl (>= 1.3), libfile-temp-perl (>= 0.05)

Modified: trunk/libpar-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/rules?rev=8302&op=diff
==============================================================================
--- trunk/libpar-perl/debian/rules (original)
+++ trunk/libpar-perl/debian/rules Wed Oct 17 08:47:35 2007
@@ -25,33 +25,32 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	touch build-stamp
+	$(MAKE)
+	PERL_TEST_POD=1 $(MAKE) test
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	-(TEST_POD=1 $(MAKE) test)
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	mv $(TMP)/usr/share/man/man1/parl.1 $(TMP)/usr/share/man/man1/parl.1p
 	mv $(TMP)/usr/share/man/man1/par.pl.1 $(TMP)/usr/share/man/man1/par.pl.1p
 	mv $(TMP)/usr/share/man/man1/pp.1 $(TMP)/usr/share/man/man1/pp.1p
 	mv $(TMP)/usr/share/man/man1/tkpp.1 $(TMP)/usr/share/man/man1/tkpp.1p
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch install-stamp
 
-binary-indep:
-# We have nothing to do by default.
+binary-arch:
 
-binary-arch: build install
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 #	dh_installexamples
@@ -59,12 +58,9 @@
 	dh_installchangelogs ChangeLog
 	dh_perl
 	dh_link usr/share/man/man1/parl.1p.gz usr/share/man/man1/parldyn.1p.gz
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_makeshlibs
-	dh_shlibdeps	
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




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