[libnet-ping-external-perl] 04/05: Import Debian changes 0.11-4

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 50cd82d3bd866c5e9e42a0e4a8f85fba12d5ac9c
Author: tony mancill <tmancill at debian.org>
Date:   Sat May 22 11:44:07 2010 -0700

    Import Debian changes 0.11-4
    
    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
---
 debian/changelog     | 13 ++++++++++
 debian/compat        |  1 +
 debian/control       |  8 +++----
 debian/copyright     |  3 ++-
 debian/rules         | 68 ++--------------------------------------------------
 debian/source/format |  1 +
 6 files changed, 23 insertions(+), 71 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c86de33..572cc13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
index 4df64a4..2b3d750 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: perl
 Priority: optional
 Maintainer: Eugene Krivdyuk <ekrivdyuk at gmail.com>
 Uploaders: tony mancill <tmancill at debian.org>
-Standards-Version: 3.7.2.0
-Build-Depends-Indep:  iputils-ping
-Build-Depends: debhelper (>= 4), perl (>= 5.6.0)
+Standards-Version: 3.8.4
+Build-Depends-Indep: iputils-ping
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0)
 
 Package: libnet-ping-external-perl
 Architecture: all
-Depends: ${perl:Depends}, ping
+Depends: ${misc:Depends}, ${perl:Depends}, iputils-ping | ping
 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,
diff --git a/debian/copyright b/debian/copyright
index 3821e8d..f7b8eb5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,8 +9,9 @@ found at http://www.cpan.org/
 
 Current debian maintainer is Eugene Krivdyuk <ekrivdyuk at gmail.com>.
 
-Copyright:
+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:
 
diff --git a/debian/rules b/debian/rules
index cf99f54..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,68 +1,4 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT := 4
-
-PERL ?= /usr/bin/perl
-
-b := $(CURDIR)/debian/libnet-ping-external-perl
-
-arrange: arrange-stamp
-arrange-stamp: install
-	dh_testdir
-	touch arrange-stamp
-
-binary: binary-stamp
-binary-stamp: binary-indep binary-arch
-	dh_testdir
-	touch binary-stamp
-
-binary-arch: binary-arch-stamp
-binary-arch-stamp: arrange
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_strip
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-	touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-	dh_testdir
-	touch binary-indep-stamp
-
-build: build-stamp
-build-stamp: config
-	dh_testdir
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-stamp `find -name '*.bak'`
-
-config: config-stamp
-config-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch config-stamp
-
-install: install-stamp
-install-stamp: build
-	dh_testdir
-	dh_installdirs
-	$(MAKE) install PREFIX=$(b)/usr
-	touch install-stamp
-
-.PHONY: arrange binary binary-arch binary-indep build clean config install
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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