r50062 - in /trunk/libclass-dbi-loader-relationship-perl/debian: changelog compat control copyright patches/series rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 3 15:04:39 UTC 2010


Author: ansgar-guest
Date: Sun Jan  3 15:04:29 2010
New Revision: 50062

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50062
Log:
TODO: Where does the license information in d/copyright come from?
* Use source format 3.0 (quilt).
* Use debhelper instead of CDBS.
* Convert debian/copyright to proposed machine-readable format.
* Add myself to Uploaders.
* Bump Standards-Version to 3.8.3.
* debian/control: Mention module name in description.
* No longer install README.

Added:
    trunk/libclass-dbi-loader-relationship-perl/debian/patches/series
    trunk/libclass-dbi-loader-relationship-perl/debian/source/
    trunk/libclass-dbi-loader-relationship-perl/debian/source/format
Modified:
    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/rules

Modified: 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=50062&op=diff
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/changelog (original)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/changelog Sun Jan  3 15:04:29 2010
@@ -1,4 +1,6 @@
 libclass-dbi-loader-relationship-perl (1.3-3) UNRELEASED; urgency=low
+
+  TODO: Where does the license information in d/copyright come from?
 
   [ Ryan Niebur ]
   * moved with permission from Bart (Closes: #531512)
@@ -22,7 +24,16 @@
   [ gregor herrmann ]
   * debian/watch: add author-URL to catch the version we actually have.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 18:14:13 -0700
+  [ Ansgar Burchardt ]
+  * Use source format 3.0 (quilt).
+  * Use debhelper instead of CDBS.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.8.3.
+  * debian/control: Mention module name in description.
+  * No longer install README.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 04 Jan 2010 00:01:46 +0900
 
 libclass-dbi-loader-relationship-perl (1.3-2) unstable; urgency=low
 

Modified: 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=50062&op=diff
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/compat (original)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/compat Sun Jan  3 15:04:29 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: 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=50062&op=diff
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/control (original)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/control Sun Jan  3 15:04:29 2010
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1), libtest-simple-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/
 Homepage: http://search.cpan.org/~chunzi/Class-DBI-Loader-Relationship/
@@ -13,10 +14,10 @@
 Architecture: all
 Depends: ${misc: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.
+ The Class::DBI::Loader::Relationship 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

Modified: 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=50062&op=diff
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/copyright (original)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/copyright Sun Jan  3 15:04:29 2010
@@ -1,30 +1,34 @@
-This package was debianized by Stephen Quinney <sjq at debian.org> on
-Fri, 28 May 2004 13:57:22 +0100
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: chunzi
+Source: http://search.cpan.org/~chunzi/Class-DBI-Loader-Relationship/
+Name: Class-DBI-Loader-Relationship
 
-It was downloaded from:
+Copyright:
+ XXX: Where does this information come from?
+      It was in the old debian/copyright, but I did not find it
+      anywhere else -- ansgar
+ © 2003-2004, Simon Cozens <simon at simon-cozens.org>
+ © 2005,      Chunzi <chunzi at perlchina.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-    http://search.cpan.org/CPAN/authors/id/S/SI/SIMON/
-    http://search.cpan.org/~chunzi/Class-DBI-Loader-Relationship/
+Files: debian/*
+Copyright:
+ © 2004-2005, Stephen Quinney <sjq at debian.org>
+ © 2006-2008, Bart Martens <bartm at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Upstream Author:
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-    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:
-
+License: GPL-1+
     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.
-
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
     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'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libclass-dbi-loader-relationship-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/patches/series?rev=50062&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/patches/series (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/patches/series Sun Jan  3 15:04:29 2010
@@ -1,0 +1,1 @@
+01_camel_case_bug_330088.diff

Modified: 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=50062&op=diff
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/rules (original)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/rules Sun Jan  3 15:04:29 2010
@@ -1,5 +1,3 @@
 #!/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
+%:
+	dh $@

Added: trunk/libclass-dbi-loader-relationship-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/debian/source/format?rev=50062&op=file
==============================================================================
--- trunk/libclass-dbi-loader-relationship-perl/debian/source/format (added)
+++ trunk/libclass-dbi-loader-relationship-perl/debian/source/format Sun Jan  3 15:04:29 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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