[SCM] Packaging Net::IPTrie in Debian branch, master, updated. 4b0e8bff7cf7f21f04a8ffb9776ed401afeae76f

Carlos Vicente cvicente at cpan.org
Mon Feb 13 21:20:54 UTC 2012


The following commit has been merged in the master branch:
commit 4b0e8bff7cf7f21f04a8ffb9776ed401afeae76f
Author: Carlos Vicente <cvicente at cpan.org>
Date:   Mon Feb 13 13:18:47 2012 -0800

    Fixed dependencies, added standard header to quilt patch

diff --git a/debian/changelog b/debian/changelog
index 97f88b8..519f042 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,5 @@
 libnet-iptrie-perl (0.7-1) UNRELEASED; urgency=low
 
-  TODO:
-  - d/control:
-    + add "perl" back to B-D-I (it's not needed in Depends but it is needed
-      here)
-    + add "perl (>= 5.11.3) | " back to libscalar-list-utils-perl in B-D-I
-      (like in Depends)
-  - patch:
-    + please add DEP3 headers: http://dep.debian.net/deps/dep3/
-    + please configure your ~/.quiltrc as described in
-      http://pkg-perl.alioth.debian.org/howto/quilt.html#tips_and_tricks
-      (makes reading patches, and esp. diffs of patches later, easier)
-
   * Initial Release (Closes: #659380)
 
  -- Carlos Vicente <cvicente at cpan.org>  Fri, 10 Feb 2012 12:48:23 -0800
diff --git a/debian/control b/debian/control
index 84fc97d..5aff860 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Priority: optional
 Build-Depends: debhelper (>= 8),
 	       perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000),
 Build-Depends-Indep: libnetaddr-ip-perl,
-                     libscalar-list-utils-perl
+                     perl (>= 5.11.3) | libscalar-list-utils-perl,
+		     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnet-iptrie-perl.git
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnet-iptrie-perl.git
diff --git a/debian/patches/node_descr.patch b/debian/patches/node_descr.patch
index 439dde8..9fe8e46 100644
--- a/debian/patches/node_descr.patch
+++ b/debian/patches/node_descr.patch
@@ -1,11 +1,9 @@
+Description: Add short description to Class NAME
+Author: Carlos Vicente <cvicente at cpan.org>
+Last-Update: 2012-02-13
 
-
-Add short description to Class NAME
-
-Index: Net-IPTrie-0.7/lib/Net/IPTrie/Node.pm
-===================================================================
---- Net-IPTrie-0.7.orig/lib/Net/IPTrie/Node.pm	2012-02-12 08:12:41.922435409 -0800
-+++ Net-IPTrie-0.7/lib/Net/IPTrie/Node.pm	2012-02-12 08:14:23.114433715 -0800
+--- a/lib/Net/IPTrie/Node.pm
++++ b/lib/Net/IPTrie/Node.pm
 @@ -25,7 +25,7 @@
  
  =head1 NAME

-- 
Packaging Net::IPTrie in Debian



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