r47348 - in /trunk/libppi-html-perl/debian: control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Nov 17 05:21:38 UTC 2009


Author: jawnsy-guest
Date: Tue Nov 17 05:21:32 2009
New Revision: 47348

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47348
Log:
update dependencies and install stuff needed for optional tests

Modified:
    trunk/libppi-html-perl/debian/control
    trunk/libppi-html-perl/debian/rules

Modified: trunk/libppi-html-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/control?rev=47348&op=diff
==============================================================================
--- trunk/libppi-html-perl/debian/control (original)
+++ trunk/libppi-html-perl/debian/control Tue Nov 17 05:21:32 2009
@@ -2,8 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libcss-tiny-perl (>= 1.10), libparams-util-perl (>= 0.05),
- libppi-perl (>= 0.990)
+Build-Depends-Indep: perl, libcss-tiny-perl (>= 1.10), libtest-cpan-meta-perl,
+ libparams-util-perl, libppi-perl (>= 0.990), libpod-simple-perl (>= 3.07),
+ libtest-pod-perl (>= 1.26), libtest-minimumversion-perl,
+ libperl-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -14,7 +16,7 @@
 Package: libppi-html-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libcss-tiny-perl (>= 1.10),
- libfile-slurp-perl, libparams-util-perl (>= 0.05), libppi-perl (>= 0.990)
+ libfile-slurp-perl, libparams-util-perl, libppi-perl (>= 0.990)
 Description: module to highlight Perl code using PPI
  PPI::HTML is a Perl module which uses the PPI (a Perl Parsing Interface, see
  libppi-perl) module to create syntax-highlighted HTML documents from Perl

Modified: trunk/libppi-html-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/rules?rev=47348&op=diff
==============================================================================
--- trunk/libppi-html-perl/debian/rules (original)
+++ trunk/libppi-html-perl/debian/rules Tue Nov 17 05:21:32 2009
@@ -1,8 +1,17 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
-override_dh_installdocs:
-	dh_installdocs
-	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" debian/ppi2html.pod debian/ppi2html.1
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test
+
+override_dh_installman:
+	dh_installman
+	mkdir $(TMP)/usr/share/man/man1
+	pod2man --release="Debian Project" --center="Debian GNU/Linux manual" \
+		--section=1 debian/ppi2html.pod \
+		$(TMP)/usr/share/man/man1/ppi2html.1




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