[libsys-cpuload-perl] 01/19: Imported Debian patch 0.03-2

gregor herrmann gregoa at debian.org
Tue Dec 15 18:40:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsys-cpuload-perl.

commit 7b5a4b6ff045de0c8df88fd12fff9ef4c1c6ee93
Author: Noel Koethe <noel at debian.org>
Date:   Tue Mar 26 09:39:00 2002 +0200

    Imported Debian patch 0.03-2
---
 debian/README.build |  3 ++
 debian/changelog    | 24 +++++++++++++++
 debian/control      | 15 ++++++++++
 debian/copyright    | 12 ++++++++
 debian/dirs         |  2 ++
 debian/docs         |  1 +
 debian/rules        | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 142 insertions(+)

diff --git a/debian/README.build b/debian/README.build
new file mode 100644
index 0000000..276b66d
--- /dev/null
+++ b/debian/README.build
@@ -0,0 +1,3 @@
+Bugtracking at:
+
+http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-CpuLoad
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..41e5fec
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,24 @@
+libsys-cpuload-perl (0.03-2) unstable; urgency=high
+
+  * added missing file for correct usage
+    (closes: Bug#144272)
+  * added Homepage to description
+
+ -- Noel Koethe <noel at debian.org>  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 <noel at debian.org>  Sun, 24 Mar 2002 13:57:00 +0100
+
+libsys-cpuload-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release.
+    (closes: Bug#129348)
+
+ -- Noel Koethe <noel at debian.org>  Tue, 22 Jan 2002 23:41:39 +0100
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..80c95c7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: libsys-cpuload-perl
+Section: interpreters
+Priority: optional
+Maintainer: Noel Koethe <noel at debian.org>
+Build-Depends: debhelper (>> 3.0.0)
+Standards-Version: 3.5.2
+
+Package: libsys-cpuload-perl
+Architecture: any
+Depends: ${shlibs: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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f3e61eb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,12 @@
+This package was debianized by Noel Koethe <noel at debian.org> 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 <clintdw at netcom.com>
+
+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.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..b09bc77
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/lib/perl5/Sys
+usr/share/man/man3
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f9c8ae6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,85 @@
+#!/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
+
+	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-cpuload-perl.git



More information about the Pkg-perl-cvs-commits mailing list