r41717 - /trunk/libtext-dhcpleases-perl/debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Aug 12 15:13:10 UTC 2009


Author: gregoa
Date: Wed Aug 12 15:12:49 2009
New Revision: 41717

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41717
Log:
back to UNRELEASED, TODO added to changelog

Modified:
    trunk/libtext-dhcpleases-perl/debian/changelog

Modified: trunk/libtext-dhcpleases-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/changelog?rev=41717&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/changelog (original)
+++ trunk/libtext-dhcpleases-perl/debian/changelog Wed Aug 12 15:12:49 2009
@@ -1,4 +1,42 @@
-libtext-dhcpleases-perl (0.9-1) unstable; urgency=low
+libtext-dhcpleases-perl (0.9-1) UNRELEASED; urgency=low
+
+  TODO:
+  - debian/changelog:
+    new packages should close ITP bugs, so "(closes: #nnnnnn)" needs to be
+    added
+  - debian/watch: we started to ignore development releases, i.e. we don't
+    list "_" as an allowed char any more, so the regex should look like
+    ".*/Text-DHCPLeases-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$"
+  - debian/control: "${misc:Depends}" is missing in Depends (debhelper wants
+    it there in case it's needed)
+  - debian/rules:
+    + this looks rather historic :) not that there's anything
+      actually wrong with it (except for installing the README maybe), but we
+      use the (short or the) minimal version from debhelper 7
+      a recent dh-make-perl shouldn't have created this, and a recent
+      "dh-make-perl --refresh" should update it
+    + commenting out the test suite is not a good idea, but with the short
+      d/rules after the refresh it should be run automagically
+  - debian/copyright: same here. we started using the new machine-readable
+    format over a year ago, and dh-make-perl also creates it. with --refresh
+    you can update it.
+    side note: it's interesting that upstream's copyright extends into the
+    future (2010) but since that's their claim I'd leave it
+  - debian/compat: "5". hu! ancient :)
+    --> dh-make-perl --refresh
+  - debian/control:
+    * debhelper 7 (should be done be dh-make-perl --refresh)
+    * Module::Build is in perl-modules since 5.10 --> "perl-modules (>= 5.10)
+      | libmodule-build-perl"
+    * short description should work as
+      <package> is a <short description>
+    * long description: s/This module/Text::DHCPLeases/
+      (mentioning the module name makes searching easier)
+  
+  tips:
+  - look at scripts/qa/packagecheck in svn
+  - always run the latest dh-make-perl
+  - always check with the latest lintian
 
   * Initial release.
 




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