r41725 - in /trunk/libtext-dhcpleases-perl/debian: changelog control

juruen-guest at users.alioth.debian.org juruen-guest at users.alioth.debian.org
Wed Aug 12 16:06:14 UTC 2009


Author: juruen-guest
Date: Wed Aug 12 16:06:09 2009
New Revision: 41725

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41725
Log:
- Add missing "${misc:Depends}" to Depends
- debhelper 7 (dh-make-perl --refresh)
- Add  OR dependency on "perl-modules (>= 5.10) | libmodule-build-perl"
- Change short description
- Change long description to include Perl module class

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

Modified: trunk/libtext-dhcpleases-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/changelog?rev=41725&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/changelog (original)
+++ trunk/libtext-dhcpleases-perl/debian/changelog Wed Aug 12 16:06:09 2009
@@ -4,8 +4,6 @@
   - debian/changelog:
     new packages should close ITP bugs, so "(closes: #nnnnnn)" needs to be
     added
-  - 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
@@ -21,15 +19,6 @@
     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

Modified: trunk/libtext-dhcpleases-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-dhcpleases-perl/debian/control?rev=41725&op=diff
==============================================================================
--- trunk/libtext-dhcpleases-perl/debian/control (original)
+++ trunk/libtext-dhcpleases-perl/debian/control Wed Aug 12 16:06:09 2009
@@ -1,7 +1,7 @@
 Source: libtext-dhcpleases-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Javier Uruen Val <javi at warp.es>
@@ -12,12 +12,12 @@
 
 Package: libtext-dhcpleases-perl
 Architecture: all
-Depends: ${perl:Depends}
-Description: Parse DHCP leases file from ISC dhcpd
- This module provides an object-oriented interface to ISC DHCPD leases files.
- The goal is to objectify all declarations, as defined by the ISC dhcpd package
- man pages.
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module to parse DHCP leases file from ISC dhcpd
+ Text::DHCPLeases provides an object-oriented interface to ISC DHCPD leases
+ files.  The goal is to objectify all declarations, as defined by the ISC
+ dhcpd package man pages.
  .
  This interface is useful for analyzing, reporting, converting lease files,
  or as a tool for other applications that need to import dhcpd lease data
- estructures.
+ structures.




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