r33418 - in /trunk/libclass-dbi-loader-relationship-perl/debian: ./ changelog compat control copyright patches/ patches/01_camel_case_bug_330088.diff rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Apr 16 03:37:24 UTC 2009


Author: ryan52-guest
Date: Thu Apr 16 03:37:19 2009
New Revision: 33418

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33418
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libclass-dbi-loader-relationship-perl/debian/
    trunk/libclass-dbi-loader-relationship-perl/debian/changelog
    trunk/libclass-dbi-loader-relationship-perl/debian/compat
    trunk/libclass-dbi-loader-relationship-perl/debian/control
    trunk/libclass-dbi-loader-relationship-perl/debian/copyright
    trunk/libclass-dbi-loader-relationship-perl/debian/patches/
    trunk/libclass-dbi-loader-relationship-perl/debian/patches/01_camel_case_bug_330088.diff
    trunk/libclass-dbi-loader-relationship-perl/debian/rules   (with props)
    trunk/libclass-dbi-loader-relationship-perl/debian/watch

Added: trunk/libclass-dbi-loader-relationship-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/changelog?rev=33418&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/changelog (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/changelog Thu Apr 16 03:37:19 2009
@@ -1,0 +1,38 @@
+libclass-dbi-loader-relationship-perl (1.3-2) unstable; urgency=low
+
+  * debian/control: Standards-Version, Homepage.
+  * debian/rules: Removed obsolete part about empty directories.
+
+ -- Bart Martens <bartm at debian.org>  Sat, 09 Aug 2008 08:23:12 +0200
+
+libclass-dbi-loader-relationship-perl (1.3-1) unstable; urgency=low
+
+  * New maintainer, as agreed with Stephen.
+  * New upstream release.
+  * debian/*: Repackaged with cdbs.
+  * debian/copyright: Updated.
+  * debian/watch: Updated to version 3.
+
+ -- Bart Martens <bartm at knars.be>  Fri, 17 Nov 2006 10:03:59 +0100
+
+libclass-dbi-loader-relationship-perl (1.2-3) unstable; urgency=low
+
+  * Fixed small problem with declaring has_many before has_a
+    relationships, closes: #330088.
+  * Added build-dependency on dpatch.
+  * Switched to my debian.org email address.
+
+ -- Stephen Quinney <sjq at debian.org>  Wed, 12 Oct 2005 09:55:45 +0100
+
+libclass-dbi-loader-relationship-perl (1.2-2) unstable; urgency=low
+
+  * debian/watch - Updated URL so lookups do not randomly fail.
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 11 Jun 2005 11:58:57 +0100
+
+libclass-dbi-loader-relationship-perl (1.2-1) unstable; urgency=low
+
+  * Initial Release, closes: #264644.
+
+ -- Stephen Quinney <sjq at debian.org>  Wed, 11 Aug 2004 20:41:36 +0100
+

Added: trunk/libclass-dbi-loader-relationship-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/compat?rev=33418&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/compat (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/compat Thu Apr 16 03:37:19 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libclass-dbi-loader-relationship-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/control?rev=33418&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/control (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/control Thu Apr 16 03:37:19 2009
@@ -1,0 +1,28 @@
+Source: libclass-dbi-loader-relationship-perl
+Section: perl
+Priority: optional
+Maintainer: Bart Martens <bartm at debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1), libtest-simple-perl
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/~chunzi/Class-DBI-Loader-Relationship/
+
+Package: libclass-dbi-loader-relationship-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1)
+Description: Easier relationship specification in Class::DBI::Loader
+ This module acts as a mix-in, adding the relationship() method to
+ Class::DBI::Loader. Since Class::DBI::Loader knows how to map between
+ table names and class names, there ought to be no need to replicate
+ the names.
+ .
+ In addition, it is common (but not universal) to want reverse
+ relationships defined for has-many relationships, and for has-a
+ relationships to be defined for the linkages surrounding a
+ many-to-many table.
+ .
+ The aim of this module is to simplify the declaration of common
+ database relationships by providing both of these features.
+ .
+ The relationship takes a string. It recognises table names (singular
+ or plural, for convenience) and extracts them from the "sentence".

Added: trunk/libclass-dbi-loader-relationship-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/copyright?rev=33418&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/copyright (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/copyright Thu Apr 16 03:37:19 2009
@@ -1,0 +1,30 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Fri, 28 May 2004 13:57:22 +0100
+
+It was downloaded from:
+
+    http://search.cpan.org/CPAN/authors/id/S/SI/SIMON/
+    http://search.cpan.org/~chunzi/Class-DBI-Loader-Relationship/
+
+Upstream Author:
+
+    Simon Cozens <simon at simon-cozens.org>
+    Chunzi <chunzi at perlchina.org>
+
+Copyright (C) 2003-2004 Simon Cozens, <simon at cpan.org>
+Copyright (C) 2005 Chunzi <chunzi at perlchina.org>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL' and
+    the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libclass-dbi-loader-relationship-perl/debian/patches/01_camel_case_bug_330088.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/patches/01_camel_case_bug_330088.diff?rev=33418&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/patches/01_camel_case_bug_330088.diff (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/patches/01_camel_case_bug_330088.diff Thu Apr 16 03:37:19 2009
@@ -1,0 +1,13 @@
+diff -urNad libclass-dbi-loader-relationship-perl-1.2~/Relationship.pm libclass-dbi-loader-relationship-perl-1.2/Relationship.pm
+--- libclass-dbi-loader-relationship-perl-1.2~/Relationship.pm	2004-03-01 16:48:45.000000000 +0000
++++ libclass-dbi-loader-relationship-perl-1.2/Relationship.pm	2005-10-12 09:51:07.000000000 +0100
+@@ -93,8 +93,8 @@
+     return "$from_c->$method($mapper => $to_c);\n".
+            ($method ne "has_a" && "$to_c->has_a(".to_S($from)." => $from_c);\n") 
+            if $DEBUG;
+-    $from_c->$method($mapper => $to_c);
+     $to_c->has_a(to_S($from) => $from_c) unless $method eq "has_a";
++    $from_c->$method($mapper => $to_c);
+ }
+ 
+ 1;

Added: trunk/libclass-dbi-loader-relationship-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/rules?rev=33418&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/rules (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/rules Thu Apr 16 03:37:19 2009
@@ -1,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk

Propchange: trunk/libclass-dbi-loader-relationship-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-dbi-loader-relationship-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/watch?rev=33418&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/watch (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/watch Thu Apr 16 03:37:19 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/C/CH/CHUNZI/Class-DBI-Loader-Relationship-(.*)\.tar\.gz




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