--- libproc-waitstat-perl-1.00.orig/debian/changelog +++ libproc-waitstat-perl-1.00/debian/changelog @@ -0,0 +1,42 @@ +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/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 (>= 3.0.5), perl (>= 5.6.0-16), libipc-signal-perl + +Package: libproc-waitstat-perl +Architecture: all +Depends: ${perl: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/rules +++ libproc-waitstat-perl-1.00/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f + +# $Id: rules,v 1.4 2001-07-31 14:34:41 roderick Exp $ + +dt := debian/libproc-waitstat-perl +prefix = `pwd`/$(dt) +stamp_build := debian/stamp.build +stamp_install := debian/stamp.install +clean := $(stamp_build) $(stamp_install) + +ifneq "" "$(findstring debug,$(DEB_BUILD_OPTIONS))" + CFLAGS += -g +endif +export DH_COMPAT := 3 +PERL ?= perl + +build: $(stamp_build) +$(stamp_build): + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -Wall $(CFLAGS)" + $(MAKE) test + touch $@ + +install: $(stamp_install) +$(stamp_install): $(stamp_build) + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install PREFIX=$(prefix)/usr + find $(prefix) -depth -type d -print0 | \ + xargs -0r rmdir --ignore-fail-on-non-empty + touch $@ + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) realclean + dh_clean $(clean) + +binary: binary-indep binary-arch +binary-arch: +binary-indep: $(stamp_install) + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs README + dh_installexamples + dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installman + dh_installinfo +# dh_undocumented + dh_installchangelogs Changes + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol -u -isp + dh_md5sums + dh_builddeb + +.PHONY: build install clean binary-indep binary-arch binary --- 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