r14824 - in /trunk/libpoe-component-client-http-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Wed Feb 13 07:56:12 UTC 2008


Author: tincho-guest
Date: Wed Feb 13 07:56:11 2008
New Revision: 14824

URL: http://svn.debian.org/wsvn/?sc=1&rev=14824
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libpoe-component-client-http-perl/debian/
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/compat
    trunk/libpoe-component-client-http-perl/debian/control
    trunk/libpoe-component-client-http-perl/debian/copyright
    trunk/libpoe-component-client-http-perl/debian/docs
    trunk/libpoe-component-client-http-perl/debian/rules   (with props)
Modified:
    trunk/libpoe-component-client-http-perl/Makefile.PL

Modified: trunk/libpoe-component-client-http-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/Makefile.PL?rev=14824&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/Makefile.PL (original)
+++ trunk/libpoe-component-client-http-perl/Makefile.PL Wed Feb 13 07:56:11 2008
@@ -28,6 +28,16 @@
     ],
   );
 
+# MakeMaker doesn't know about arch :(
+sub MY::libscan {
+  my ($self, $path) = @_;
+  my ($dirs,$file) = ($self->splitpath($path))[1,2];
+  return '' if grep /^(?:\.arch-ids|{arch}|,,.*|\+\+.*)$/,
+    $self->splitdir($dirs), $file;
+
+  return $self->MM::libscan($path);
+}
+
 # Write that makefile.
 WriteMakefile
   ( NAME         => 'POE::Component::Client::HTTP',

Added: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/changelog?rev=14824&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (added)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Wed Feb 13 07:56:11 2008
@@ -1,0 +1,109 @@
+libpoe-component-client-http-perl (0.65-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Do not run tests as they require network access which is not
+    acceptable. Upload based on patch by Thijs Kinkhorst, thanks.
+    Closes: #393899
+
+ -- Michael Ablassmeier <abi at debian.org>  Fri, 27 Oct 2006 09:14:54 +0200
+
+libpoe-component-client-http-perl (0.65-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Steve Kowalik <stevenk at debian.org>  Sun,  2 Jan 2005 03:42:17 +1100
+
+libpoe-component-client-http-perl (0.64-2) unstable; urgency=low
+
+  * Add netbase to Build-Depends. (Closes: #265724)
+  * Add libscan to Makefile.PL to not include TLA files.
+
+ -- Steve Kowalik <stevenk at debian.org>  Mon, 16 Aug 2004 12:11:20 +1000
+
+libpoe-component-client-http-perl (0.64-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove obselete local-variables.
+  * Rejig the debian/rules file.
+  * Jump to debhelper version 4.
+  
+ -- Steve Kowalik <stevenk at debian.org>  Fri,  6 Aug 2004 17:56:08 +1000
+
+libpoe-component-client-http-perl (0.52-1) unstable; urgency=low
+
+  * New upstream release.
+  * Change Section from interpreters to perl.
+  * Kick to Standards-Version 3.5.9. 
+
+ -- Steve Kowalik <stevenk at debian.org>  Tue,  1 Apr 2003 13:38:48 +1000
+
+libpoe-component-client-http-perl (0.51-1) unstable; urgency=low
+
+  * New upstream release.
+  * Fix up package so that isn't built as Debian-native.
+
+ -- Steve Kowalik <stevenk at debian.org>  Fri, 27 Dec 2002 18:05:32 +1100
+
+libpoe-component-client-http-perl (0.48-1) unstable; urgency=low
+
+  * New upstream version. (Closes: #170787)
+  * Move from Build-Depends to Build-Depends-Indep. 
+  * Bump Standards-Version to 3.5.8.
+
+ -- Steve Kowalik <stevenk at debian.org>  Wed, 27 Nov 2002 00:38:23 +1100
+
+libpoe-component-client-http-perl (0.46-3) unstable; urgency=low
+
+  * Fix up Build-Depends, since libpoe-perl, liburi-perl, libwww-perl, 
+    and libnet-ssleay-perl needed to build. (Closes: #162741)
+  * Also Depend on the same packages.
+  * Bump to Standards-Version: 3.5.7. 
+
+ -- Steve Kowalik <stevenk at debian.org>  Sun, 29 Sep 2002 23:58:15 +1000
+
+libpoe-component-client-http-perl (0.46-2) unstable; urgency=low
+
+  * Finally change Maintainer address.
+  * Fix copyright. (Closes: #157641) 
+
+ -- Steve Kowalik <stevenk at debian.org>  Wed, 21 Aug 2002 23:44:42 +1000
+
+libpoe-component-client-http-perl (0.46-1) unstable; urgency=low
+
+  * New upstream release
+  * Build in build-indep. (Closes: #157503) 
+
+ -- Steve Kowalik <stevenk at debian.org>  Wed, 21 Aug 2002 23:29:43 +1000
+
+libpoe-component-client-http-perl (0.41-2) unstable; urgency=low
+
+  * Duh, depend on libpoe-perl. (Closes: #155765) 
+
+ -- Steve Kowalik <stevenk at debian.org>  Wed,  7 Aug 2002 22:25:24 +1000
+
+libpoe-component-client-http-perl (0.41-1) unstable; urgency=low
+
+  * New upstream release
+  * Guess which bonehead missed 5 upstream releases?
+
+ -- Steve Kowalik <stevenk at debian.org>  Fri, 29 Mar 2002 19:04:52 +1100
+
+libpoe-component-client-http-perl (0.36-3) unstable; urgency=low
+
+  * Fix copyright. 
+
+ -- Steve Kowalik <stevenk at hasnolife.com>  Sat, 14 Jul 2001 17:40:42 +1000
+
+libpoe-component-client-http-perl (0.36-2) unstable; urgency=low
+
+  * Bugger. Missed a document entry. 
+
+ -- Steve Kowalik <stevenk at hasnolife.com>  Thu,  5 Jul 2001 22:24:06 +1000
+
+libpoe-component-client-http-perl (0.36-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Steve Kowalik <stevenk at hasnolife.com>  Thu,  5 Jul 2001 22:16:57 +1000
+
+

Added: trunk/libpoe-component-client-http-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/compat?rev=14824&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/compat (added)
+++ trunk/libpoe-component-client-http-perl/debian/compat Wed Feb 13 07:56:11 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libpoe-component-client-http-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/control?rev=14824&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/control (added)
+++ trunk/libpoe-component-client-http-perl/debian/control Wed Feb 13 07:56:11 2008
@@ -1,0 +1,20 @@
+Source: libpoe-component-client-http-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 4.0.0), perl (>= 5.6.0-17), libpoe-perl, liburi-perl, libwww-perl, libnet-ssleay-perl, netbase
+Maintainer: Steve Kowalik <stevenk at debian.org>
+Standards-Version: 3.6.1
+
+Package: libpoe-component-client-http-perl
+Architecture: all
+Depends: ${perl:Depends}, libpoe-perl, liburi-perl, libwww-perl, libnet-ssleay-perl
+Description:  a HTTP user-agent component
+ POE::Component::Client::HTTP is an HTTP user-agent for POE.  It lets
+ other sessions run while HTTP transactions are being processed, and it
+ lets several HTTP transactions be processed in parallel.
+ .
+ HTTP client components are not proper objects.  Instead of being
+ created, as most objects are, they are "spawned" as separate sessions.
+ To avoid confusion (and hopefully not cause other confusion), they
+ must be spawned with a spawn method, not created anew with a new
+ one.

Added: trunk/libpoe-component-client-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/copyright?rev=14824&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/copyright (added)
+++ trunk/libpoe-component-client-http-perl/debian/copyright Wed Feb 13 07:56:11 2008
@@ -1,0 +1,13 @@
+It was downloaded from: ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RC/RCAPUTO/ 
+
+Upstream Author(s): Rocco Caputo <troc at netrus.net>
+
+Copyright:
+
+Except where otherwise noted, POE::Component::Client::HTTP is Copyright 
+1998-2001 Rocco Caputo. All rights reserved.  POE::Component::Client::HTTP 
+is free software; you may redistribute it and/or modify it under the same 
+terms as Perl itself.
+
+The GPL and Artistic licenses can be found under 
+/usr/share/common-licenses/{GPL,Artistic} on Debian systems.

Added: trunk/libpoe-component-client-http-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/docs?rev=14824&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/docs (added)
+++ trunk/libpoe-component-client-http-perl/debian/docs Wed Feb 13 07:56:11 2008
@@ -1,0 +1,1 @@
+README

Added: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-client-http-perl/debian/rules?rev=14824&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (added)
+++ trunk/libpoe-component-client-http-perl/debian/rules Wed Feb 13 07:56:11 2008
@@ -1,0 +1,72 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -Wall"
+	# do not run tests; the only test requires network access
+	# during build
+	#$(MAKE) test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libpoe-component-client-http-perl/usr
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_installchangelogs -k CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libpoe-component-client-http-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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