r38365 - in /trunk/libnet-mac-vendor-perl/debian: README.source changelog control libnet-mac-vendor-perl.docs libnet-mac-vendor-perl.examples patches/ patches/makefile.patch patches/network-tests.patch patches/series rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 21 17:52:55 UTC 2009


Author: ansgar-guest
Date: Sun Jun 21 17:52:48 2009
New Revision: 38365

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38365
Log:
* Use minimal debian/rules.
* New patch "network-tests.patch":
  Do not fail tests if not connected to network (Closes: #534045).
* Add myself to Uploaders.
* Bump Standards Version to 3.8.2 (no changes).
* Add build-dep on libtest-pod-perl, libtest-pod-coverage-perl,
  libdbm-deep-perl to enable additional tests.
* Remove duplicated word from package description.
* Do not install unhelpful examples/README.

Added:
    trunk/libnet-mac-vendor-perl/debian/README.source
    trunk/libnet-mac-vendor-perl/debian/patches/
    trunk/libnet-mac-vendor-perl/debian/patches/makefile.patch
    trunk/libnet-mac-vendor-perl/debian/patches/network-tests.patch
    trunk/libnet-mac-vendor-perl/debian/patches/series
Removed:
    trunk/libnet-mac-vendor-perl/debian/libnet-mac-vendor-perl.examples
Modified:
    trunk/libnet-mac-vendor-perl/debian/changelog
    trunk/libnet-mac-vendor-perl/debian/control
    trunk/libnet-mac-vendor-perl/debian/libnet-mac-vendor-perl.docs
    trunk/libnet-mac-vendor-perl/debian/rules

Added: trunk/libnet-mac-vendor-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/README.source?rev=38365&op=file
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/README.source (added)
+++ trunk/libnet-mac-vendor-perl/debian/README.source Sun Jun 21 17:52:48 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libnet-mac-vendor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/changelog?rev=38365&op=diff
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/changelog (original)
+++ trunk/libnet-mac-vendor-perl/debian/changelog Sun Jun 21 17:52:48 2009
@@ -1,8 +1,20 @@
-libnet-mac-vendor-perl (1.18-2) UNRELEASED; urgency=low
+libnet-mac-vendor-perl (1.18-2) unstable; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:36:38 +0000
+  [ Ansgar Burchardt ]
+  * Use minimal debian/rules.
+  * New patch "network-tests.patch":
+    Do not fail tests if not connected to network (Closes: #534045).
+  * Add myself to Uploaders.
+  * Bump Standards Version to 3.8.2 (no changes).
+  * Add build-dep on libtest-pod-perl, libtest-pod-coverage-perl,
+    libdbm-deep-perl to enable additional tests.
+  * Remove duplicated word from package description.
+  * Do not install unhelpful examples/README.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 21 Jun 2009 19:52:39 +0200
 
 libnet-mac-vendor-perl (1.18-1) unstable; urgency=low
 

Modified: trunk/libnet-mac-vendor-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/control?rev=38365&op=diff
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/control (original)
+++ trunk/libnet-mac-vendor-perl/debian/control Sun Jun 21 17:52:48 2009
@@ -1,11 +1,13 @@
 Source: libnet-mac-vendor-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libwww-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libwww-perl,
+ libtest-pod-perl (>= 1.00), libtest-pod-coverage-perl, libdbm-deep-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Matt Zagrabelny <mzagrabe at d.umn.edu>
-Standards-Version: 3.8.1
+Uploaders: Matt Zagrabelny <mzagrabe at d.umn.edu>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Net-MAC-Vendor/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-mac-vendor-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-mac-vendor-perl/
@@ -22,7 +24,7 @@
  Net::MAC::Vendor allows you to take a MAC address and turn it into the OUI
  and vendor information. You can, for instance, scan a network, collect MAC
  addresses, and turn those addresses into vendors. With vendor information,
- you can often guess at what what you are looking at (e.g. an Apple product).
+ you can often guess at what you are looking at (e.g. an Apple product).
  .
  You can use this as a module as its individual functions, or call it as a
  script with a list of MAC addresses as arguments. The module can figure it

Modified: trunk/libnet-mac-vendor-perl/debian/libnet-mac-vendor-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/libnet-mac-vendor-perl.docs?rev=38365&op=diff
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/libnet-mac-vendor-perl.docs (original)
+++ trunk/libnet-mac-vendor-perl/debian/libnet-mac-vendor-perl.docs Sun Jun 21 17:52:48 2009
@@ -1,2 +1,1 @@
 README
-examples/README

Added: trunk/libnet-mac-vendor-perl/debian/patches/makefile.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/patches/makefile.patch?rev=38365&op=file
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/patches/makefile.patch (added)
+++ trunk/libnet-mac-vendor-perl/debian/patches/makefile.patch Sun Jun 21 17:52:48 2009
@@ -1,0 +1,14 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sun, 21 Jun 2009 19:41:17 +0200
+Subject: Install man page with correct section in filename
+--- libnet-mac-vendor-perl.orig/Makefile.PL
++++ libnet-mac-vendor-perl/Makefile.PL
+@@ -20,7 +20,7 @@
+ 		},
+ 
+ 	'MAN3PODS'     => {
+-		'lib/Vendor.pm' => '$(INST_MAN3DIR)/Net::MAC::Vendor.3',
++		'lib/Vendor.pm' => '$(INST_MAN3DIR)/Net::MAC::Vendor.3pm',
+ 		},
+ 
+ 	clean  => { FILES    => q|Net-MAC-Vendor-* Makefile.old MANIFEST.bak| },

Added: trunk/libnet-mac-vendor-perl/debian/patches/network-tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/patches/network-tests.patch?rev=38365&op=file
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/patches/network-tests.patch (added)
+++ trunk/libnet-mac-vendor-perl/debian/patches/network-tests.patch Sun Jun 21 17:52:48 2009
@@ -1,0 +1,30 @@
+Subject: Do not fail tests if not connected to the network
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sun, 21 Jun 2009 19:24:30 +0200
+
+--- libnet-mac-vendor-perl.orig/t/fetch_oui.t
++++ libnet-mac-vendor-perl/t/fetch_oui.t
+@@ -1,6 +1,6 @@
+ # $Id: fetch_oui.t 1879 2006-06-26 02:05:08Z comdog $
+ 
+-use Test::More tests => 12;
++use Test::More tests => 11;
+ 
+ use LWP::Simple qw(head);
+ 
+@@ -14,7 +14,7 @@
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+ my $connected = head( 'http://standards.ieee.org/regauth/oui/oui.txt' );
+ 
+-ok( defined $connected, "Am connected to network" );
++#ok( defined $connected, "Am connected to network" );
+ 
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+@@ -87,4 +87,4 @@
+ 
+ unlink( 'mac_oui.db' );
+ ok( ! -e 'mac_oui.db', "Cache file has been unlinked" );
+-}
+\ No newline at end of file
++}

Added: trunk/libnet-mac-vendor-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/patches/series?rev=38365&op=file
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/patches/series (added)
+++ trunk/libnet-mac-vendor-perl/debian/patches/series Sun Jun 21 17:52:48 2009
@@ -1,0 +1,2 @@
+makefile.patch
+network-tests.patch

Modified: trunk/libnet-mac-vendor-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-vendor-perl/debian/rules?rev=38365&op=diff
==============================================================================
--- trunk/libnet-mac-vendor-perl/debian/rules (original)
+++ trunk/libnet-mac-vendor-perl/debian/rules Sun Jun 21 17:52:48 2009
@@ -1,23 +1,3 @@
 #!/usr/bin/make -f
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@




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