r52813 - in /trunk/libpoe-component-client-http-perl/debian: changelog copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 15 16:37:30 UTC 2010


Author: jawnsy-guest
Date: Mon Feb 15 16:37:16 2010
New Revision: 52813

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52813
Log:
* Update copyright to new DEP5 format
* Simplify shebang-fixing override

Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/copyright
    trunk/libpoe-component-client-http-perl/debian/rules

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=52813&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Mon Feb 15 16:37:16 2010
@@ -1,8 +1,10 @@
 libpoe-component-client-http-perl (0.895-1) UNRELEASED; urgency=low
 
   * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 15 Feb 2010 11:43:27 -0500
+  * Update copyright to new DEP5 format
+  * Simplify shebang-fixing override
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 15 Feb 2010 11:49:49 -0500
 
 libpoe-component-client-http-perl (0.894-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-client-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/copyright?rev=52813&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/copyright (original)
+++ trunk/libpoe-component-client-http-perl/debian/copyright Mon Feb 15 16:37:16 2010
@@ -1,35 +1,36 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Rocco Caputo <rcaputo at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/POE-Component-Client-HTTP/
-Upstream-Name: POE-Component-Client-HTTP
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Rocco Caputo <rcaputo at cpan.org>
+Source: http://search.cpan.org/dist/POE-Component-Client-HTTP/
+Name: POE-Component-Client-HTTP
 
 Files: *
-Copyright: © 1999-2006 Rocco Caputo <rcaputo at cpan.org>
-           © 2004 Rob Bloodgood
-           © 2004-2005 Martijn van Beers <martijn at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 1999-2006, Rocco Caputo <rcaputo at cpan.org>
+ 2004-2005, Martijn van Beers <martijn at cpan.org>
+ 2004, Rob Bloodgood <rdb at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: © 2001-2005 Steve Kowalik <stevenk at debian.org>
-           © 2006 Michael Ablassmeier <abi at debian.org>
-           © 2008 Martín Ferrari <tincho at debian.org>
-           © 2008-2009 gregor herrmann <gregoa at debian.org>
-           © 2008 Jose Luis Rivas <ghostbar38 at gmail.com>
-           © 2009 Antonio Radici <antonio at dyne.org>
-License: Artistic | GPL-1+
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+ 2009 Antonio Radici <antonio at dyne.org>
+ 2008 Jose Luis Rivas <ghostbar38 at gmail.com>
+ 2008, Martín Ferrari <tincho at debian.org>
+ 2006, Michael Ablassmeier <abi at debian.org>
+ 2001-2005, Steve Kowalik <stevenk at hasnolife.com>
+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 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/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=52813&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Mon Feb 15 16:37:16 2010
@@ -1,11 +1,15 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh --with quilt $@
 
 override_dh_auto_test:
-	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= NOINTERNET=1 dh_auto_test
+	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= NOINTERNET=1 \
+	dh_auto_test
 
 override_dh_installexamples:
 	dh_installexamples
-	sed -i -e '1 s;#.*perl;#!/usr/bin/perl;' $(CURDIR)/debian/libpoe-component-client-http-perl/usr/share/doc/libpoe-component-client-http-perl/examples/*
+	sed -i '1s|^#.*perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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