r21765 - in /trunk/libkwiki-perl/debian: changelog compat control copyright

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Mon Jun 16 22:13:22 UTC 2008


Author: tincho
Date: Mon Jun 16 22:13:22 2008
New Revision: 21765

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21765
Log:
* Increased debhelper level to 5.
* debian/control: added myself to Uploaders. Bumped Standards-Version (no
  changes). Downgraded perl dependency to 5.6.1, per META.yml.
* debian/copyright: new format, added packaging copyright.

Modified:
    trunk/libkwiki-perl/debian/changelog
    trunk/libkwiki-perl/debian/compat
    trunk/libkwiki-perl/debian/control
    trunk/libkwiki-perl/debian/copyright

Modified: trunk/libkwiki-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/debian/changelog?rev=21765&op=diff
==============================================================================
--- trunk/libkwiki-perl/debian/changelog (original)
+++ trunk/libkwiki-perl/debian/changelog Mon Jun 16 22:13:22 2008
@@ -1,5 +1,6 @@
 libkwiki-perl (0.38-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -9,6 +10,12 @@
     <rafl at debian.org>); Florian Ragwitz <rafl at debian.org> moved to
     Uploaders.
   * Add debian/watch.
+
+  [ Martín Ferrari ]
+  * Increased debhelper level to 5.
+  * debian/control: added myself to Uploaders. Bumped Standards-Version (no
+    changes). Downgraded perl dependency to 5.6.1, per META.yml.
+  * debian/copyright: new format, added packaging copyright.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 16:19:29 +0200
 

Modified: trunk/libkwiki-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/debian/compat?rev=21765&op=diff
==============================================================================
--- trunk/libkwiki-perl/debian/compat (original)
+++ trunk/libkwiki-perl/debian/compat Mon Jun 16 22:13:22 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libkwiki-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/debian/control?rev=21765&op=diff
==============================================================================
--- trunk/libkwiki-perl/debian/control (original)
+++ trunk/libkwiki-perl/debian/control Mon Jun 16 22:13:22 2008
@@ -1,11 +1,12 @@
 Source: libkwiki-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libspoon-perl (>= 0.22)
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.6.1), libspoon-perl (>= 0.22)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Florian Ragwitz <rafl at debian.org>
-Standards-Version: 3.6.2
+Uploaders: Florian Ragwitz <rafl at debian.org>,
+ Martín Ferrari <tincho at debian.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Kwiki/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libkwiki-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/

Modified: trunk/libkwiki-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkwiki-perl/debian/copyright?rev=21765&op=diff
==============================================================================
--- trunk/libkwiki-perl/debian/copyright (original)
+++ trunk/libkwiki-perl/debian/copyright Mon Jun 16 22:13:22 2008
@@ -1,19 +1,24 @@
-This is the debian package for the Kwiki module.
-It was created by Florian Ragwitz <rafl at debian.org> using dh-make-perl.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Brian Ingerson <INGY at cpan.org>
+Packaged-By: Florian Ragwitz <rafl at debian.org>
+Original-Source-Location: http://search.cpan.org/dist/Kwiki/
+Original-Source-Command: uscan --force-download
+Original-Source-Depends: devscripts
 
-It was downloaded from http://search.cpan.org/~ingy/Kwiki/.
+Files: *
+Copyright: © 2004 Brian Ingerson. All rights reserved.
+           © 2007 Ingy döt Net. All rights reserved.
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
-The upstream author is: 
-
-Brian Ingerson <INGY at cpan.org>.
-
-
-Copyright (c) 2004. Brian Ingerson. All rights reserved.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
+Files: debian/*
+Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
+           © 2008 Mark Hymers <mhy at debian.org>
+           © 2007 Bas Zoetekouw <bas at debian.org>
+           © 2006 Florian Ragwitz <rafl at debian.org>
+License: other
+ It is assumed that previous maintainers did choose a license compatible with
+ upstream.
 
 Perl is distributed under your choice of the GNU General Public License or
 the Artistic License.  On Debian GNU/Linux systems, the complete text of the




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