r5685 - in /packages/libnetaddr-ip-perl/trunk/debian: README.Debian changelog rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Jul 3 15:49:26 UTC 2007


Author: gwolf
Date: Tue Jul  3 15:49:26 2007
New Revision: 5685

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5685
Log:
Added README.Debian warning about an API change

Added:
    packages/libnetaddr-ip-perl/trunk/debian/README.Debian
Modified:
    packages/libnetaddr-ip-perl/trunk/debian/changelog
    packages/libnetaddr-ip-perl/trunk/debian/rules

Added: packages/libnetaddr-ip-perl/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetaddr-ip-perl/trunk/debian/README.Debian?rev=5685&op=file
==============================================================================
--- packages/libnetaddr-ip-perl/trunk/debian/README.Debian (added)
+++ packages/libnetaddr-ip-perl/trunk/debian/README.Debian Tue Jul  3 15:49:26 2007
@@ -1,0 +1,20 @@
+======================================================================
+W A R N I N G - Please do read below if you have legacy code
+======================================================================
+
+Versions 3.21 and above of NetAddr::IP, include hooks for the Storable
+class that are incompatible with the old (automatic) method of storing
+data. To regain backwards compatibility, the module must be use()d as
+
+    use NetAddr::IP ':old_storable';
+
+Which will disable the new hooks and revert back to the old ways.
+
+If you do  not use Storable along NetAddr::IP or  just don't know what
+this all means, most likely you're safe to go along.
+
+Versions before 3.25 recognized by default IP addresses as returned by
+inet_aton. This is no longer the default. To enable this behaviour
+again, the module must be use()d as
+
+    use NetAddr::IP ':aton';

Modified: packages/libnetaddr-ip-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetaddr-ip-perl/trunk/debian/changelog?rev=5685&op=diff
==============================================================================
--- packages/libnetaddr-ip-perl/trunk/debian/changelog (original)
+++ packages/libnetaddr-ip-perl/trunk/debian/changelog Tue Jul  3 15:49:26 2007
@@ -2,8 +2,11 @@
 
   * Repackaged upstream sources without including the non-free RFC 1884
     (Closes: #431090)
+  * Included README.Debian warning about requiring an API compatibility
+    mode when using with legacy (<3.21) code (taken straight from
+    Makefile.PL's output)
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 03 Jul 2007 10:31:15 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 03 Jul 2007 10:45:18 -0500
 
 libnetaddr-ip-perl (4.007-1) unstable; urgency=low
 

Modified: packages/libnetaddr-ip-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetaddr-ip-perl/trunk/debian/rules?rev=5685&op=diff
==============================================================================
--- packages/libnetaddr-ip-perl/trunk/debian/rules (original)
+++ packages/libnetaddr-ip-perl/trunk/debian/rules Tue Jul  3 15:49:26 2007
@@ -72,7 +72,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs README 
 	cp Lite/README       $(TMP)/usr/share/doc/$(PACKAGE)/README.NetAddr-IP-Lite
 	cp Lite/Util/README  $(TMP)/usr/share/doc/$(PACKAGE)/README.NetAddr-IP-Lite-Util
 	dh_installman




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