r30452 - in /trunk/libsys-sigaction-perl/debian: ./ changelog compat control copyright rules watch

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Tue Feb 3 20:17:51 UTC 2009


Author: ra28145-guest
Date: Tue Feb  3 20:17:48 2009
New Revision: 30452

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

Added:
    trunk/libsys-sigaction-perl/debian/
    trunk/libsys-sigaction-perl/debian/changelog
    trunk/libsys-sigaction-perl/debian/compat
    trunk/libsys-sigaction-perl/debian/control
    trunk/libsys-sigaction-perl/debian/copyright
    trunk/libsys-sigaction-perl/debian/rules   (with props)
    trunk/libsys-sigaction-perl/debian/watch

Added: trunk/libsys-sigaction-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/changelog?rev=30452&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/changelog (added)
+++ trunk/libsys-sigaction-perl/debian/changelog Tue Feb  3 20:17:48 2009
@@ -1,0 +1,5 @@
+libsys-sigaction-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #513970)
+
+ -- Jeffrey Ratcliffe <jeffrey.ratcliffe at gmail.com>  Mon, 2 Feb 2009 22:00:29 +0100

Added: trunk/libsys-sigaction-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/compat?rev=30452&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/compat (added)
+++ trunk/libsys-sigaction-perl/debian/compat Tue Feb  3 20:17:48 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libsys-sigaction-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/control?rev=30452&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/control (added)
+++ trunk/libsys-sigaction-perl/debian/control Tue Feb  3 20:17:48 2009
@@ -1,0 +1,23 @@
+Source: libsys-sigaction-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Jeffrey Ratcliffe <jeffrey.ratcliffe at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Sys-SigAction/
+
+Package: libsys-sigaction-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  Perl extension for Consistent Signal Handling
+ This module implements set_sig_handler(), which sets up a signal handler and
+ (optionally) returns an object which causes the signal handler to be reset to
+ the previous value, when it goes out of scope.
+ .
+ Also implemented is timeout_call() which takes a timeout value and a code
+ reference, and executes the code reference wrapped with an alarm timeout.
+ .
+ Finally, two convenience routines are defined which allow one to get the
+ signal name from the number -- sig_name(), and get the signal number from the
+ name -- sig_number().

Added: trunk/libsys-sigaction-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/copyright?rev=30452&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/copyright (added)
+++ trunk/libsys-sigaction-perl/debian/copyright Tue Feb  3 20:17:48 2009
@@ -1,0 +1,24 @@
+This package was debianized by Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>.
+
+It was downloaded from http://search.cpan.org/dist/Sys-SigAction/
+
+
+The upstream author is: 
+
+    Lincoln A. Baxter <lab-at-lincolnbaxter-dot-com>.
+
+
+Copyright:
+
+    Copyright (c) 2004-2009 Lincoln A. Baxter
+
+
+License:
+
+    You may distribute under the terms of either the GNU General Public
+    License or the Artistic License, as specified in the Perl README file,
+
+
+The Debian packaging is (C) 2009,
+Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com> and is licensed under the same
+terms as the software itself (see above).

Added: trunk/libsys-sigaction-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/rules?rev=30452&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/rules (added)
+++ trunk/libsys-sigaction-perl/debian/rules Tue Feb  3 20:17:48 2009
@@ -1,0 +1,23 @@
+#!/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

Propchange: trunk/libsys-sigaction-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsys-sigaction-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/watch?rev=30452&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/watch (added)
+++ trunk/libsys-sigaction-perl/debian/watch Tue Feb  3 20:17:48 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Sys-SigAction/   .*/Sys-SigAction-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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