--- libproc-background-perl-1.10.orig/debian/control +++ libproc-background-perl-1.10/debian/control @@ -0,0 +1,23 @@ +Source: libproc-background-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), quilt (>= 0.40) +Build-Depends-Indep: perl (>= 5.8.0-7) +Maintainer: Debian Perl Group +Uploaders: Niko Tyni , + gregor herrmann , + Nathan Handler , + Gunnar Wolf +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Proc-Background/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libproc-background-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libproc-background-perl/ + +Package: libproc-background-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: generic interface for Unix and Win32 background process management + Proc::Background is a generic interface for placing processes in the + background on both Unix and Win32 platforms. This module lets you start, + kill, wait on, retrieve exit values, and see if background processes still + exist. --- libproc-background-perl-1.10.orig/debian/rules +++ libproc-background-perl-1.10/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build + touch $@ + +clean: unpatch + 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 --- libproc-background-perl-1.10.orig/debian/watch +++ libproc-background-perl-1.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Proc-Background/ .*/Proc-Background-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libproc-background-perl-1.10.orig/debian/README.source +++ libproc-background-perl-1.10/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libproc-background-perl-1.10.orig/debian/changelog +++ libproc-background-perl-1.10/debian/changelog @@ -0,0 +1,75 @@ +libproc-background-perl (1.10-1) unstable; urgency=low + + [ Nathan Handler ] + * New upstream release + + [ Gunnar Wolf ] + * Added myself as an uploader + + -- Gunnar Wolf Mon, 06 Jul 2009 09:25:41 -0500 + +libproc-background-perl (1.09-1) unstable; urgency=low + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * New upstream release + * debian/watch: + - Update to ignore development releases. + - Remove comment + * debian/control: + - Add myself to list of Uploaders + - Bump Standards-Version to 3.8.2 + - Bump debhelper Build-Depends to (>= 7) + * debian/compat: + - Bump to 7 + * debian/rules: + - Refresh to use newer format + * debian/copyright: + - Update to use newer format + - Add myself to debian/* copyright + + [ gregor herrmann ] + * debian/control: change my email address. + * debian/copyright: add more contributors to packaging copyright. + * debian/control: update short and long description. + + -- Nathan Handler Fri, 03 Jul 2009 18:48:42 +0000 + +libproc-background-perl (1.08-3) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. Added: /me to Uploaders. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467844) + - update based on dh-make-perl's templates + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 5. + * debian/copyright: add upstream source location. + * Create patch sbuild_sighup.patch for Niko's changes from 1.08-2; add + quilt framework. + + -- gregor herrmann Wed, 12 Mar 2008 22:13:27 +0100 + +libproc-background-perl (1.08-2) unstable; urgency=low + + * Adopted for the Debian Perl Group. (Closes: #357074) + * Don't ignore the return value of 'make distclean'. + * Upgrade to Standards-Version 3.6.2. No changes needed. + * t/sleep_exit.pl: Explicitly reset HUP signal handling for the tests, + to make them work with sbuild. + + -- Niko Tyni Sat, 18 Mar 2006 01:26:33 +0200 + +libproc-background-perl (1.08-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Thu, 7 Apr 2005 17:33:46 -0400 + --- libproc-background-perl-1.10.orig/debian/compat +++ libproc-background-perl-1.10/debian/compat @@ -0,0 +1 @@ +7 --- libproc-background-perl-1.10.orig/debian/copyright +++ libproc-background-perl-1.10/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Blair Zajac +Upstream-Source: http://search.cpan.org/dist/Proc-Background/ +Upstream-Name: Proc-Background + +Files: * +Copyright: 1998-2005, Blair Zajac +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2005, Chip Salzenberg + 2006, Niko Tyni + 2008, gregor herrmann + 2009, Nathan Handler +License-Alias: Perl +License: Artistic | GPL-1+ +X-Comment: It is assumed that package maintainers have licensed their work + under terms compatible with upstream licensing terms. + +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libproc-background-perl-1.10.orig/debian/patches/sbuild_sighup.patch +++ libproc-background-perl-1.10/debian/patches/sbuild_sighup.patch @@ -0,0 +1,18 @@ +Author: Niko Tyni + +Some automatic building tools (sbuild) set $SIG{HUP} = 'IGNORE'. +Temporarily override that. +--- a/t/sleep_exit.pl ++++ b/t/sleep_exit.pl +@@ -2,6 +2,11 @@ use strict; + + $| = 1; + ++# Debian-specific modification: some automatic building tools ++# (sbuild) set $SIG{HUP} = 'IGNORE'. Temporarily override that. ++ ++local $SIG{HUP} = 'DEFAULT'; ++ + my ($sleep, $exit_status) = @ARGV; + $sleep = 1 unless defined $sleep; + $exit_status = 0 unless defined $exit_status; --- libproc-background-perl-1.10.orig/debian/patches/series +++ libproc-background-perl-1.10/debian/patches/series @@ -0,0 +1 @@ +sbuild_sighup.patch