--- libsys-cpuload-perl-0.03.orig/debian/README.build +++ libsys-cpuload-perl-0.03/debian/README.build @@ -0,0 +1,3 @@ +Bugtracking at: + +http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-CpuLoad --- libsys-cpuload-perl-0.03.orig/debian/rules +++ libsys-cpuload-perl-0.03/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + +ifndef PERL +PERL = /usr/bin/perl +endif + +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall" + $(MAKE) test + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + -$(MAKE) distclean + rm -f Makefile Makefile.old CpuLoad.o + rm -rf blib + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) PREFIX=$(CURDIR)/debian/libsys-cpuload-perl/usr install + + #dh_movefiles + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_movefiles + +# dh_installdebconf + dh_installdocs +# 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_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libsys-cpuload-perl-0.03.orig/debian/copyright +++ libsys-cpuload-perl-0.03/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by +Noèl Köthe on Tue, 22 Jan 2002 23:41:39 +0100. + +It was downloaded from http://www.cpan.org/modules/by-module/Digest/CLINTDW/ + +Upstream Author: Clinton Wong + +Copyright: + + Copyright (c) 1999 Clinton Wong. All rights reserved. + This program is free software; you can redistribute it + and/or modify it under the same terms as Perl itself. + +See: /usr/share/doc/perl/copyright --- libsys-cpuload-perl-0.03.orig/debian/docs +++ libsys-cpuload-perl-0.03/debian/docs @@ -0,0 +1 @@ +README --- libsys-cpuload-perl-0.03.orig/debian/control +++ libsys-cpuload-perl-0.03/debian/control @@ -0,0 +1,15 @@ +Source: libsys-cpuload-perl +Section: perl +Priority: optional +Maintainer: Noèl Köthe +Build-Depends: debhelper (>> 3.0.0), perl (>= 5.8) +Standards-Version: 3.6.1 + +Package: libsys-cpuload-perl +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends} +Description: module which retrieves load average of a machine + This module retrieves the 1 minute, 5 minute, and 15 + minute load average of a machine. + . + http://search.cpan.org/search?dist=Sys-CpuLoad --- libsys-cpuload-perl-0.03.orig/debian/changelog +++ libsys-cpuload-perl-0.03/debian/changelog @@ -0,0 +1,80 @@ +libsys-cpuload-perl (0.03-6build4) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:48:04 +0100 + +libsys-cpuload-perl (0.03-6build3) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:14:49 +0000 + +libsys-cpuload-perl (0.03-6build2) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:30:10 +0100 + +libsys-cpuload-perl (0.03-6build1) intrepid; urgency=low + + * Rebuild for the perl 5.10 transition. + + -- Michael Bienia Sat, 24 May 2008 11:16:23 +0200 + +libsys-cpuload-perl (0.03-6) unstable; urgency=low + + * corrected Section to perl + + -- Noèl Köthe Wed, 11 Aug 2004 15:30:52 +0200 + +libsys-cpuload-perl (0.03-5) unstable; urgency=low + + * wrote my name in changelog, control and copyright + in utf-8 + + -- Noel Koethe Fri, 13 Feb 2004 23:26:14 +0100 + +libsys-cpuload-perl (0.03-4) unstable; urgency=low + + * updated Standards-Version from 3.5.2 to 3.5.7 + * added perl 5.8 build-dependecy + (closes: Bug#160148) + * added missing dh_perl + (closes: Bug#160125) + * thanks to "Joey Hess" for his help + (closes: Bug#160150) + + -- Noel Koethe Tue, 10 Sep 2002 22:13:00 +0200 + +libsys-cpuload-perl (0.03-3) unstable; urgency=low + + * added perl copyright link to debian/copyright + (closes: Bug#157652) + + -- Noel Koethe Sat, 24 Aug 2002 11:30:00 +0200 + +libsys-cpuload-perl (0.03-2) unstable; urgency=high + + * added missing file for correct usage + (closes: Bug#144272) + * added Homepage to description + + -- Noel Koethe Thu, 26 Mar 2002 09:39:00 +0200 + +libsys-cpuload-perl (0.03-1) unstable; urgency=low + + * new upstream release from 2002-03-18 + (closes: Bug#139701) + * upstream fixed SYNOPSIS section in manpage + (closes: Bug#139573) + + -- Noel Koethe Sun, 24 Mar 2002 13:57:00 +0100 + +libsys-cpuload-perl (0.01-1) unstable; urgency=low + + * Initial Release. + (closes: Bug#129348) + + -- Noel Koethe Tue, 22 Jan 2002 23:41:39 +0100 + --- libsys-cpuload-perl-0.03.orig/debian/dirs +++ libsys-cpuload-perl-0.03/debian/dirs @@ -0,0 +1,2 @@ +usr/lib/perl5/Sys +usr/share/man/man3