r20994 - in /trunk/libdbix-class-perl/debian: changelog control patches/ patches/pod-fixes.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 14 13:25:33 UTC 2008


Author: gregoa
Date: Sat Jun 14 13:25:33 2008
New Revision: 20994

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20994
Log:
Add patch pod-fixes.patch, fixes some pod/man errors; add quilt framework.
One fix closes: #478335, thanks to Ansgar Burchardt for the bug report.

Added:
    trunk/libdbix-class-perl/debian/patches/
    trunk/libdbix-class-perl/debian/patches/pod-fixes.patch
    trunk/libdbix-class-perl/debian/patches/series
Modified:
    trunk/libdbix-class-perl/debian/changelog
    trunk/libdbix-class-perl/debian/control
    trunk/libdbix-class-perl/debian/rules

Modified: trunk/libdbix-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/changelog?rev=20994&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/changelog (original)
+++ trunk/libdbix-class-perl/debian/changelog Sat Jun 14 13:25:33 2008
@@ -18,6 +18,8 @@
     - don't install README any more (text version of the inline POD
       documentation)
     - remove exec bit from *.pod files
+  * Add patch pod-fixes.patch, fixes some pod/man errors; add quilt framework.
+    One fix closes: #478335, thanks to Ansgar Burchardt for the bug report.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 14 Jun 2008 14:12:52 +0200
 

Modified: trunk/libdbix-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/control?rev=20994&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/control (original)
+++ trunk/libdbix-class-perl/debian/control Sat Jun 14 13:25:33 2008
@@ -1,7 +1,7 @@
 Source: libdbix-class-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6.0.0)
+Build-Depends: debhelper (>= 6.0.0), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.0-7), libdbi-perl, libdbd-sqlite3-perl,
  libclass-c3-perl (>= 0.11), libdbix-contextualfetch-perl, libdata-page-perl,
  libclass-trigger-perl, libmodule-build-perl, libsql-abstract-perl,

Added: trunk/libdbix-class-perl/debian/patches/pod-fixes.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/pod-fixes.patch?rev=20994&op=file
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/pod-fixes.patch (added)
+++ trunk/libdbix-class-perl/debian/patches/pod-fixes.patch Sat Jun 14 13:25:33 2008
@@ -1,0 +1,76 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix several pod errors
+Bug: #478335
+
+--- libdbix-class-perl.orig/lib/DBIx/Class/Manual/Troubleshooting.pod
++++ libdbix-class-perl/lib/DBIx/Class/Manual/Troubleshooting.pod
+@@ -47,7 +47,7 @@
+ 
+ L<DBI> version 1.50 and L<DBD::Pg> 1.43 are known to work.
+ 
+-=head2 ... Can't locate object method "source_name" via package ...
++=head2 Can't locate object method "source_name" via package
+ 
+ There's likely a syntax error in the table class referred to elsewhere
+ in this error message.  In particular make sure that the package
+--- libdbix-class-perl.orig/lib/DBIx/Class/Storage/TxnScopeGuard.pm
++++ libdbix-class-perl/lib/DBIx/Class/Storage/TxnScopeGuard.pm
+@@ -46,7 +46,7 @@
+ 
+ =head1 NAME
+ 
+-DBIx::Class::Storage::TxnScopeGuard
++DBIx::Class::Storage::TxnScopeGuard - L<Scope::Guard>-like objects
+ 
+ =head1 SYNOPSIS
+ 
+--- libdbix-class-perl.orig/lib/DBIx/Class/ResultSourceHandle.pm
++++ libdbix-class-perl/lib/DBIx/Class/ResultSourceHandle.pm
+@@ -19,7 +19,7 @@
+ 
+ =head1 NAME
+ 
+-DBIx::Class::ResultSourceHandle
++DBIx::Class::ResultSourceHandle - remove link between Rows/ResultSets and source objects
+ 
+ =head1 DESCRIPTION
+ 
+--- libdbix-class-perl.orig/lib/DBIx/Class/ResultClass/HashRefInflator.pm
++++ libdbix-class-perl/lib/DBIx/Class/ResultClass/HashRefInflator.pm
+@@ -5,7 +5,7 @@
+ 
+ =head1 NAME
+ 
+-DBIx::Class::ResultClass::HashRefInflator
++DBIx::Class::ResultClass::HashRefInflator - access data without objects
+ 
+ =head1 SYNOPSIS
+ 
+--- libdbix-class-perl.orig/lib/DBIx/Class/Relationship/BelongsTo.pm
++++ libdbix-class-perl/lib/DBIx/Class/Relationship/BelongsTo.pm
+@@ -72,6 +72,14 @@
+   return 1;
+ }
+ 
++=head1 NAME
++
++DBIx::Class::Relationship::BelongsTo - create relationship between classes on foreign keys
++
++=head1 SEE ALSO
++
++L<DBIx::Class::Relationship>
++
+ =head1 AUTHORS
+ 
+ Alexander Hartmaier <Alexander.Hartmaier at t-systems.at>
+--- libdbix-class-perl.orig/lib/DBIx/Class/Manual/Cookbook.pod
++++ libdbix-class-perl/lib/DBIx/Class/Manual/Cookbook.pod
+@@ -506,7 +506,7 @@
+ module.
+ 
+ To make an object stringify itself as a single column, use something
+-like this (replace C<foo> with the column/method of your choice):
++like this (replace C<name> with the column/method of your choice):
+ 
+   use overload '""' => sub { shift->name}, fallback => 1;
+ 

Added: trunk/libdbix-class-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/series?rev=20994&op=file
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/series (added)
+++ trunk/libdbix-class-perl/debian/patches/series Sat Jun 14 13:25:33 2008
@@ -1,0 +1,1 @@
+pod-fixes.patch

Modified: trunk/libdbix-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/rules?rev=20994&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/rules (original)
+++ trunk/libdbix-class-perl/debian/rules Sat Jun 14 13:25:33 2008
@@ -11,12 +11,14 @@
 # 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 --skipdeps
 	$(MAKE)
@@ -25,7 +27,7 @@
 	$(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