[SCM] Debian packaging of libnet-ldap-perl branch, master, updated. debian/0.4400-1-8-g3f39612

Xavier x.guimard at free.fr
Wed Oct 17 04:35:53 UTC 2012


The following commit has been merged in the master branch:
commit 3f396120d23ce2847fd8781078180e4f69bad933
Author: Xavier <x.guimard at free.fr>
Date:   Wed Oct 17 06:35:04 2012 +0200

    Patch for missing over/back in FAQ.pod

diff --git a/debian/changelog b/debian/changelog
index 122b966..1503e5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libnet-ldap-perl (1:0.4900-1) UNRELEASED; urgency=low
   * New upstream version (Closes: #686792)
   * Bumps Standard-Version to 3.9.4
   * Remove spelling patch, now included in upstream
+  * Add POD patch (missing over/back in FAQ.pod)
   * Add myself in d/copyright and d/changelog
 
  -- Xavier Guimard <x.guimard at free.fr>  Wed, 17 Oct 2012 06:10:19 +0200
diff --git a/debian/patches/pod-overback-missing b/debian/patches/pod-overback-missing
new file mode 100644
index 0000000..7b31854
--- /dev/null
+++ b/debian/patches/pod-overback-missing
@@ -0,0 +1,37 @@
+Description: Missing over/back in FAQ.pod
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug-Debian: http://bugs.debian.org/686792
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- libnet-ldap-perl-0.4900.orig/lib/Net/LDAP/FAQ.pod
++++ libnet-ldap-perl-0.4900/lib/Net/LDAP/FAQ.pod
+@@ -1160,6 +1160,8 @@ in the file.  Then when reading the file
+ string back to binary and then use perl-ldap to store the data
+ in the directory.
+ 
++=over
++
+ =item How do I create an account in Active Directory?
+ 
+ Active Directory accounts need some AD-specific attributes
+@@ -1220,6 +1222,8 @@ With groups, the same applies to the C<g
+                          attrs  => [ '1.1' ]
+                        );
+ 
++=back
++
+ =head2 How do I create a Microsoft Exchange 5.x user?
+ 
+ This is a solution provided by a perl-ldap user.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06bbf02
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-overback-missing

-- 
Debian packaging of libnet-ldap-perl



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