r40353 - in /trunk/libclass-dbi-asform-perl/debian: README.source changelog clean compat control copyright patches/series rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jul 20 17:41:51 UTC 2009


Author: ansgar-guest
Date: Mon Jul 20 17:41:44 2009
New Revision: 40353

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40353
Log:
* Mention module name in description.
* Use debhelper 7 and quilt instead of cdbs.
* Bump Standards-Version to 3.8.2.
* Add myself to Uploaders.
* Do no longer install README (copy of POD documentation).
* Convert debian/copyright to proposed machine-readable format.
* Add README.source.

Added:
    trunk/libclass-dbi-asform-perl/debian/README.source
    trunk/libclass-dbi-asform-perl/debian/clean
    trunk/libclass-dbi-asform-perl/debian/patches/series
Modified:
    trunk/libclass-dbi-asform-perl/debian/changelog
    trunk/libclass-dbi-asform-perl/debian/compat
    trunk/libclass-dbi-asform-perl/debian/control
    trunk/libclass-dbi-asform-perl/debian/copyright
    trunk/libclass-dbi-asform-perl/debian/rules

Added: trunk/libclass-dbi-asform-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/README.source?rev=40353&op=file
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/README.source (added)
+++ trunk/libclass-dbi-asform-perl/debian/README.source Mon Jul 20 17:41:44 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libclass-dbi-asform-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/changelog?rev=40353&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/changelog (original)
+++ trunk/libclass-dbi-asform-perl/debian/changelog Mon Jul 20 17:41:44 2009
@@ -1,4 +1,4 @@
-libclass-dbi-asform-perl (2.42-5) UNRELEASED; urgency=low
+libclass-dbi-asform-perl (2.42-5) unstable; urgency=low
 
   [ Ryan Niebur ]
   * moved with permission from Bart (Closes: #531510)
@@ -14,7 +14,16 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 18:14:15 -0700
+  [ Ansgar Burchardt ]
+  * Mention module name in description.
+  * Use debhelper 7 and quilt instead of cdbs.
+  * Bump Standards-Version to 3.8.2.
+  * Add myself to Uploaders.
+  * Do no longer install README (copy of POD documentation).
+  * Convert debian/copyright to proposed machine-readable format.
+  * Add README.source.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 20 Jul 2009 19:41:19 +0200
 
 libclass-dbi-asform-perl (2.42-4) unstable; urgency=low
 

Added: trunk/libclass-dbi-asform-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/clean?rev=40353&op=file
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/clean (added)
+++ trunk/libclass-dbi-asform-perl/debian/clean Mon Jul 20 17:41:44 2009
@@ -1,0 +1,1 @@
+test.db

Modified: trunk/libclass-dbi-asform-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/compat?rev=40353&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/compat (original)
+++ trunk/libclass-dbi-asform-perl/debian/compat Mon Jul 20 17:41:44 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libclass-dbi-asform-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/control?rev=40353&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/control (original)
+++ trunk/libclass-dbi-asform-perl/debian/control Mon Jul 20 17:41:44 2009
@@ -2,19 +2,20 @@
 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.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.0-16), libhtml-tree-perl (>= 3.23), libclass-dbi-perl (>= 0.94), libclass-dbi-plugin-type-perl, libdbi-perl (>= 1.21), libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-asform-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-asform-perl/
-Homepage: http://search.cpan.org/~tmtm/Class-DBI-AsForm/
+Homepage: http://search.cpan.org/dist/Class-DBI-AsForm/
 
 Package: libclass-dbi-asform-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libhtml-tree-perl, libclass-dbi-perl (>= 0.94), libclass-dbi-plugin-type-perl, libdbi-perl (>= 1.21)
-Description: Produce HTML form elements for database columns using Class::DBI
- This module helps to generate HTML forms for creating new database
- rows or editing existing rows. It maps column names in a database
+Description: produce HTML form elements for database columns using Class::DBI
+ The Class::DBI::AsForm module helps to generate HTML forms for creating new
+ database rows or editing existing rows. It maps column names in a database
  table to HTML form elements which fit the schema. Large text fields
  are turned into textareas, and fields with a has-a relationship to
  other Class::DBI tables are turned into select drop-downs populated

Modified: trunk/libclass-dbi-asform-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/copyright?rev=40353&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/copyright (original)
+++ trunk/libclass-dbi-asform-perl/debian/copyright Mon Jul 20 17:41:44 2009
@@ -1,25 +1,31 @@
-This package was debianized by Stephen Quinney <sjq at debian.org> on
-Fri, 28 May 2004 12:07:39 +0100
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tony Bowden
+Upstream-Source: http://search.cpan.org/dist/Class-DBI-AsForm/
+Upstream-Name: Class-DBI-AsForm
 
-It was downloaded from http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/
+Files: *
+Copyright: © 2003-2004, Simon Cozens, Tony Bowden
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Current Maintainer: Tony Bowden <TMTM at cpan.org>
+Files: debian/*
+Copyright:
+ © 2004-2005, Stephen Quinney <sjq at debian.org>
+ © 2006-2008, Bart Martens <bartm at knars.be>
+ © 2009,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Original Author: Simon Cozens <simon at cpan.org>
+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'
 
-Copyright:
-
-    Copyright 2003-2004 by Simon Cozens / Tony Bowden
-
+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-asform-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/patches/series?rev=40353&op=file
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/patches/series (added)
+++ trunk/libclass-dbi-asform-perl/debian/patches/series Mon Jul 20 17:41:44 2009
@@ -1,0 +1,1 @@
+01_libhtml-tree-perl_3.23-1.diff

Modified: trunk/libclass-dbi-asform-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/rules?rev=40353&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/rules (original)
+++ trunk/libclass-dbi-asform-perl/debian/rules Mon Jul 20 17:41:44 2009
@@ -1,12 +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
-
-install/libclass-dbi-asform-perl::
-	-rmdir debian/libclass-dbi-asform-perl/usr/lib/perl5
-	-rmdir debian/libclass-dbi-asform-perl/usr/lib
-
-clean::
-	rm -f test.db
+%:
+	dh --with quilt $@




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