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 8dfec77def406e8d0a4d81e22d7858578f0588fa
Author: Noèl Köthe <n...@debian.org>
Date:   Wed Aug 11 15:30:52 2004 +0200

    Imported Debian patch 0.03-6
---
 debian/changelog | 32 ++++++++++++++++++++++++++++++++
 debian/control   | 10 +++++-----
 debian/copyright |  6 ++++--
 debian/rules     |  5 +++--
 4 files changed, 44 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41e5fec..f3ef3a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+libsys-cpuload-perl (0.03-6) unstable; urgency=low
+
+  * corrected Section to perl
+
+ -- Noèl Köthe <n...@debian.org>  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 <n...@debian.org>  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" <jo...@debian.org> for his help
+    (closes: Bug#160150)
+
+ -- Noel Koethe <n...@debian.org>  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 <n...@debian.org>  Sat, 24 Aug 2002 11:30:00 +0200
+
 libsys-cpuload-perl (0.03-2) unstable; urgency=high
 
   * added missing file for correct usage
diff --git a/debian/control b/debian/control
index 80c95c7..c3f0559 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: libsys-cpuload-perl
-Section: interpreters
+Section: perl
 Priority: optional
-Maintainer: Noel Koethe <n...@debian.org>
-Build-Depends: debhelper (>> 3.0.0)
-Standards-Version: 3.5.2
+Maintainer: Noèl Köthe <n...@debian.org>
+Build-Depends: debhelper (>> 3.0.0), perl (>= 5.8)
+Standards-Version: 3.6.1
 
 Package: libsys-cpuload-perl
 Architecture: any
-Depends: ${shlibs:Depends}
+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.
diff --git a/debian/copyright b/debian/copyright
index f3e61eb..2a85d9b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-This package was debianized by Noel Koethe <n...@debian.org> on
-Tue, 22 Jan 2002 23:41:39 +0100.
+This package was debianized by
+Noèl Köthe <n...@debian.org> on Tue, 22 Jan 2002 23:41:39 +0100.
 
 It was downloaded from http://www.cpan.org/modules/by-module/Digest/CLINTDW/
 
@@ -10,3 +10,5 @@ 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
diff --git a/debian/rules b/debian/rules
index f9c8ae6..f4f7f09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,8 @@ clean:
        # Add here commands to clean up after the build process.
        -$(MAKE) clean
        -$(MAKE) distclean
-       rm -f Makefile Makefile.old
+       rm -f Makefile Makefile.old CpuLoad.o
+       rm -rf blib
 
        dh_clean
 
@@ -75,7 +76,7 @@ binary-arch: build install
        dh_compress
        dh_fixperms
        dh_installdeb
-#      dh_perl
+       dh_perl
        dh_shlibdeps
        dh_gencontrol
        dh_md5sums

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to