r71442 - in /trunk/libnet-libdnet-perl: ./ debian/ debian/patches/ lib/Net/ lib/Net/Libdnet/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Mar 15 02:25:22 UTC 2011


Author: jawnsy-guest
Date: Tue Mar 15 02:25:15 2011
New Revision: 71442

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71442
Log:
No real changes, our patch (dnet -> dumbnet) was applied upstream
IGNORE-VERSION: 0.95-1
* New upstream release
* Remove patch to use libdumbnet instead of libdnet (applied upstream)

Added:
    trunk/libnet-libdnet-perl/standard-new.patch
      - copied unchanged from r71441, branches/upstream/libnet-libdnet-perl/current/standard-new.patch
    trunk/libnet-libdnet-perl/standard-old.patch
      - copied unchanged from r71441, branches/upstream/libnet-libdnet-perl/current/standard-old.patch
    trunk/libnet-libdnet-perl/ubuntu-new.patch
      - copied unchanged from r71441, branches/upstream/libnet-libdnet-perl/current/ubuntu-new.patch
    trunk/libnet-libdnet-perl/ubuntu-old.patch
      - copied unchanged from r71441, branches/upstream/libnet-libdnet-perl/current/ubuntu-old.patch
Removed:
    trunk/libnet-libdnet-perl/debian/patches/use-libdumbnet.patch
Modified:
    trunk/libnet-libdnet-perl/Changes
    trunk/libnet-libdnet-perl/Libdnet.xs
    trunk/libnet-libdnet-perl/MANIFEST
    trunk/libnet-libdnet-perl/META.yml
    trunk/libnet-libdnet-perl/Makefile.PL
    trunk/libnet-libdnet-perl/README
    trunk/libnet-libdnet-perl/debian/changelog
    trunk/libnet-libdnet-perl/debian/patches/series
    trunk/libnet-libdnet-perl/lib/Net/Libdnet.pm
    trunk/libnet-libdnet-perl/lib/Net/Libdnet/Intf.pm

Modified: trunk/libnet-libdnet-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/Changes?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/Changes (original)
+++ trunk/libnet-libdnet-perl/Changes Tue Mar 15 02:25:15 2011
@@ -1,4 +1,7 @@
 Revision history for Perl extension Net::Libdnet.
+
+0.95 Sun Mar 13 23:47:10 CET 2011
+   - new: added ubuntu and standard patchs. See README.
 
 0.94 Fri Jan 14 11:09:49 CET 2011
    - bugfix: tohash method in pod

Modified: trunk/libnet-libdnet-perl/Libdnet.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/Libdnet.xs?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/Libdnet.xs (original)
+++ trunk/libnet-libdnet-perl/Libdnet.xs Tue Mar 15 02:25:15 2011
@@ -34,7 +34,7 @@
 #include "XSUB.h"
 
 #include <stdio.h>
-#include <dnet.h>
+#include <dumbnet.h>
 
 #ifdef DNET_BLOB_H
 typedef blob_t              Blob;

Modified: trunk/libnet-libdnet-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/MANIFEST?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/MANIFEST (original)
+++ trunk/libnet-libdnet-perl/MANIFEST Tue Mar 15 02:25:15 2011
@@ -1,7 +1,12 @@
+Changes
+LICENSE
+Libdnet.xs
+MANIFEST
+Makefile.PL
+README
 bin/dnet.pl
 c/arp_entry.c
 c/fw_rule.c
-Changes
 c/intf_entry.c
 c/route_entry.c
 examples/arp-add.pl
@@ -13,27 +18,24 @@
 examples/fw-delete.pl
 examples/fw-list.pl
 examples/intf-get-dst.pl
+examples/intf-get-src.pl
 examples/intf-get.pl
-examples/intf-get-src.pl
 examples/intf-list.pl
 examples/ip-send.pl
 examples/route-get.pl
 examples/route-list.pl
 examples/tun-open.pl
-Libdnet.xs
+lib/Net/Libdnet.pm
 lib/Net/Libdnet/Arp.pm
 lib/Net/Libdnet/Entry/Intf.pm
 lib/Net/Libdnet/Eth.pm
 lib/Net/Libdnet/Fw.pm
 lib/Net/Libdnet/Intf.pm
 lib/Net/Libdnet/Ip.pm
-lib/Net/Libdnet.pm
 lib/Net/Libdnet/Route.pm
 lib/Net/Libdnet/Tun.pm
-LICENSE
-Makefile.PL
-MANIFEST
-README
+standard-new.patch
+standard-old.patch
 t/01-module.t
 t/02-addr.t
 t/03-arp.t
@@ -48,4 +50,6 @@
 t/20-pod-coverage.t
 t/21-test-pod.t
 typemap
+ubuntu-new.patch
+ubuntu-old.patch
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libnet-libdnet-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/META.yml?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/META.yml (original)
+++ trunk/libnet-libdnet-perl/META.yml Tue Mar 15 02:25:15 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Net-Libdnet
-version:            0.94
+version:            0.95
 abstract:           binding for Dug Song's libdnet
 author:
     - GomoR <gomor-cpan_at_gomor.org>

Modified: trunk/libnet-libdnet-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/Makefile.PL?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/Makefile.PL (original)
+++ trunk/libnet-libdnet-perl/Makefile.PL Tue Mar 15 02:25:15 2011
@@ -3,10 +3,10 @@
 #
 use ExtUtils::MakeMaker;
 
-my $libs = qx{dnet-config --libs 2>/dev/null}
-   || ['-L/lib -L/usr/lib -L/usr/local/lib -ldnet'];
+my $libs = qx{dumbnet-config --libs 2>/dev/null}
+   || ['-L/lib -L/usr/lib -L/usr/local/lib -ldumbnet'];
 
-my $inc = qx{dnet-config --cflags 2>/dev/null}
+my $inc = qx{dumbnet-config --cflags 2>/dev/null}
    || '-I/include -I/usr/include -I/usr/local/include';
 
 WriteMakefile(

Modified: trunk/libnet-libdnet-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/README?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/README (original)
+++ trunk/libnet-libdnet-perl/README Tue Mar 15 02:25:15 2011
@@ -34,13 +34,27 @@
 This being said, you need to set the environment variable REAL_TESTS
 and have root privileges to run the non-faked tests.
 
+UBUNTU/DEBIAN USERS
+
+You will have to apply ubuntu-new.patch like the following:
+
+   $ cd Net-Libdnet-X.YY
+   $ patch -p0 < ubuntu-new.patch
+
+To revert back to standard configuration:
+
+   $ patch -p0 < standard-new.patch
+
+If you use an old version of Ubuntu/Debian (don't know which version),
+you'll have to use ubuntu-old.patch and standard-old.patch files instead.
+
 DEPENDENCIES
 
 This module requires these other modules and libraries:
 
-  Perl v5.6.1
-  libdnet
-  Class::Gomor
+   Perl v5.6.1
+   libdnet
+   Class::Gomor
 
 libdnet may be obtained from http://libdnet.sourceforge.net/.
 

Modified: trunk/libnet-libdnet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/changelog?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/changelog (original)
+++ trunk/libnet-libdnet-perl/debian/changelog Tue Mar 15 02:25:15 2011
@@ -1,3 +1,13 @@
+libnet-libdnet-perl (0.95-1) UNRELEASED; urgency=low
+
+  No real changes, our patch (dnet -> dumbnet) was applied upstream
+  IGNORE-VERSION: 0.95-1
+
+  * New upstream release
+  * Remove patch to use libdumbnet instead of libdnet (applied upstream)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 14 Mar 2011 22:43:46 -0400
+
 libnet-libdnet-perl (0.94-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libnet-libdnet-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/patches/series?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/patches/series (original)
+++ trunk/libnet-libdnet-perl/debian/patches/series Tue Mar 15 02:25:15 2011
@@ -1,2 +1,1 @@
-use-libdumbnet.patch
 fix-pod-spelling.patch

Modified: trunk/libnet-libdnet-perl/lib/Net/Libdnet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/lib/Net/Libdnet.pm?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/lib/Net/Libdnet.pm (original)
+++ trunk/libnet-libdnet-perl/lib/Net/Libdnet.pm Tue Mar 15 02:25:15 2011
@@ -1,5 +1,5 @@
 #
-# $Id: Libdnet.pm 37 2011-01-14 07:50:03Z gomor $
+# $Id: Libdnet.pm 44 2011-01-14 10:25:07Z gomor $
 #
 # Copyright (c) 2004 Vlad Manilici
 # Copyright (c) 2008-2011 Patrice <GomoR> Auffret
@@ -33,7 +33,7 @@
 
 use base qw(Exporter DynaLoader);
 
-our $VERSION = '0.94';
+our $VERSION = '0.95';
 
 our %EXPORT_TAGS = (
    obsolete => [qw(

Modified: trunk/libnet-libdnet-perl/lib/Net/Libdnet/Intf.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/lib/Net/Libdnet/Intf.pm?rev=71442&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/lib/Net/Libdnet/Intf.pm (original)
+++ trunk/libnet-libdnet-perl/lib/Net/Libdnet/Intf.pm Tue Mar 15 02:25:15 2011
@@ -1,12 +1,12 @@
 #
-# $Id: Intf.pm 31 2011-01-12 12:52:47Z gomor $
+# $Id: Intf.pm 49 2011-03-13 22:42:45Z gomor $
 #
 package Net::Libdnet::Intf;
 use strict; use warnings;
 
 use base qw(Class::Gomor::Array);
 
-our @AS  = qw(
+our @AS = qw(
    _handle
 );
 __PACKAGE__->cgBuildIndices;




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