r34282 - in /trunk/libtest-distmanifest-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Apr 28 20:36:42 UTC 2009


Author: jawnsy-guest
Date: Tue Apr 28 20:36:37 2009
New Revision: 34282

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34282
Log:
- Made minor formatting changes in control file, per gregoa (the numbered list). I think it's done properly now.

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

Modified: trunk/libtest-distmanifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/changelog?rev=34282&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/changelog (original)
+++ trunk/libtest-distmanifest-perl/debian/changelog Tue Apr 28 20:36:37 2009
@@ -17,8 +17,7 @@
     - 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?)
+      (JY: test removed upstream.)
     - bump Standards-Version to 3.8.1
       (JY: done)
     - add packages that are recommended in META.yml to Suggests:
@@ -26,10 +25,7 @@
        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?)
+      (JY: I think I fixed this.)
   * debian/copyright: add "2008-2009" to the copyright for "Files: *"
     (JY: done)
   * debian/rules: to enable author tests:

Modified: trunk/libtest-distmanifest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/control?rev=34282&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/control (original)
+++ trunk/libtest-distmanifest-perl/debian/control Tue Apr 28 20:36:37 2009
@@ -21,16 +21,17 @@
   libmodule-manifest-perl (>= 0.05)
 Description: Perl module for verifying CPAN MANIFEST files
  Test::DistManifest provides a simple method of testing that a MANIFEST
- matches the distribution. It is similar to Test::CheckManifest, but
- differs in that it has native support for the MANIFEST.SKIP file.
+ matches the distribution. It is similar to Test::CheckManifest, but differs
+ in that it has native support for the MANIFEST.SKIP file.
  .
  It tests three things:
- 1. Everything in MANIFEST exists
- 2. Everything in the package is listed in MANIFEST, or subsequently
-    matches a regular expression mask in MANIFEST.SKIP
- 3. Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP
-    (this prevents an unsatisfiable condition)
+ .
+  1. Everything in MANIFEST exists
+  2. Everything in the package is listed in MANIFEST, or subsequently matches
+     a regular expression mask in MANIFEST.SKIP
+  3. Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP,
+     which is an unsatisfiable condition
  .
  Much of the functionality is provided by Module::Manifest, so developers
- wishing to manipulate MANIFEST files in a similar way are encouraged to
- look at that distribution.
+ wishing to manipulate MANIFEST files in a similar way are encouraged to look
+ at that distribution.




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