r9218 - in /trunk/libtest-harness-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Nov 11 16:21:10 UTC 2007


Author: gregoa-guest
Date: Sun Nov 11 16:21:10 2007
New Revision: 9218

URL: http://svn.debian.org/wsvn/?sc=1&rev=9218
Log:
* debian/rules: change build directory and call dh_install to actually
  build two binary packages.
* debian/rules: don't install /usr/share/perl5/Test/HACKING.pod, we
  already have /usr/share/man/man3/Test::HACKING.3pm.gz.

Modified:
    trunk/libtest-harness-perl/debian/changelog
    trunk/libtest-harness-perl/debian/control
    trunk/libtest-harness-perl/debian/rules

Modified: trunk/libtest-harness-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/changelog?rev=9218&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/changelog (original)
+++ trunk/libtest-harness-perl/debian/changelog Sun Nov 11 16:21:10 2007
@@ -12,6 +12,10 @@
     Vcs-Svn fields.
   * debian/rules: move ($MAKE) test to build-stamp target, remove compiler
     variable, remove unused dh_* calls.
+  * debian/rules: change build directory and call dh_install to actually
+    build two binary packages.
+  * debian/rules: don't install /usr/share/perl5/Test/HACKING.pod, we
+    already have /usr/share/man/man3/Test::HACKING.3pm.gz.
 
   [ Damyan Ivanov ]
   * upstream now includes TAP-Parser in Test-Harness
@@ -19,7 +23,7 @@
     + Conflicts/Replaces: libtap-parser-perl (<<3.00-1)
     + Add dummy transitional binary package libtap-parser-perl
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 11 Nov 2007 16:23:45 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 11 Nov 2007 17:15:32 +0100
 
 libtest-harness-perl (2.64-1) unstable; urgency=low
 

Modified: trunk/libtest-harness-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/control?rev=9218&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/control (original)
+++ trunk/libtest-harness-perl/debian/control Sun Nov 11 16:21:10 2007
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 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>
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/Test-Harness/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-harness-perl/

Modified: trunk/libtest-harness-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/rules?rev=9218&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/rules (original)
+++ trunk/libtest-harness-perl/debian/rules Sun Nov 11 16:21:10 2007
@@ -11,13 +11,11 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-PACKAGE=$(shell dh_listpackages)
-
 ifndef PERL
 PERL = /usr/bin/perl
 endif
 
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+TMP     =$(CURDIR)/debian/tmp
 
 build: build-stamp
 build-stamp:
@@ -52,6 +50,9 @@
 	# 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
+	rm $(TMP)/usr/share/perl5/Test/HACKING.pod
+
+	dh_install -plibtest-harness-perl debian/tmp/*
 
 	touch install-stamp
 




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