r66164 - in /trunk/libio-all-perl/debian: README.source changelog copyright patches/ rules source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 05:12:18 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 05:12:09 2010
New Revision: 66164

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66164
Log:
* Remove patch (applied upstream)
* Standards-Version 3.9.1 (no changes)
* Add myself to Uploaders and Copyright
* Use new 3.0 (quilt) source format
* Refresh copyright information

Added:
    trunk/libio-all-perl/debian/source/
    trunk/libio-all-perl/debian/source/format
Removed:
    trunk/libio-all-perl/debian/README.source
    trunk/libio-all-perl/debian/patches/
Modified:
    trunk/libio-all-perl/debian/changelog
    trunk/libio-all-perl/debian/copyright
    trunk/libio-all-perl/debian/rules

Modified: trunk/libio-all-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/changelog?rev=66164&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/changelog (original)
+++ trunk/libio-all-perl/debian/changelog Fri Dec 24 05:12:09 2010
@@ -3,11 +3,16 @@
   [ Jonathan Yu ]
   * New upstream release
     + Prevents FTBFS with new Test::More versions
+  * Remove patch (applied upstream)
+  * Standards-Version 3.9.1 (no changes)
+  * Add myself to Uploaders and Copyright
+  * Use new 3.0 (quilt) source format
+  * Refresh copyright information
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 00:05:25 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 00:28:08 -0500
 
 libio-all-perl (0.39-2) unstable; urgency=low
 

Modified: trunk/libio-all-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/copyright?rev=66164&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/copyright (original)
+++ trunk/libio-all-perl/debian/copyright Fri Dec 24 05:12:09 2010
@@ -1,32 +1,40 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ingy döt Net <ingy at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/IO-All/
-Upstream-Name: IO-All
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ingy döt Net <ingy at cpan.org>
+Source: http://search.cpan.org/dist/IO-All/
+Name: IO-All
 
 Files: *
-Copyright: (c) 2004 Brian Ingerson.
- (c) 2006, 2008 Ingy döt Net <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2006-2010, Ingy döt Net <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: (c) 2005-2006 Florian Ragwitz <florian at mookooh.org>
- (c) 2006 Steinar H. Gunderson <sesse at debian.org>
- (c) 2006 Mark Hymers <mhy at debian.org>
- (c) 2008 Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
-License: Artistic | GPL-1+
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2009, gregor herrmann <gregoa at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+ 2006-2008, Mark Hymers <mhy at debian.org>
+ 2006, Steinar H. Gunderson <sesse at debian.org>
+ 2005-2006, Florian Ragwitz <rafl at debian.org>
+License: Artistic or GPL-1+
 
 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 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 systems, the complete text of version 1 of the General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libio-all-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/rules?rev=66164&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/rules (original)
+++ trunk/libio-all-perl/debian/rules Fri Dec 24 05:12:09 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_test:
 	perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \

Added: trunk/libio-all-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/source/format?rev=66164&op=file
==============================================================================
--- trunk/libio-all-perl/debian/source/format (added)
+++ trunk/libio-all-perl/debian/source/format Fri Dec 24 05:12:09 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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