r20122 - in /trunk/libpoe-component-server-http-perl/debian: changelog control copyright docs patches/ rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon May 19 06:57:16 UTC 2008


Author: tincho-guest
Date: Mon May 19 06:57:16 2008
New Revision: 20122

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20122
Log:
* debian/control:
  - set DPG as maintainer, moved Ghostbar (and added me) to Uploaders.
  - Bumped Standards-Version (no changes).
  - Removed cdbs dependency.
  - Moved dependencies to B-D-I, added perl dependency.
  - Added libpoe-api-peek-perl and libyaml-perl dependencies, as documented
    in Makefile.PL.
  - Added version to libpoe-perl dependency for completeness.
  - Improved long description, and lowercased frist word of short desc.
* debian/watch: use dist/ URL.
* debian/copyright: new format.
* debian/docs: removed; README is not very useful to end-users.
* debian/rules: refreshed with dh-make-perl, now using debhelper.
* debian/patches: removed; I don't see any justification to remove these
  tests!.

Removed:
    trunk/libpoe-component-server-http-perl/debian/docs
    trunk/libpoe-component-server-http-perl/debian/patches/
Modified:
    trunk/libpoe-component-server-http-perl/debian/changelog
    trunk/libpoe-component-server-http-perl/debian/control
    trunk/libpoe-component-server-http-perl/debian/copyright
    trunk/libpoe-component-server-http-perl/debian/rules
    trunk/libpoe-component-server-http-perl/debian/watch

Modified: trunk/libpoe-component-server-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-http-perl/debian/changelog?rev=20122&op=diff
==============================================================================
--- trunk/libpoe-component-server-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-server-http-perl/debian/changelog Mon May 19 06:57:16 2008
@@ -1,13 +1,29 @@
 libpoe-component-server-http-perl (0.09-2) UNRELEASED; urgency=low
 
   [ Damyan Ivanov ]
-  * NEEDS WORK - Maintainer, watch, etc
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed:
     Homepage pseudo-field (Description).
 
   [ gregor herrmann ]
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+
+  [ Martín Ferrari ]
+  * debian/control:
+    - set DPG as maintainer, moved Ghostbar (and added me) to Uploaders.
+    - Bumped Standards-Version (no changes).
+    - Removed cdbs dependency.
+    - Moved dependencies to B-D-I, added perl dependency.
+    - Added libpoe-api-peek-perl and libyaml-perl dependencies, as documented
+      in Makefile.PL.
+    - Added version to libpoe-perl dependency for completeness.
+    - Improved long description, and lowercased frist word of short desc.
+  * debian/watch: use dist/ URL.
+  * debian/copyright: new format.
+  * debian/docs: removed; README is not very useful to end-users.
+  * debian/rules: refreshed with dh-make-perl, now using debhelper.
+  * debian/patches: removed; I don't see any justification to remove these
+    tests!.
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:54:17 +0200
 

Modified: trunk/libpoe-component-server-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-http-perl/debian/control?rev=20122&op=diff
==============================================================================
--- trunk/libpoe-component-server-http-perl/debian/control (original)
+++ trunk/libpoe-component-server-http-perl/debian/control Mon May 19 06:57:16 2008
@@ -1,9 +1,13 @@
 Source: libpoe-component-server-http-perl
 Section: perl
 Priority: extra
-Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
-Build-Depends: cdbs, debhelper (>= 5), libpoe-perl, libwww-perl
-Standards-Version: 3.7.2
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Martín Ferrari <tincho at debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl, libpoe-perl (>= 2:0.3007), libwww-perl,
+ libyaml-perl, libpoe-api-peek-perl
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/POE-Component-Server-HTTP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-server-http-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-http-perl/
@@ -11,12 +15,13 @@
 Package: libpoe-component-server-http-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Foundation of a POE HTTP Daemon
- Is a framework for building custom HTTP servers based on POE. It is 
- loosely modeled on the ideas of apache and the mod_perl/Apache module.
+Description: foundation of a POE HTTP Daemon
+ POE::Component::Server::HTTP is a framework for building custom HTTP servers
+ based on POE. It is loosely modeled on the ideas of apache and the
+ mod_perl/Apache module.
  .
  It is built a lot on work done by Gisle Aas on HTTP::* modules and the 
  URI module which are subclassed.
  .
- PoCo::HTTPD lets you register different handler, stacked by directory 
- that will be run during the cause of the request.
+ It lets you register different handlers, stacked by directory that will be run
+ during the cause of the request.

Modified: trunk/libpoe-component-server-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-http-perl/debian/copyright?rev=20122&op=diff
==============================================================================
--- trunk/libpoe-component-server-http-perl/debian/copyright (original)
+++ trunk/libpoe-component-server-http-perl/debian/copyright Mon May 19 06:57:16 2008
@@ -1,32 +1,40 @@
-This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
-Sat, 21 Apr 2007 23:47:43 -0400.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Arthur Bergman <arthur at contiller.se>,
+ Additional hacking by Philip Gwyn <poe at pied.nu>
+Debianized-By: Jose Luis Rivas <ghostbar38 at gmail.com>
+Debianized-Date: Sat, 21 Apr 2007 23:47:43 -0400.
+Original-Source-Location:
+ http://search.cpan.org/dist/POE-Component-Server-HTTP/
+Original-Source-Command: uscan --force-download
+Original-Source-Depends: devscripts
 
-It was downloaded from http://search.cpan.org/dist/POE-Component-Server-HTTP
+Files: *
+Copyright: © 2005 Philip Gwyn
+           © 2002 Arthur Bergman
+License: Artistic | GPL-1+
+ Released under the same terms as POE
+ .
+ POE license is:
+ .
+ POE is free software; you may redistribute it and/or modify it under the same
+ terms as Perl itself.
+ .
+ Finally, Perl license is:
+ .
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of either:
+ .
+ a) the GNU General Public License as published by the Free Software
+ Foundation; either version 1, or (at your option) any later version, or
+ .
+ b) the "Artistic License" which comes with Perl.
 
-Upstream Author: 
-	
-	Arthur Bergman <arthur at contiller.se>
-	Additional hacking by Philip Gwyn <poe at pied.nu>
-
-Copyright:
-
-	Copyright (C) 2002 Arthur Bergman
-	Copyright (C) 2005 Philip Gwyn
-
-License:
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of either:
-
-    a) the GNU General Public License as published by the Free Software
-    Foundation; either version 1, or (at your option) any later
-    version, or
-
-    b) the "Artistic License" which comes with Perl.
+Files: debian/*
+Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
+           © 2007 Jose Luis Rivas <ghostbar38 at gmail.com>
+License: GPL-1+
 
 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'.
 
-The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: trunk/libpoe-component-server-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-http-perl/debian/rules?rev=20122&op=diff
==============================================================================
--- trunk/libpoe-component-server-http-perl/debian/rules (original)
+++ trunk/libpoe-component-server-http-perl/debian/rules Mon May 19 06:57:16 2008
@@ -1,8 +1,56 @@
 #!/usr/bin/make -f
-  
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-install/libpoe-component-server-http-perl::
-	[ ! -d debian/libpoe-component-server-http-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libpoe-component-server-http-perl/usr/lib/perl5
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Modified: trunk/libpoe-component-server-http-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-http-perl/debian/watch?rev=20122&op=diff
==============================================================================
--- trunk/libpoe-component-server-http-perl/debian/watch (original)
+++ trunk/libpoe-component-server-http-perl/debian/watch Mon May 19 06:57:16 2008
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/POE-Component-Server-HTTP-(.*)\.tar\.gz
+http://search.cpan.org/dist/POE-Component-Server-HTTP/ \
+ .*/POE-Component-Server-HTTP-v?(\d.*)\.tar\.gz




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