--- libproc-waitstat-perl-1.00.orig/debian/changelog +++ libproc-waitstat-perl-1.00/debian/changelog @@ -0,0 +1,61 @@ +libproc-waitstat-perl (1.00-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * Migrate to debhelper compat level 9 (closes: #800243): + - add ${misc:Depends} to Depends + - add debian/compat file + - migrate to dh7 style debian/rules file + + -- Hannes von Haugwitz Sat, 13 Feb 2016 20:01:00 +0000 + +libproc-waitstat-perl (1.00-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR in debian/rules. + (Closes: #795635) + + -- gregor herrmann Wed, 26 Aug 2015 18:33:51 +0200 + +libproc-waitstat-perl (1.00-4) unstable; urgency=low + + * Drop /usr/doc symlink by rebuilding with newer debhelper (closes: #359460). + * Change section to "perl". + * Add debian/watch. + + -- Roderick Schertler Thu, 25 May 2006 16:37:15 -0400 + +libproc-waitstat-perl (1.00-3) unstable; urgency=low + + * Add missing build-depends on libipc-signal-perl (closes: #133873). + + -- Roderick Schertler Thu, 14 Feb 2002 08:47:40 -0500 + +libproc-waitstat-perl (1.00-2) unstable; urgency=low + + * Update to policy 3.5.2. + * Update to latest Perl policy. + + -- Roderick Schertler Tue, 31 Jul 2001 10:33:18 -0400 + +libproc-waitstat-perl (1.00-1) unstable; urgency=low + + * New upstream release. + * Put manpages in /usr/share/man. + + -- Roderick Schertler Wed, 27 Oct 1999 10:57:31 -0400 + +libproc-waitstat-perl (0.01-2) unstable; urgency=low + + * Simple updates for 3.0.0 standards. + * Simple updates for new Perl policy. + + -- Roderick Schertler Wed, 14 Jul 1999 14:55:39 -0400 + +libproc-waitstat-perl (0.01-1) unstable; urgency=low + + * Initial version. + + -- Roderick Schertler Mon, 28 Dec 1998 22:50:19 -0500 + +$Id: changelog,v 1.6 2006-05-25 20:38:56 roderick Exp $ --- libproc-waitstat-perl-1.00.orig/debian/compat +++ libproc-waitstat-perl-1.00/debian/compat @@ -0,0 +1 @@ +9 --- libproc-waitstat-perl-1.00.orig/debian/control +++ libproc-waitstat-perl-1.00/debian/control @@ -0,0 +1,13 @@ +Source: libproc-waitstat-perl +Section: perl +Priority: optional +Maintainer: Roderick Schertler +Standards-Version: 3.5.2 +Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16), libipc-signal-perl + +Package: libproc-waitstat-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libipc-signal-perl +Description: interpret and act on wait() status values + This Perl module contains functions which are useful for interpreting + and acting on wait() status values. --- libproc-waitstat-perl-1.00.orig/debian/copyright +++ libproc-waitstat-perl-1.00/debian/copyright @@ -0,0 +1,35 @@ +$Id: copyright,v 1.2 1999-07-14 18:57:00 roderick Exp $ + +This is a Debian prepackaged version of the Proc::WaitStat Perl module. +It was put together by Roderick Schertler with +sources obtained from . + +The source has not been modified. + +The module is Copyright (c) 1997 Roderick Schertler. All rights reserved. +It may be distributed under the same terms as Perl. These are: + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or + + b) the "Artistic License" which comes with this Kit. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either + the GNU General Public License or the Artistic License for more details. + + You should have received a copy of the Artistic License with this + Kit, in the file named "Artistic". If not, I'll be glad to provide one. + + You should also have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + +On Debian systems, the complete text of the GNU General Public License can +be found in `/usr/share/common-licenses/GPL', and the complete text of the +Artistic License can be found in `/usr/share/common-licenses/Artistic'. --- libproc-waitstat-perl-1.00.orig/debian/libproc-waitstat-perl.docs +++ libproc-waitstat-perl-1.00/debian/libproc-waitstat-perl.docs @@ -0,0 +1 @@ +README --- libproc-waitstat-perl-1.00.orig/debian/rules +++ libproc-waitstat-perl-1.00/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with-perl --- libproc-waitstat-perl-1.00.orig/debian/watch +++ libproc-waitstat-perl-1.00/debian/watch @@ -0,0 +1,5 @@ +# $Id: watch,v 1.1 2006-05-25 20:38:44 roderick Exp $ + +version=2 + +http://www.cpan.org/modules/by-module/Proc/Proc-WaitStat-(\d.*)\.tar\.gz