r55299 - in /trunk/libwww-cnic-perl/debian: changelog control copyright rules source/ source/format

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Fri Apr 2 20:13:38 UTC 2010


Author: chrisb
Date: Fri Apr  2 20:13:22 2010
New Revision: 55299

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55299
Log:
* Upped Standards-Version to 3.8.4, no changes required.
* Switched to source format 3.0 (quilt), removed quilt dependency.

Added:
    trunk/libwww-cnic-perl/debian/source/
    trunk/libwww-cnic-perl/debian/source/format
Modified:
    trunk/libwww-cnic-perl/debian/changelog
    trunk/libwww-cnic-perl/debian/control
    trunk/libwww-cnic-perl/debian/copyright
    trunk/libwww-cnic-perl/debian/rules

Modified: trunk/libwww-cnic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/changelog?rev=55299&op=diff
==============================================================================
--- trunk/libwww-cnic-perl/debian/changelog (original)
+++ trunk/libwww-cnic-perl/debian/changelog Fri Apr  2 20:13:22 2010
@@ -1,6 +1,8 @@
 libwww-cnic-perl (0.31-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Upped Standards-Version to 3.8.4, no changes required.
+  * Switched to source format 3.0 (quilt), removed quilt dependency.
 
  -- Chris Butler <chrisb at debian.org>  Fri, 02 Apr 2010 20:47:52 +0100
 

Modified: trunk/libwww-cnic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/control?rev=55299&op=diff
==============================================================================
--- trunk/libwww-cnic-perl/debian/control (original)
+++ trunk/libwww-cnic-perl/debian/control Fri Apr  2 20:13:22 2010
@@ -4,12 +4,12 @@
  Nathan Handler <nhandler at ubuntu.com>
 Priority: optional
 Section: perl
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-cnic-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-cnic-perl/
 Homepage: http://toolkit.centralnic.com/downloads
-Build-Depends-Indep: perl, libwww-perl
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: libwww-perl, perl
+Build-Depends: debhelper (>= 7)
 
 Package: libwww-cnic-perl
 Architecture: all

Modified: trunk/libwww-cnic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/copyright?rev=55299&op=diff
==============================================================================
--- trunk/libwww-cnic-perl/debian/copyright (original)
+++ trunk/libwww-cnic-perl/debian/copyright Fri Apr  2 20:13:22 2010
@@ -1,31 +1,32 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: CentralNic <toolkit at centralnic.com>
-Upstream-Source: http://toolkit.centralnic.com/downloads
-Upstream-Name: WWW-CNic
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: CentralNic <toolkit at centralnic.com>
+Source: http://toolkit.centralnic.com/downloads
+Name: WWW-CNic
 
 Files: *
-Copyright: 2007, CentrlNic Ltd.
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2010, CentralNic Ltd.
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2004-2008, Jonathan McDowell <noodles at earth.li>
  2009, Nathan Handler <nhandler at ubuntu.com>
-License: Artistic | GPL-1+
+ 2010, Chris Butler <chrisb at debian.org>
+License: Artistic or GPL-1+
 X-Comment: It is assumed that package maintainers have licensed their work
  under terms compatible with upstream licensing terms.
 
 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
+ 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'
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    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'
+ This program is free software; you can redistribute it and/or modify
+ 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'

Modified: trunk/libwww-cnic-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/rules?rev=55299&op=diff
==============================================================================
--- trunk/libwww-cnic-perl/debian/rules (original)
+++ trunk/libwww-cnic-perl/debian/rules Fri Apr  2 20:13:22 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@

Added: trunk/libwww-cnic-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/source/format?rev=55299&op=file
==============================================================================
--- trunk/libwww-cnic-perl/debian/source/format (added)
+++ trunk/libwww-cnic-perl/debian/source/format Fri Apr  2 20:13:22 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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