r50325 - in /trunk/libnet-libdnet-perl/debian: README.source changelog patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jan 5 21:04:33 UTC 2010


Author: jawnsy-guest
Date: Tue Jan  5 21:03:21 2010
New Revision: 50325

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50325
Log:
prepare for upload

Added:
    trunk/libnet-libdnet-perl/debian/README.source
    trunk/libnet-libdnet-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libnet-libdnet-perl/debian/changelog
    trunk/libnet-libdnet-perl/debian/patches/series
    trunk/libnet-libdnet-perl/debian/rules

Added: trunk/libnet-libdnet-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/README.source?rev=50325&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/README.source (added)
+++ trunk/libnet-libdnet-perl/debian/README.source Tue Jan  5 21:03:21 2010
@@ -1,0 +1,5 @@
+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-libdnet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/changelog?rev=50325&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/changelog (original)
+++ trunk/libnet-libdnet-perl/debian/changelog Tue Jan  5 21:03:21 2010
@@ -1,5 +1,5 @@
 libnet-libdnet-perl (0.92-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #563332)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 1 Jan 2010 19:39:04 -0500

Added: trunk/libnet-libdnet-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/patches/fix-pod-spelling.patch?rev=50325&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libnet-libdnet-perl/debian/patches/fix-pod-spelling.patch Tue Jan  5 21:03:21 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Net/Libdnet.pm
++++ b/lib/Net/Libdnet.pm
+@@ -333,7 +333,7 @@
+ 
+ All the original and obsolete functions return I<undef> and print a warning message to the standard error when a problem occurs. The obsolete functions are: B<addr_cmp>, B<addr_bcast>, B<addr_net>, B<arp_add>, B<arp_delete>, B<arp_get>, B<intf_get>, B<intf_get_src>, B<intf_get_dst>, B<route_add>, B<route_delete>, B<route_get>.
+ 
+-These osbsolete functions will continue to work, to keep backward compatibility, but should not be used anymore. The new APIs should be prefered. There are two new APIs, one is the low-level one, matching libdnet functions, and the other one is a high-level API, matching a more Perl object oriented programming. This latest one is highly prefered.
++These osbsolete functions will continue to work, to keep backward compatibility, but should not be used anymore. The new APIs should be preferred. There are two new APIs, one is the low-level one, matching libdnet functions, and the other one is a high-level API, matching a more Perl object oriented programming. This latest one is highly preferred.
+ 
+ Net::Libdnet module implements the low-level API. The high-level API is accessible by using the following modules: B<Net::Libdnet::Intf>, B<Net::Libdnet::Route>, B<Net::Libdnet::Fw>, B<Net::Libdnet::Arp>, B<Net::Libdnet::Eth>, B<Net::Libdnet::Ip> and B<Net::Libdnet::Tun>.
+ 

Modified: trunk/libnet-libdnet-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/patches/series?rev=50325&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/patches/series (original)
+++ trunk/libnet-libdnet-perl/debian/patches/series Tue Jan  5 21:03:21 2010
@@ -1,1 +1,2 @@
 use-libdumbnet.patch
+fix-pod-spelling.patch

Modified: trunk/libnet-libdnet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/rules?rev=50325&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/rules (original)
+++ trunk/libnet-libdnet-perl/debian/rules Tue Jan  5 21:03:21 2010
@@ -9,4 +9,4 @@
 override_dh_auto_install:
 	dh_auto_install
 	rm $(TMP)/usr/bin/dnet.pl
-
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin




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