r30672 - in /trunk/liblwp-online-perl/debian: changelog control copyright rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Fri Feb 13 22:47:39 UTC 2009


Author: antonio-guest
Date: Fri Feb 13 22:47:32 2009
New Revision: 30672

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30672
Log:
implementing gregoa's suggestions

Modified:
    trunk/liblwp-online-perl/debian/changelog
    trunk/liblwp-online-perl/debian/control
    trunk/liblwp-online-perl/debian/copyright
    trunk/liblwp-online-perl/debian/rules

Modified: trunk/liblwp-online-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/changelog?rev=30672&op=diff
==============================================================================
--- trunk/liblwp-online-perl/debian/changelog (original)
+++ trunk/liblwp-online-perl/debian/changelog Fri Feb 13 22:47:32 2009
@@ -1,23 +1,5 @@
 liblwp-online-perl (1.07-1) UNRELEASED; urgency=low
 
-  TODO:
-  * debian/copyright:
-    - upstream says "2006-2008", d/copyright says "2006-2009"
-    - info about "Files: inc/*" missing (= libmodule-install-perl)
-  * test suite:
-    - I get
-        t/02_main........# 
-        # Looking for the internet, this may take a few minutes if you are offline...
-        # You are not online
-      which is wrong :)
-      the problem is that LWP::Online "hits" my proxy -->
-      debian/rules: http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= dh build
-    - maybe activate author tests?
-      debian/rules: AUTOMATED_TESTING=1 dh build
-      debian/control: add to B-D-I:
-      libtest-cpan-meta-perl, libpod-simple-perl (>= 3.06), libtest-pod-perl, libtest-minimumversion-perl
-
-  
   * Initial Release. (Closes: #514679)
 
  -- Antonio Radici <antonio at dyne.org>  Tue, 10 Feb 2009 21:48:54 +0000

Modified: trunk/liblwp-online-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/control?rev=30672&op=diff
==============================================================================
--- trunk/liblwp-online-perl/debian/control (original)
+++ trunk/liblwp-online-perl/debian/control Fri Feb 13 22:47:32 2009
@@ -2,7 +2,13 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), liburi-perl, libwww-perl
+Build-Depends-Indep: perl (>= 5.6.0-12), 
+                     liburi-perl, 
+                     libwww-perl,
+                     libtest-cpan-meta-perl,
+                     libpod-simple-perl (>= 3.06), 
+                     libtest-pod-perl,
+                     libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Radici <antonio at dyne.org>
 Standards-Version: 3.8.0

Modified: trunk/liblwp-online-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/copyright?rev=30672&op=diff
==============================================================================
--- trunk/liblwp-online-perl/debian/copyright (original)
+++ trunk/liblwp-online-perl/debian/copyright Fri Feb 13 22:47:32 2009
@@ -5,9 +5,15 @@
 Upstream-Name: LWP-Online
 
 Files: *
-Copyright: 2006-2009, Adam Kennedy <adamk at cpan.org>
+Copyright: 2006-2008, Adam Kennedy <adamk at cpan.org>
 License-Alias: Perl
-License: Artistic | GPL-1+
+license: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+                      Audrey Tang <autrijus at autrijus.org>
+                      Brian Ingerson <ingy at cpan.org>
+license: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Antonio Radici <antonio at dyne.org>

Modified: trunk/liblwp-online-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/rules?rev=30672&op=diff
==============================================================================
--- trunk/liblwp-online-perl/debian/rules (original)
+++ trunk/liblwp-online-perl/debian/rules Fri Feb 13 22:47:32 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= AUTOMATED_TESTING=1 dh build
 	touch $@
 
 clean:




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