r28403 - in /trunk/libconfig-model-perl/debian: changelog rules

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Fri Dec 19 15:00:43 UTC 2008


Author: ddumont-guest
Date: Fri Dec 19 15:00:33 2008
New Revision: 28403

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28403
Log:
more cleanup

Modified:
    trunk/libconfig-model-perl/debian/changelog
    trunk/libconfig-model-perl/debian/rules

Modified: trunk/libconfig-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/changelog?rev=28403&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (original)
+++ trunk/libconfig-model-perl/debian/changelog Fri Dec 19 15:00:33 2008
@@ -1,26 +1,28 @@
 libconfig-model-perl (0.632-1) UNRELEASED; urgency=low
 
   * (NOT RELEASED YET) New upstream release
-  * Removed dependency on libconfig-augeas-perl, libclass-test-perl liberror-perl 
+  * Removed dependency on libconfig-augeas-perl, libclass-test-perl, liberror-perl 
   * added libtest-pod-perl to Build-Depends-Indep
+  * suggests libconfig-tiny-perl 
+  * added example in doc
   
  -- Dominique Dumont <domi at komarr.gre.hp.com>  Thu, 18 Dec 2008 13:43:38 +0100
 
 libconfig-model-perl (0.627-1) UNRELEASED; urgency=low
 
   TODO:
-  * new upstream release available
-  * FTBFS in a sid cowbuilder chroot: t/augeas_backend.t fails
+  * new upstream release available (done)
+  * FTBFS in a sid cowbuilder chroot: t/augeas_backend.t fails (done upstream)
 
-  * add libtest-pod-perl to Build-Depends-Indep
+  * add libtest-pod-perl to Build-Depends-Indep (done)
   * maybe update to debhelper 7 (d/rules, d/control, d/compat)
   * debian/rules is a bit outdated in general
   * maybe switch debian/copyright to the new proposed format
-  * the "empty" dh_installexamples doesn't do anything
-  * examples/fstab/README in dh_installdocs seems strange
-  * debian/control: wrap long lines (cosmetic)
+  * the "empty" dh_installexamples doesn't do anything (fixed)
+  * examples/fstab/README in dh_installdocs seems strange (fixed)
+  * debian/control: wrap long lines (cosmetic-done)
   * debian/control: indent the bullet list further, otherwise it gets
-    concatenated into on paragraph
+    concatenated into on paragraph (done)
   
   -- gregoa
   

Modified: trunk/libconfig-model-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/rules?rev=28403&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/rules (original)
+++ trunk/libconfig-model-perl/debian/rules Fri Dec 19 15:00:33 2008
@@ -59,8 +59,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README TODO examples/fstab/README
-	#	dh_installexamples
+	dh_installdocs README TODO
+	dh_installexamples examples
 	dh_installchangelogs ChangeLog
 	dh_perl
 	dh_compress




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