r29454 - /trunk/dh-make-perl/debian/changelog

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 7 22:22:29 UTC 2009


Author: dmn
Date: Wed Jan  7 22:22:26 2009
New Revision: 29454

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29454
Log:
prepare changelog

Modified:
    trunk/dh-make-perl/debian/changelog

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=29454&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jan  7 22:22:26 2009
@@ -20,16 +20,26 @@
   * Add dependencies on libwww-mechanize-perl, libclass-accessor-perl,
     libemail-date-format-perl, libmodule-corelist-perl, libapt-pkg-perl.
   * Internal rewrites:
-    - encapsulate dependencies into Dep class and rework the code to use 
-      Dep objects
+    - encapsulate dependencies into a class and rework the code to use it
     - extract_depends: try Module::Depends first, ::Intrusive -- second
-    - Module::CoreList to check if given module is a core one
+    - use Module::CoreList to check if given module is a core one
     - avoid adding dependencies on ancient perl versions
-    - refactor parsing, caching and searching in apt Contents files in a class
   * add test suite
   * rules: run the test suite during build
+    + sync B-D-I with Depends
+    + add libfile-touch-perl, libtext-diff-perl, libfile-find-rule-perl and
+      libtest-deep-perl to B-D-I
   * get_itp(): adapt to new BTS web interface. Thanks to SteveNZ for the
     patch.
+  * add --verbose option (set by default)
+    + disable diagnostic output when --no-verbose is given
+  * instead of searching Perl modules in packages contents via apt-file, parse
+    Contents files ourselves and cache the result
+    + add --refresh-cache option, useful for cron-jobs
+  * do not call bugs.debian.org when NO_NETWORK is set in the environment
+    + rules: set NO_NETWORK=1 when running tests
+  * uses Module::Build for building and running tests
+    + add libmodule-build-perl to B-D
 
   [ Paul Fenwick ]
   * Setting the base for unit-testing:




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