[libnet-ping-external-perl] 05/05: Import Debian changes 0.13-1

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 02ceb862debff45ac98f7feeb3eb98c8ad8e5a0c
Merge: 50cd82d ea2906e
Author: tony mancill <tmancill at debian.org>
Date:   Sun May 23 21:38:58 2010 -0700

    Import Debian changes 0.13-1
    
    libnet-ping-external-perl (0.13-1) unstable; urgency=low
    
      * New upstream release.
      * Add debian/watch file; add get-orig-source target to debian/rules

 Changes                              | 118 ++---
 External.pm                          | 862 ++++++++++++++++++-----------------
 MANIFEST                             |  14 +-
 META.yml                             |  21 +
 Makefile.PL                          |  23 +-
 README                               |  33 +-
 ToDo                                 |   6 +
 debian/changelog                     |   7 +
 debian/copyright                     |   4 +-
 debian/patches/debian-changes-0.13-1 |  39 ++
 debian/patches/series                |   1 +
 debian/rules                         |   3 +
 debian/watch                         |   4 +
 test.pl                              | 244 +++++-----
 14 files changed, 773 insertions(+), 606 deletions(-)

diff --cc debian/changelog
index 572cc13,0000000..aa2814b
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,47 -1,0 +1,54 @@@
++libnet-ping-external-perl (0.13-1) unstable; urgency=low
++
++  * New upstream release.
++  * Add debian/watch file; add get-orig-source target to debian/rules
++
++ -- tony mancill <tmancill at debian.org>  Sun, 23 May 2010 21:38:58 -0700
++
 +libnet-ping-external-perl (0.11-4) unstable; urgency=low
 +
 +  * Switch to dpkg-source 3.0 (quilt) format
 +  * debian/control:
 +    - Bump Standards-Version to 3.8.4
 +    - Add ${misc:Depends} to Depends:
 +    - Set Build-Dep on debhelper to 7; add debian/compat
 +    - Build-Depends-Indep now on iputils-ping | ping
 +  * debian/rules - reworked
 +  * debian/copyright: add author's copyright statement
 +
 + -- tony mancill <tmancill at debian.org>  Sat, 22 May 2010 11:44:07 -0700
 +
 +libnet-ping-external-perl (0.11-3) unstable; urgency=low
 +
 +  * revert Section: from libs to perl
 +  * added tmancill at debian.org to Uploaders:
 +  * bumped build-dep on debhelper to 4 (to match DH_COMPAT in rules)
 +
 + -- tony mancill <tmancill at debian.org>  Wed,  2 Aug 2006 07:50:19 -0700
 +
 +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.
 +  * New upstream version, closes: #329636. This was mainly done as the
 +    previous version was uploaded as a native package and the source
 +    contained CVS directories. The changes between versions are minimal.
 +  * debian/copyright - Added pointers to the files containing the GPL and
 +    Artistic license details on Debian systems
 +  * Rebuild to remove /usr/doc links, closes: #359465
 +  * Added missing dependency (and build-dep) on ping.
 +
 + -- Stephen Quinney <sjq at debian.org>  Mon, 12 Jun 2006 11:08:07 +0100
 +
 +libnet-ping-external-perl (0.10-1) unstable; urgency=low
 +
 +  * Initial Debianization (closes #153732).
 +
 + -- Jean-Francois Dive <jef at debian.org>  Sun,  4 Aug 2002 00:01:18 +1000
 +
diff --cc debian/copyright
index f7b8eb5,0000000..8eb566a
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,26 -1,0 +1,28 @@@
 +This package have been packaged by Jean-Francois Dive <jef at debian.org>
 +as libnet-ping-external-perl.
 +The only changes are the debian packaging information.
 +
 +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/
++found at:
++
++http://www.cpan.org/modules/by-module/Net/Net-Ping-External-${version}.
 +
 +Current debian maintainer is Eugene Krivdyuk <ekrivdyuk at gmail.com>.
 +
 +Copyright: (c) 2003 Colin McMillen.  All rights reserved.
 +
 +License:
 +    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 Perl.
 +
 +    On Debian GNU/Linux systems, the complete text of the GNU General
 +    Public License can be found in `/usr/share/common-licenses/GPL' and
 +    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
diff --cc debian/patches/debian-changes-0.13-1
index 0000000,0000000..61611e4
new file mode 100644
--- /dev/null
+++ b/debian/patches/debian-changes-0.13-1
@@@ -1,0 -1,0 +1,39 @@@
++Description: Upstream changes introduced in version 0.13-1
++ This patch has been created by dpkg-source during the package build.
++ Here's the last changelog entry, hopefully it gives details on why
++ those changes were made:
++ .
++ libnet-ping-external-perl (0.13-1) unstable; urgency=low
++ .
++   * New upstream release.
++   * Add debian/watch file; add get-orig-source target to debian/rules
++ .
++ The person named in the Author field signed this changelog entry.
++Author: tony mancill <tmancill at debian.org>
++
++---
++The information above should follow the Patch Tagging Guidelines, please
++checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
++are templates for supplementary fields that you might want to add:
++
++Origin: <vendor|upstream|other>, <url of original patch>
++Bug: <url in upstream bugtracker>
++Bug-Debian: http://bugs.debian.org/<bugnumber>
++Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
++Forwarded: <no|not-needed|url proving that it has been forwarded>
++Reviewed-By: <name and email of someone who approved the patch>
++Last-Update: <YYYY-MM-DD>
++
++--- /dev/null
+++++ libnet-ping-external-perl-0.13/NPE.out
++@@ -0,0 +1,10 @@
+++
+++Operating system according to perl: linux
+++Operating system according to `uname -a` (if available):
+++Linux honig 2.6.32-trunk-686-bigmem #1 SMP Sun Jan 10 07:12:17 UTC 2010 i686 GNU/Linux
+++Perl version: This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi
+++Ping help: Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline]
+++            [-p pattern] [-s packetsize] [-t ttl] [-I interface]
+++            [-M pmtudisc-hint] [-m mark] [-S sndbuf]
+++            [-T tstamp-options] [-Q tos] [hop1 ...] destination
+++
diff --cc debian/patches/series
index 0000000,0000000..3c3643c
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++debian-changes-0.13-1
diff --cc debian/rules
index 2d33f6a,0000000..66d6ef7
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,4 -1,0 +1,7 @@@
 +#!/usr/bin/make -f
 +
 +%:
 +	dh $@
++
++get-orig-source:
++	uscan --verbose --force --rename --repack
diff --cc debian/watch
index 0000000,0000000..97db79d
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,4 @@@
++# Compulsory line, this is a version 3 file
++version=3
++
++http://www.cpan.org/modules/by-module/Net/Net-Ping-External-([\d\.]+)\.zip

-- 
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