r50852 - in /trunk/libhttp-request-ascgi-perl/debian: changelog control copyright libhttp-request-ascgi-perl.examples rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 13 04:54:14 UTC 2010


Author: jawnsy-guest
Date: Wed Jan 13 04:54:05 2010
New Revision: 50852

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50852
Log:
* Use new short debhelper 7 rules format
* Now install examples in examples/*
* Add myself to Uploaders and Copyright
* Rewrite control description
* Drop unnecessary version deps (satisfied by oldstable)
* Refresh copyright information to new DEP5 format

Added:
    trunk/libhttp-request-ascgi-perl/debian/libhttp-request-ascgi-perl.examples
Modified:
    trunk/libhttp-request-ascgi-perl/debian/changelog
    trunk/libhttp-request-ascgi-perl/debian/control
    trunk/libhttp-request-ascgi-perl/debian/copyright
    trunk/libhttp-request-ascgi-perl/debian/rules

Modified: trunk/libhttp-request-ascgi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-request-ascgi-perl/debian/changelog?rev=50852&op=diff
==============================================================================
--- trunk/libhttp-request-ascgi-perl/debian/changelog (original)
+++ trunk/libhttp-request-ascgi-perl/debian/changelog Wed Jan 13 04:54:05 2010
@@ -1,8 +1,14 @@
 libhttp-request-ascgi-perl (1.2-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Use new short debhelper 7 rules format
+  * Now install examples in examples/*
+  * Add myself to Uploaders and Copyright
+  * Rewrite control description
+  * Drop unnecessary version deps (satisfied by oldstable)
+  * Refresh copyright information to new DEP5 format
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 12 Jan 2010 23:26:49 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 12 Jan 2010 23:57:51 -0500
 
 libhttp-request-ascgi-perl (1.0-1) unstable; urgency=low
 

Modified: trunk/libhttp-request-ascgi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-request-ascgi-perl/debian/control?rev=50852&op=diff
==============================================================================
--- trunk/libhttp-request-ascgi-perl/debian/control (original)
+++ trunk/libhttp-request-ascgi-perl/debian/control Wed Jan 13 04:54:05 2010
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl (>= 5.805), libclass-accessor-perl
+Build-Depends-Indep: perl, libwww-perl, libclass-accessor-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.3
 Homepage: http://search.cpan.org/dist/HTTP-Request-AsCGI/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-request-ascgi-perl/
@@ -12,7 +13,8 @@
 
 Package: libhttp-request-ascgi-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl (>= 5.805), libclass-accessor-perl
-Description:  Setup a CGI environment from a HTTP::Request
- Provides a convenient way of setting up an CGI environment from 
- a HTTP::Request.
+Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libclass-accessor-perl
+Description: module to setup a CGI environment from a HTTP::Request
+ HTTP::Request::AsCGI is a Perl module that provides a convenient mechanism
+ for setting up a CGI environment using information from an HTTP::Request
+ object.

Modified: trunk/libhttp-request-ascgi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-request-ascgi-perl/debian/copyright?rev=50852&op=diff
==============================================================================
--- trunk/libhttp-request-ascgi-perl/debian/copyright (original)
+++ trunk/libhttp-request-ascgi-perl/debian/copyright Wed Jan 13 04:54:05 2010
@@ -1,24 +1,31 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Authors: Christian Hansen <ch at ngmedia.com>
-    Hans Dieter Pearcey <hdp at cpan.org>
-Packaged-By: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Upstream-Name: HTTP::Request::AsCGI
-Original-Source-Location: http://search.cpan.org/dist/HTTP-Request-AsCGI/
-Original-Source-Command: uscan --force-download
-Original-Source-Depends: devscripts
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Christian Hansen <ch at ngmedia.com>
+Source: http://search.cpan.org/dist/HTTP-Request-AsCGI/
+Name: HTTP-Request-AsCGI
 
 Files: *
-Copyright: © 2005-2009 by Christian Hansen
-License: GPL-1+ | Artistic
- This program is free software, you can redistribute it and/or modify it under
- the same terms as Perl itself.
+Copyright: 2010, Christian Hansen <ch at ngmedia.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: © 2006-2009 Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-	   © 2008-2009 gregor herrmann <gregoa at debian.org>
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+ 2009, Nathan Handler <nhandler at ubuntu.com>
+ 2005-2009, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+License: Artistic or GPL-1+
 
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+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'
+
+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'

Added: trunk/libhttp-request-ascgi-perl/debian/libhttp-request-ascgi-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-request-ascgi-perl/debian/libhttp-request-ascgi-perl.examples?rev=50852&op=file
==============================================================================
--- trunk/libhttp-request-ascgi-perl/debian/libhttp-request-ascgi-perl.examples (added)
+++ trunk/libhttp-request-ascgi-perl/debian/libhttp-request-ascgi-perl.examples Wed Jan 13 04:54:05 2010
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libhttp-request-ascgi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-request-ascgi-perl/debian/rules?rev=50852&op=diff
==============================================================================
--- trunk/libhttp-request-ascgi-perl/debian/rules (original)
+++ trunk/libhttp-request-ascgi-perl/debian/rules Wed Jan 13 04:54:05 2010
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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