r33038 - in /trunk/libtest-distmanifest-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Apr 11 14:34:15 UTC 2009


Author: jawnsy-guest
Date: Sat Apr 11 14:34:09 2009
New Revision: 33038

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33038
Log:
Made changes per gregoa in debian/changelog

Modified:
    trunk/libtest-distmanifest-perl/debian/changelog
    trunk/libtest-distmanifest-perl/debian/control
    trunk/libtest-distmanifest-perl/debian/copyright
    trunk/libtest-distmanifest-perl/debian/rules

Modified: trunk/libtest-distmanifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/changelog?rev=33038&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/changelog (original)
+++ trunk/libtest-distmanifest-perl/debian/changelog Sat Apr 11 14:34:09 2009
@@ -3,23 +3,38 @@
   TODO:
   * remove debian/libtest-distmanifest-perl.docs since the REAMDE is just a
     text version of the POD/manpage
+    (JY: removed)
   * debian/control:
     - remove libmodule-build-perl, dh7 uses EUMM
+      (JY: removed)
     - remove packages from Build-Depends-Indep that don't exist yet :)
       (libtest-signature-perl libtest-kwalitee-perl)
       (and libtest-kwalitee-perl is there twice)
+      (JY: removed both. will package later and add them back)
     - add libtest-minimumversion-perl and libtest-prereq-perl to
       Build-Depends-Indep (used in tests)
+      (JY: added)
     - ouch! t/01prereq.t tries to download stuff! ->
       + upstream: use a special environment variable (preferred)
       + alternative: debian patch
+      (JY: not sure how to fix this. it shouldn't download if CPAN.pm has
+       up-to-date data. could just remove the test?)
     - bump Standards-Version to 3.8.1
+      (JY: done)
     - add packages that are recommended in META.yml to Suggests:
+      (JY: none are recommended except author tests, which are in
+       Build-Depends-Indep)
     - indent your list of "three things" with one more space, otherwise it
       gets garbled
+      (JY: please clarify what you mean by this. I read the Debian Policy
+       Manual on that topic and it's still unclear to me. It currently has
+       3 spaces per line, to align with "1. ", plus one extra space in the
+       front. Is that insufficient?)
   * debian/copyright: add "2008-2009" to the copyright for "Files: *"
+    (JY: done)
   * debian/rules: to enable author tests:
     s/dh build/TEST_AUTHOR=1 dh build/
+    (JY: done)
 
   * Initial Release. (Closes: #519657)
 

Modified: trunk/libtest-distmanifest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/control?rev=33038&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/control (original)
+++ trunk/libtest-distmanifest-perl/debian/control Sat Apr 11 14:34:09 2009
@@ -1,16 +1,16 @@
 Source: libtest-distmanifest-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libmodule-manifest-perl (>= 0.05),
-  libtest-signature-perl (>= 1.10), libtest-kwalitee-perl (>= 1.01),
   libtest-perl-critic-perl (>= 1.01), libperl-critic-perl (>= 1.098),
-  libtest-yaml-meta-perl (>= 0.11), libtest-kwalitee-perl (>= 1.01),
-  libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04),
-  libtest-nowarnings-perl (>= 0.084), perl (>= 5.6.0-12)
+  libtest-yaml-meta-perl (>= 0.11), libtest-pod-perl (>= 1.14),
+  libtest-pod-coverage-perl (>= 1.04), libtest-nowarnings-perl (>= 0.084),
+  libtest-minimumversion-perl (>= 0.008), libtest-prereq-perl (>= 1.036),
+  perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Test-DistManifest/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-distmanifest-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-distmanifest-perl/

Modified: trunk/libtest-distmanifest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/copyright?rev=33038&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/copyright (original)
+++ trunk/libtest-distmanifest-perl/debian/copyright Sat Apr 11 14:34:09 2009
@@ -5,15 +5,16 @@
 Upstream-Name: Test-DistManifest
 
 Files: *
-Copyright: Jonathan Yu <frequency at cpan.org>
+Copyright: 2008-2009, Jonathan Yu <frequency at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+Copyright: 2009, Jonathan Yu <jonathan.i.yu at gmail.com>
 License: PD | Artistic | GPL-1+
 
 Files: t/*
+Copyright: 2008-2009, Jonathan Yu <frequency at cpan.org>
 License: PD | Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libtest-distmanifest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/rules?rev=33038&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/rules (original)
+++ trunk/libtest-distmanifest-perl/debian/rules Sat Apr 11 14:34:09 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	TEST_AUTHOR=1 dh build
 	touch $@
 
 clean:




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