r19002 - in /trunk/libtest-log4perl-perl/debian: control rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Apr 21 20:23:06 UTC 2008


Author: yvesago-guest
Date: Mon Apr 21 20:23:05 2008
New Revision: 19002

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19002
Log:
clean description and rules, add missing dh_installdocs

Modified:
    trunk/libtest-log4perl-perl/debian/control
    trunk/libtest-log4perl-perl/debian/rules

Modified: trunk/libtest-log4perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-log4perl-perl/debian/control?rev=19002&op=diff
==============================================================================
--- trunk/libtest-log4perl-perl/debian/control (original)
+++ trunk/libtest-log4perl-perl/debian/control Mon Apr 21 20:23:05 2008
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.10-12) , libclass-accessor-chained-perl, liblingua-en-numbers-ordinate-perl, liblog-log4perl-perl
+Build-Depends-Indep: perl (>= 5.6.10-12) , libclass-accessor-chained-perl, 
+liblingua-en-numbers-ordinate-perl, liblog-log4perl-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
 Standards-Version: 3.7.3
@@ -12,19 +13,9 @@
 
 Package: libtest-log4perl-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-chained-perl, liblingua-en-numbers-ordinate-perl, liblog-log4perl-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-chained-perl, 
+liblingua-en-numbers-ordinate-perl, liblog-log4perl-perl
 Description: Test log4perl
  Test::Log4perl can be used to test that you're logging the right thing
  with Log::Log4perl.  It checks that we get what, and only what, we
  expect logged by your code.
- .
- The basic process is very simple.  Within your test script you get
- one or more loggers from Test::Log4perl with the get_logger method
- just like you would with Log::Log4perl.  You're going to use these
- loggers to declare what you think the code you're going to test should
- be logging.
- .
- # declare a bunch of test loggers
- my $tlogger = Test::Log4perl->get_logger("Foo::Bar");
- .
- Then, for each test you want to do you need to start up the module.

Modified: trunk/libtest-log4perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-log4perl-perl/debian/rules?rev=19002&op=diff
==============================================================================
--- trunk/libtest-log4perl-perl/debian/rules (original)
+++ trunk/libtest-log4perl-perl/debian/rules Mon Apr 21 20:23:05 2008
@@ -21,7 +21,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
@@ -31,7 +30,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
 install: install-stamp
@@ -39,7 +37,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 	touch $@
 
@@ -50,6 +47,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
+	dh_installdocs
 	dh_perl
 	dh_compress
 	dh_fixperms




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