r14928 - in /trunk/libpoe-component-server-soap-perl/debian: ./ changelog compat control copyright rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Thu Feb 14 13:43:05 UTC 2008


Author: tincho-guest
Date: Thu Feb 14 13:43:03 2008
New Revision: 14928

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

Added:
    trunk/libpoe-component-server-soap-perl/debian/
    trunk/libpoe-component-server-soap-perl/debian/changelog
    trunk/libpoe-component-server-soap-perl/debian/compat
    trunk/libpoe-component-server-soap-perl/debian/control
    trunk/libpoe-component-server-soap-perl/debian/copyright
    trunk/libpoe-component-server-soap-perl/debian/rules   (with props)
    trunk/libpoe-component-server-soap-perl/debian/watch

Added: trunk/libpoe-component-server-soap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-server-soap-perl/debian/changelog?rev=14928&op=file
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/changelog (added)
+++ trunk/libpoe-component-server-soap-perl/debian/changelog Thu Feb 14 13:43:03 2008
@@ -1,0 +1,6 @@
+libpoe-component-server-soap-perl (1.11-1) UNRELEASED; urgency=low
+
+  TODO: wait for PoCo::Server::SimpleHTTP to be uploaded.
+  * Initial Release (Closes: #465742).
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Thu, 14 Feb 2008 10:39:15 -0200

Added: trunk/libpoe-component-server-soap-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-server-soap-perl/debian/compat?rev=14928&op=file
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/compat (added)
+++ trunk/libpoe-component-server-soap-perl/debian/compat Thu Feb 14 13:43:03 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libpoe-component-server-soap-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-server-soap-perl/debian/control?rev=14928&op=file
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/control (added)
+++ trunk/libpoe-component-server-soap-perl/debian/control Thu Feb 14 13:43:03 2008
@@ -1,0 +1,22 @@
+Source: libpoe-component-server-soap-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-12), libpoe-perl, libsoap-lite-perl,
+ libpoe-component-server-simplehttp-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Martín Ferrari <martin.ferrari at gmail.com>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/POE-Component-Server-SOAP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-server-soap-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-soap-perl/
+
+Package: libpoe-component-server-soap-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsoap-lite-perl, libpoe-perl,
+ libpoe-component-server-simplehttp-perl
+Description: POE component to publish event handlers via SOAP over HTTP
+ POE::Component::Server::SOAP is a bolt-on component that can publish event
+ handlers via SOAP over HTTP. Currently, this module only supports SOAP/1.1
+ requests, work will be done in the future to support SOAP/1.2 requests. The
+ HTTP server is done via POE::Component::Server::SimpleHTTP.

Added: trunk/libpoe-component-server-soap-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-server-soap-perl/debian/copyright?rev=14928&op=file
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/copyright (added)
+++ trunk/libpoe-component-server-soap-perl/debian/copyright Thu Feb 14 13:43:03 2008
@@ -1,0 +1,21 @@
+This is the debian package for the POE-Component-Server-SOAP module.
+It was downloaded from http://search.cpan.org/dist/POE-Component-Server-SOAP/
+
+Upstream author: Apocalypse <APOCAL at cpan.org>.
+
+Files: *
+Copyright: © 2007 Apocalypse
+           © 2002 Rocco Caputo. All rights are reserved.
+License: Artistic | GPL-1+
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: © 2008 Debian Perl Group
+                  <pkg-perl-maintainers at lists.alioth.debian.org>
+                  License: Artistic | GPL-1+
+ The Debian packaging is © 2008, Debian Perl Group and is licensed under the
+ same terms as the software itself (see above).
+
+The GPL and Artistic licenses can be found under 
+/usr/share/common-licenses/{GPL,Artistic} on Debian systems.

Added: trunk/libpoe-component-server-soap-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-server-soap-perl/debian/rules?rev=14928&op=file
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/rules (added)
+++ trunk/libpoe-component-server-soap-perl/debian/rules Thu Feb 14 13:43:03 2008
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+
+# 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
+
+PACKAGE = $(shell dh_listpackages)
+PERL   ?= /usr/bin/perl
+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:
+# NONE
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples examples/*
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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-server-soap-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpoe-component-server-soap-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-server-soap-perl/debian/watch?rev=14928&op=file
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/watch (added)
+++ trunk/libpoe-component-server-soap-perl/debian/watch Thu Feb 14 13:43:03 2008
@@ -1,0 +1,3 @@
+version=3
+http://search.cpan.org/dist/POE-Component-Server-SOAP/ \
+.*/POE-Component-Server-SOAP-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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