r35301 - in /trunk/libtest-file-perl/debian: changelog control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed May 13 05:46:08 UTC 2009


Author: ryan52-guest
Date: Wed May 13 05:46:03 2009
New Revision: 35301

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35301
Log:
  - touch Makefile after unpatching
* minor improvements to the description

Modified:
    trunk/libtest-file-perl/debian/changelog
    trunk/libtest-file-perl/debian/control
    trunk/libtest-file-perl/debian/rules

Modified: trunk/libtest-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/changelog?rev=35301&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/changelog (original)
+++ trunk/libtest-file-perl/debian/changelog Wed May 13 05:46:03 2009
@@ -1,15 +1,4 @@
 libtest-file-perl (1.25-1) UNRELEASED; urgency=low
-
-  TODO:
-  - debian/rules: since Makefile.PL is unpatched we need to touch Makefile if
-    it exists; or unpatch later; or use the shiny new "dh --with quilt" which
-    should unpatch at the right place
-  - debian/control:
-    + short description: s/Test/test/
-    + long description: s/Test::Files/Test::File/
-  - debian/changelog: hm, usually a one-line entry is enough for new packages,
-    but maybe in this case (with two persons preparing the packages) we could
-    leave it ...
 
   [ Jeremiah C. Foster ]
   * Initial Release. (Closes: #512774)
@@ -18,9 +7,11 @@
   * remove extra whitespace in debian/rules
   * add quilt patching
     - add README.source
+    - touch Makefile after unpatching
   * patch Makefile.PL to use $(MAN3EXT) instead of 3 as the extension for
     the installed man page. This way .3pm is used on Debian.
   * update standards version to 3.8.1
   * add myself to Uploaders
+  * minor improvements to the description
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 11 May 2009 19:51:53 -0700

Modified: trunk/libtest-file-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/control?rev=35301&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/control (original)
+++ trunk/libtest-file-perl/debian/control Wed May 13 05:46:03 2009
@@ -13,8 +13,8 @@
 Package: libtest-file-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libtest-manifest-perl (>= 1.14)
-Description: Test file attributes with perl
- Test::Files provides a collection of test utilities for file attributes
+Description: Perl module to test file attributes
+ Test::File provides a collection of test utilities for file attributes.
  .
  Some file attributes depend on the owner of the process testing the file in
  the same way the file test operators do. For instance, root (or super-user or

Modified: trunk/libtest-file-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/rules?rev=35301&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/rules (original)
+++ trunk/libtest-file-perl/debian/rules Wed May 13 05:46:03 2009
@@ -8,6 +8,7 @@
 	touch $@
 
 clean: unpatch
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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