r15636 - in /trunk/libcoat-persistent-perl/debian: changelog control copyright rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Feb 26 15:37:02 UTC 2008


Author: gregoa-guest
Date: Tue Feb 26 15:37:01 2008
New Revision: 15636

URL: http://svn.debian.org/wsvn/?sc=1&rev=15636
Log:
* Add build dependency on libdbd-csv-perl (closes: #467599).
* Add libtest-exception-perl and libcache-fastmmap-perl to
  Build-Depends-Indep.
* debian/rules: Remove unused dh_installexamples.
* debian/copyright: fix upstream source location.

Modified:
    trunk/libcoat-persistent-perl/debian/changelog
    trunk/libcoat-persistent-perl/debian/control
    trunk/libcoat-persistent-perl/debian/copyright
    trunk/libcoat-persistent-perl/debian/rules

Modified: trunk/libcoat-persistent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcoat-persistent-perl/debian/changelog?rev=15636&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Tue Feb 26 15:37:01 2008
@@ -3,8 +3,13 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza).
   * Add debian/watch.
+  * Add build dependency on libdbd-csv-perl (closes: #467599).
+  * Add libtest-exception-perl and libcache-fastmmap-perl to
+    Build-Depends-Indep.
+  * debian/rules: Remove unused dh_installexamples.
+  * debian/copyright: fix upstream source location.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 24 Feb 2008 01:12:30 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 26 Feb 2008 16:36:44 +0100
 
 libcoat-persistent-perl (0.0-0.5-1) unstable; urgency=low
 

Modified: trunk/libcoat-persistent-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcoat-persistent-perl/debian/control?rev=15636&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/control (original)
+++ trunk/libcoat-persistent-perl/debian/control Tue Feb 26 15:37:01 2008
@@ -4,7 +4,8 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-12), libdbi-perl,
                      libdbix-sequence-perl, libsql-abstract-perl,
-                     libcoat-perl, liblist-compare-perl
+                     libcoat-perl, liblist-compare-perl, libdbd-csv-perl,
+                     libtest-exception-perl, libcache-fastmmap-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alexis Sukrieh <sukria at debian.org>
 Standards-Version: 3.7.3

Modified: trunk/libcoat-persistent-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcoat-persistent-perl/debian/copyright?rev=15636&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/copyright (original)
+++ trunk/libcoat-persistent-perl/debian/copyright Tue Feb 26 15:37:01 2008
@@ -1,7 +1,7 @@
 This is the debian package for the Coat::Persistent module.
 It was created by Alexis Sukrieh <sukria at debian.org> using dh-make-perl.
 
-It was downloaded from http://search.cpan.org/dist/Coat::Persistent/
+It was downloaded from http://search.cpan.org/dist/Coat-Persistent/
 
 This module was written by Alexis Sukrieh <sukria at cpan.org>.
 Quite everything implemented in this module was inspired from

Modified: trunk/libcoat-persistent-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcoat-persistent-perl/debian/rules?rev=15636&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/rules (original)
+++ trunk/libcoat-persistent-perl/debian/rules Tue Feb 26 15:37:01 2008
@@ -58,9 +58,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples
-	dh_installdocs 
-	dh_installchangelogs 
+	dh_installdocs
+	dh_installchangelogs
 	dh_perl
 	dh_compress
 	dh_fixperms




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