r45921 - in /trunk/libcarp-clan-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 17 14:29:13 UTC 2009


Author: jawnsy-guest
Date: Sat Oct 17 14:29:07 2009
New Revision: 45921

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45921
Log:
* Enable author tests prior to release
* Add perl to B-D-I, it's not build-essential

Modified:
    trunk/libcarp-clan-perl/debian/changelog
    trunk/libcarp-clan-perl/debian/control
    trunk/libcarp-clan-perl/debian/copyright
    trunk/libcarp-clan-perl/debian/rules

Modified: trunk/libcarp-clan-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/debian/changelog?rev=45921&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/changelog (original)
+++ trunk/libcarp-clan-perl/debian/changelog Sat Oct 17 14:29:07 2009
@@ -7,6 +7,8 @@
   * Refreshed copyright to new machine readable format
   * Rewrote control description
   * Use new short debhelper rules format
+  * Enable author tests prior to release
+  * Add perl to B-D-I, it's not build-essential
 
   [ Martín Ferrari ]
   * Updating my email address

Modified: trunk/libcarp-clan-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/debian/control?rev=45921&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/control (original)
+++ trunk/libcarp-clan-perl/debian/control Sat Oct 17 14:29:07 2009
@@ -1,8 +1,9 @@
 Source: libcarp-clan-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libtest-exception-perl
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, libtest-exception-perl, libtest-pod-perl,
+ libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3

Modified: trunk/libcarp-clan-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/debian/copyright?rev=45921&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/copyright (original)
+++ trunk/libcarp-clan-perl/debian/copyright Sat Oct 17 14:29:07 2009
@@ -15,7 +15,7 @@
  2008, Roberto C. Sanchez <roberto at debian.org>
  2008, Martín Ferrari <martin.ferrari at gmail.com>
  2004-2007 Christian Hammers <ch at debian.org>
-License: Other
+License: other
  It is assumed that maintainers did choose a license compatible with the
  software.
 

Modified: trunk/libcarp-clan-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-clan-perl/debian/rules?rev=45921&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/rules (original)
+++ trunk/libcarp-clan-perl/debian/rules Sat Oct 17 14:29:07 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTHOR_TESTS=1 dh_auto_test




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