r19901 - in /trunk/libcoat-persistent-perl/debian: changelog control patches/ patches/pod-error.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 12 13:46:44 UTC 2008


Author: gregoa
Date: Mon May 12 13:46:44 2008
New Revision: 19901

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19901
Log:
Add patch pod-error.patch to fix a small glitch in the POD.

Added:
    trunk/libcoat-persistent-perl/debian/patches/
    trunk/libcoat-persistent-perl/debian/patches/pod-error.patch
    trunk/libcoat-persistent-perl/debian/patches/series
Modified:
    trunk/libcoat-persistent-perl/debian/changelog
    trunk/libcoat-persistent-perl/debian/control
    trunk/libcoat-persistent-perl/debian/rules

Modified: trunk/libcoat-persistent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/changelog?rev=19901&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Mon May 12 13:46:44 2008
@@ -6,6 +6,7 @@
       (closes: #479942)
     - change my email address
   * Refresh debian/rules, no functional changes.
+  * Add patch pod-error.patch to fix a small glitch in the POD.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 12 May 2008 15:31:09 +0200
 

Modified: trunk/libcoat-persistent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/control?rev=19901&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/control (original)
+++ trunk/libcoat-persistent-perl/debian/control Mon May 12 13:46:44 2008
@@ -1,7 +1,7 @@
 Source: libcoat-persistent-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.8-12), libdbi-perl, libdbix-sequence-perl,
                      libsql-abstract-perl, libcoat-perl (>= 0.2),
                      liblist-compare-perl, libdbd-csv-perl,

Added: trunk/libcoat-persistent-perl/debian/patches/pod-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/patches/pod-error.patch?rev=19901&op=file
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/pod-error.patch (added)
+++ trunk/libcoat-persistent-perl/debian/patches/pod-error.patch Mon May 12 13:46:44 2008
@@ -1,0 +1,29 @@
+--- libcoat-persistent-perl.orig/lib/Coat/Persistent.pm
++++ libcoat-persistent-perl/lib/Coat/Persistent.pm
+@@ -758,7 +758,7 @@
+ 
+ =over 4
+ 
+-=item I<csv> : this will use DBI's "DBD:CSV" driver to map your instances to a CSV
++=item I<csv>: this will use DBI's "DBD:CSV" driver to map your instances to a CSV
+ file. B<@options> must contains a string as its first element being like the
+ following: "f_dir=<DIRECTORY>" where DIRECTORY is the directory where to store
+ de CSV files.
+@@ -769,7 +769,7 @@
+     use Coat::Persistent;
+     __PACKAGE__->map_to_dbi('csv', 'f_dir=./t/csv-directory');
+ 
+-=item I<mysql> : this will use DBI's "dbi:mysql" driver to map your instances
++=item I<mysql>: this will use DBI's "dbi:mysql" driver to map your instances
+ to a MySQL database. B<@options> must be a list that contains repectively: the
+ database name, the database user, the database password.
+ 
+@@ -929,6 +929,8 @@
+ 
+ =back
+ 
++=over 4
++
+ =item B<find_by_sql($sql, @bind_values>
+ 
+ Executes a custom sql query against your database and returns all the results

Added: trunk/libcoat-persistent-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/patches/series?rev=19901&op=file
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/series (added)
+++ trunk/libcoat-persistent-perl/debian/patches/series Mon May 12 13:46:44 2008
@@ -1,0 +1,1 @@
+pod-error.patch

Modified: trunk/libcoat-persistent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/rules?rev=19901&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/rules (original)
+++ trunk/libcoat-persistent-perl/debian/rules Mon May 12 13:46:44 2008
@@ -11,19 +11,21 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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