debian/0000755000000000000000000000000012217012741007163 5ustar debian/libsys-sigaction-perl.docs0000644000000000000000000000002711672202116014260 0ustar dbd-oracle-timeout.POD debian/patches/0000755000000000000000000000000012217012741010612 5ustar debian/patches/series0000644000000000000000000000002012217012741012017 0ustar pod-error.patch debian/patches/pod-error.patch0000644000000000000000000000065712217012741013554 0ustar Description: fix a pod error (typo) Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88832 --- a/lib/Sys/SigAction.pm +++ b/lib/Sys/SigAction.pm @@ -556,7 +556,7 @@ perldoc perlvar perldoc POSIX -=head NOTE +=head1 NOTE Recent versions of DBD::Oracle no longer reference this module in the POD, so DBD::Oracle may now have solved the connection timeout problem debian/watch0000644000000000000000000000035712101266527010226 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Sys-SigAction/ .*/Sys-SigAction-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000217612217012741011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sys::SigAction Upstream-Contact: Lincoln A. Baxter Source: https://metacpan.org/release/Sys-SigAction/ Files: * Copyright: 2004-2013 Lincoln A. Baxter License: GPL-1+ or Artistic Files: debian/* Copyright: 2009 Jeffrey Ratcliffe 2013, Florian Schlichting License: GPL-1+ or Artistic License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000232612217012741010571 0ustar Source: libsys-sigaction-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jeffrey Ratcliffe , Florian Schlichting Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-sigaction-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsys-sigaction-perl.git Homepage: https://metacpan.org/release/Sys-SigAction/ Package: libsys-sigaction-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl extension for consistent signal handling Sig::SigAction 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(). debian/compat0000644000000000000000000000000211672202116010362 0ustar 8 debian/changelog0000644000000000000000000000321312217012741011034 0ustar libsys-sigaction-perl (0.20-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * New upstream release (0.15) * Drop fix-pod-spelling patch (merged upstream) [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.20 * Update years of upstream copyright * Bump Standards-Version to 3.9.4 (no change) * Added new pod-error.patch * Add myself to uploaders and copyright -- Florian Schlichting Fri, 20 Sep 2013 11:23:20 +0200 libsys-sigaction-perl (0.13-1) unstable; urgency=low * Team upload [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). [ Maximilian Gass ] * New upstream release * Remove versioned dependencies satifisfied in oldstable * Increase debhelper compat level to 8 * Minimize debian/rules * Update copyright * Switch to source format 3.0 (quilt) * Bump Standards-Version to 3.9.2: no changes necessary * Add patch fix-pod-spelling to fix POD spelling mistakes -- Maximilian Gass Thu, 23 Jun 2011 23:46:40 +0200 libsys-sigaction-perl (0.11-1) unstable; urgency=low * Initial Release. (Closes: #513970) -- Jeffrey Ratcliffe Mon, 2 Feb 2009 22:00:29 +0100 debian/source/0000755000000000000000000000000011672202116010464 5ustar debian/source/format0000644000000000000000000000001411672202116011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672202116010243 0ustar #!/usr/bin/make -f %: dh $@