r50323 - in /trunk/libnet-libdnet-perl/debian: control libnet-libdnet-perl.examples patches/ patches/series patches/use-libdumbnet.patch rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jan 5 20:55:19 UTC 2010


Author: jawnsy-guest
Date: Tue Jan  5 20:55:13 2010
New Revision: 50323

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50323
Log:
use patch to change dnet.h -> dumbnet.h

Added:
    trunk/libnet-libdnet-perl/debian/patches/
    trunk/libnet-libdnet-perl/debian/patches/series
    trunk/libnet-libdnet-perl/debian/patches/use-libdumbnet.patch
Modified:
    trunk/libnet-libdnet-perl/debian/control
    trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.examples
    trunk/libnet-libdnet-perl/debian/rules

Modified: trunk/libnet-libdnet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/control?rev=50323&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/control (original)
+++ trunk/libnet-libdnet-perl/debian/control Tue Jan  5 20:55:13 2010
@@ -1,8 +1,8 @@
 Source: libnet-libdnet-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libclass-gomor-perl, libdumbnet1,
- libdumbnet-dev
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl, libdumbnet1,
+ libdumbnet-dev, libclass-gomor-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3

Modified: trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.examples?rev=50323&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.examples (original)
+++ trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.examples Tue Jan  5 20:55:13 2010
@@ -1,1 +1,2 @@
 examples/*
+bin/dnet.pl

Added: trunk/libnet-libdnet-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/patches/series?rev=50323&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/patches/series (added)
+++ trunk/libnet-libdnet-perl/debian/patches/series Tue Jan  5 20:55:13 2010
@@ -1,0 +1,1 @@
+use-libdumbnet.patch

Added: trunk/libnet-libdnet-perl/debian/patches/use-libdumbnet.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/patches/use-libdumbnet.patch?rev=50323&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/patches/use-libdumbnet.patch (added)
+++ trunk/libnet-libdnet-perl/debian/patches/use-libdumbnet.patch Tue Jan  5 20:55:13 2010
@@ -1,0 +1,17 @@
+Description: use dumbnet.h instead of dnet.h
+ On Debian, libdnet was renamed to libdumbnet, for historical
+ reasons: libdnet is the DECnet library
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: not-needed
+--- a/Libdnet.xs
++++ b/Libdnet.xs
+@@ -34,7 +34,7 @@
+ #include "XSUB.h"
+ 
+ #include <stdio.h>
+-#include <dnet.h>
++#include <dumbnet.h>
+ 
+ typedef blob_t              Blob;
+ typedef eth_addr_t          EthAddr;

Modified: trunk/libnet-libdnet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/rules?rev=50323&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/rules (original)
+++ trunk/libnet-libdnet-perl/debian/rules Tue Jan  5 20:55:13 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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