r70484 - in /trunk/libclass-c3-perl/debian: README.source changelog control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 5 17:19:33 UTC 2011


Author: gregoa
Date: Sat Mar  5 17:19:17 2011
New Revision: 70484

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70484
Log:
* Remove quilt framework.
* debian/copyright: update formatting.
* Set Standards-Version to 3.9.1 (no changes).

Removed:
    trunk/libclass-c3-perl/debian/README.source
Modified:
    trunk/libclass-c3-perl/debian/changelog
    trunk/libclass-c3-perl/debian/control
    trunk/libclass-c3-perl/debian/copyright
    trunk/libclass-c3-perl/debian/rules

Modified: trunk/libclass-c3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/changelog?rev=70484&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/changelog (original)
+++ trunk/libclass-c3-perl/debian/changelog Sat Mar  5 17:19:17 2011
@@ -7,8 +7,10 @@
   * Confirm bug as fixed (closes: #526163)
 
   [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
   * Update fix-pod-spelling.patch.
+  * Remove quilt framework.
+  * debian/copyright: update formatting.
+  * Set Standards-Version to 3.9.1 (no changes).
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Mon, 21 Jun 2010 18:20:11 +0200
 

Modified: trunk/libclass-c3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/control?rev=70484&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/control (original)
+++ trunk/libclass-c3-perl/debian/control Sat Mar  5 17:19:17 2011
@@ -1,14 +1,14 @@
 Source: libclass-c3-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libtest-exception-perl, libtest-pod-perl,
  libtest-pod-coverage-perl, libsub-name-perl, libalgorithm-c3-perl,
  libclass-c3-xs-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Class-C3/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-c3-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-c3-perl/

Modified: trunk/libclass-c3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/copyright?rev=70484&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/copyright (original)
+++ trunk/libclass-c3-perl/debian/copyright Sat Mar  5 17:19:17 2011
@@ -1,5 +1,5 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Stevan Little <stevan at iinteractive.com>
+Maintainer: Stevan Little, <stevan at iinteractive.com>
 Source: http://search.cpan.org/dist/Class-C3/
 Name: Class-C3
 
@@ -14,18 +14,17 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
- 2005-2010, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Copyright: 2005-2010, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+ 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2011, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
-X-Comment: it is assumed the authors license the Debian package
- metadata under the same terms as upstream.
 
 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'
+ On Debian 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
@@ -33,5 +32,5 @@
  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'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libclass-c3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/rules?rev=70484&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/rules (original)
+++ trunk/libclass-c3-perl/debian/rules Sat Mar  5 17:19:17 2011
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@




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