r68376 - in /trunk/libpoe-component-client-ping-perl/debian: ./ changelog compat control libpoe-component-client-ping-perl.copyright libpoe-component-client-ping-perl.docs libpoe-component-client-ping-perl.files rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 11 16:17:27 UTC 2011


Author: gregoa
Date: Fri Feb 11 16:17:10 2011
New Revision: 68376

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68376
Log:
[svn-inject] Applying Debian modifications (1.04-1) to trunk

Added:
    trunk/libpoe-component-client-ping-perl/debian/
    trunk/libpoe-component-client-ping-perl/debian/changelog
    trunk/libpoe-component-client-ping-perl/debian/compat
    trunk/libpoe-component-client-ping-perl/debian/control
    trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.copyright
    trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.docs
    trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.files
    trunk/libpoe-component-client-ping-perl/debian/rules   (with props)

Added: trunk/libpoe-component-client-ping-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-ping-perl/debian/changelog?rev=68376&op=file
==============================================================================
--- trunk/libpoe-component-client-ping-perl/debian/changelog (added)
+++ trunk/libpoe-component-client-ping-perl/debian/changelog Fri Feb 11 16:17:10 2011
@@ -1,0 +1,13 @@
+libpoe-component-client-ping-perl (1.04-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: changed Section from interpreters to perl.
+  * Upgraded to debhelper v4 and bumped Standards-Version to 3.6.1.
+
+ -- Decklin Foster <decklin at red-bean.com>  Sat,  2 Oct 2004 13:43:43 -0400
+
+libpoe-component-client-ping-perl (0.98-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Decklin Foster <decklin at red-bean.com>  Sat, 22 Feb 2003 13:17:15 -0500

Added: trunk/libpoe-component-client-ping-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-ping-perl/debian/compat?rev=68376&op=file
==============================================================================
--- trunk/libpoe-component-client-ping-perl/debian/compat (added)
+++ trunk/libpoe-component-client-ping-perl/debian/compat Fri Feb 11 16:17:10 2011
@@ -1,0 +1,1 @@
+4

Added: trunk/libpoe-component-client-ping-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-ping-perl/debian/control?rev=68376&op=file
==============================================================================
--- trunk/libpoe-component-client-ping-perl/debian/control (added)
+++ trunk/libpoe-component-client-ping-perl/debian/control Fri Feb 11 16:17:10 2011
@@ -1,0 +1,21 @@
+Source: libpoe-component-client-ping-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 4.0), perl (>= 5.8.0-7), libpoe-perl
+Maintainer: Decklin Foster <decklin at red-bean.com>
+Standards-Version: 3.6.1
+
+Package: libpoe-component-client-ping-perl
+Architecture: all
+Depends: ${perl:Depends}, libpoe-perl
+Description: an ICMP ping client component for POE
+ POE::Component::Client::Ping is an asynchronous, event driven client
+ for ICMP ping. It accepts events containing the specifics of ICMP
+ ping requests, and it returns events carrying the results of those
+ pings.
+ .
+ Ping 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-ping-perl/debian/libpoe-component-client-ping-perl.copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.copyright?rev=68376&op=file
==============================================================================
--- trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.copyright (added)
+++ trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.copyright Fri Feb 11 16:17:10 2011
@@ -1,0 +1,18 @@
+This package was created by Decklin Foster <decklin at red-bean.com> on
+Sat, 22 Feb 2003 13:21:06 -0500, by shamelessly copying one of Steve
+Kowalik's existing POE component packages. Thanks, Steve.
+
+It was downloaded from: ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RC/RCAPUTO/ 
+
+Upstream Author: Rocco Caputo <rcaputo at cpan.org>
+
+Copyright:
+
+POE::Component::Client::Ping is Copyright 1999-2002 by Rocco Caputo.
+All rights are reserved.  POE::Component::Client::Ping 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-ping-perl/debian/libpoe-component-client-ping-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.docs?rev=68376&op=file
==============================================================================
--- trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.docs (added)
+++ trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.docs Fri Feb 11 16:17:10 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.files
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.files?rev=68376&op=file
==============================================================================
--- trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.files (added)
+++ trunk/libpoe-component-client-ping-perl/debian/libpoe-component-client-ping-perl.files Fri Feb 11 16:17:10 2011
@@ -1,0 +1,1 @@
+libpoe-component-client-ping-perl_1.04-1_all.deb perl optional

Added: trunk/libpoe-component-client-ping-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-ping-perl/debian/rules?rev=68376&op=file
==============================================================================
--- trunk/libpoe-component-client-ping-perl/debian/rules (added)
+++ trunk/libpoe-component-client-ping-perl/debian/rules Fri Feb 11 16:17:10 2011
@@ -1,0 +1,82 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP=$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	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=$(TMP)/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_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+#	dh_undocumented
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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




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