r18236 - in /trunk/libexception-class-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Apr 1 14:34:56 UTC 2008


Author: gregoa-guest
Date: Tue Apr  1 14:34:55 2008
New Revision: 18236

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18236
Log:
  - split Build-Depends and Build-Depends-Indep
  - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
  - enable additional tests

Modified:
    trunk/libexception-class-perl/debian/changelog
    trunk/libexception-class-perl/debian/control
    trunk/libexception-class-perl/debian/rules

Modified: trunk/libexception-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/changelog?rev=18236&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/changelog (original)
+++ trunk/libexception-class-perl/debian/changelog Tue Apr  1 14:34:55 2008
@@ -1,24 +1,25 @@
 libexception-class-perl (1.24-1) UNRELEASED; urgency=low
 
-  NEEDS: libdevel-stacktrace-perl (>= 1.17) (cf. #473601))
-  
   * New upstream release.
   * debian/control:
     - added: Vcs-Svn field (source stanza); Vcs-Browser field (source
       stanza); Homepage field (source stanza).
     - set Maintainer to Debian Perl Group.
     - add /me to Uploaders
+    - split Build-Depends and Build-Depends-Indep
     - bump (build) dependency on libdevel-stacktrace-perl to >= 1.17
+    - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
     - wrap long lines
   * Use dist-based URL in debian/watch.
   * debian/rules:
     - delete /usr/lib/perl5 only if it exists
     - refresh with dh-make-perl's help
+    - enable additional tests
   * debian/copyright: update years of copyright.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 5.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 31 Mar 2008 17:16:46 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 01 Apr 2008 16:33:40 +0200
 
 libexception-class-perl (1.23-1) unstable; urgency=low
 

Modified: trunk/libexception-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/control?rev=18236&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/control (original)
+++ trunk/libexception-class-perl/debian/control Tue Apr  1 14:34:55 2008
@@ -1,8 +1,9 @@
 Source: libexception-class-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), perl (>= 5.6.0-17), libclass-data-inheritable-perl,
- libdevel-stacktrace-perl (>= 1.17), libmodule-build-perl
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-17), libclass-data-inheritable-perl,
+ libdevel-stacktrace-perl (>= 1.17), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>

Modified: trunk/libexception-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/debian/rules?rev=18236&op=diff
==============================================================================
--- trunk/libexception-class-perl/debian/rules (original)
+++ trunk/libexception-class-perl/debian/rules Tue Apr  1 14:34:55 2008
@@ -23,7 +23,7 @@
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
-	$(PERL) Build test
+	IS_MAINTAINER=1 $(PERL) Build test
 	touch $@
 
 clean:




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