[libnet-ping-external-perl] 02/05: Import Debian changes 0.11-2

Tony Mancill tmancill at moszumanska.debian.org
Fri Nov 24 20:57:58 UTC 2017


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

tmancill pushed a commit to branch 0.13-1
in repository libnet-ping-external-perl.

commit 271928b866011f7d012efd93c15f4cb71ee01071
Author: Eugene Krivdyuk <ekrivdyuk at gmail.com>
Date:   Tue Aug 1 11:46:51 2006 +0300

    Import Debian changes 0.11-2
    
    libnet-ping-external-perl (0.11-2) unstable; urgency=low
    
      * New maintainer (Closes: #358802).
      * Fixed incorrect (too short) description (Closes: #209890).
---
 debian/changelog |  7 +++++++
 debian/control   | 14 ++++++++++----
 debian/copyright |  2 ++
 debian/rules     |  2 +-
 4 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 301c640..4e737f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libnet-ping-external-perl (0.11-2) unstable; urgency=low
+
+  * New maintainer (Closes: #358802).
+  * Fixed incorrect (too short) description (Closes: #209890).
+
+ -- Eugene Krivdyuk <ekrivdyuk at gmail.com>  Tue, 01 Aug 2006 11:46:51 +0300
+
 libnet-ping-external-perl (0.11-0.1) unstable; urgency=low
 
   * Non-Maintainer Upload.
diff --git a/debian/control b/debian/control
index 8973a27..769c8c2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libnet-ping-external-perl
-Maintainer: Jean-Francois Dive <jef at debian.org>
+Maintainer: Eugene Krivdyuk <ekrivdyuk at gmail.com>
 Priority: optional
 Section: libs
-Standards-Version: 3.5.6
+Standards-Version: 3.7.2.0
 Build-Depends-Indep:  iputils-ping
 Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0)
 
@@ -11,6 +11,12 @@ Priority: optional
 Section: libs
 Architecture: all
 Depends: ${perl:Depends}, ping
-Description: Provide an interface to the system ping command. 
- This library provide the capability of sending icmp pings. 
+Description: Provide an interface to the system ping command 
+ Net::Ping::External is a module which interfaces with the "ping"
+ command on many systems. It presently provides a single function,
+ ping(), that takes in a hostname and (optionally) a timeout and
+ returns true if the host is alive, and false otherwise. Unless
+ you have the ability (and willingness) to run your scripts as
+ the superuser on your system, this module will probably provide
+ more accurate results than Net::Ping will. 
 
diff --git a/debian/copyright b/debian/copyright
index e20c7a1..3821e8d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,6 +7,8 @@ The upstream author is Colin McMillen (colinm at cpan.org)
 The upstream source is the CPAN perl module repository and can be
 found at http://www.cpan.org/
 
+Current debian maintainer is Eugene Krivdyuk <ekrivdyuk at gmail.com>.
+
 Copyright:
 
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/rules b/debian/rules
index 5c1baf1..cf99f54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT := 3
+export DH_COMPAT := 4
 
 PERL ?= /usr/bin/perl
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ping-external-perl.git



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