r25478 - in /trunk/libnet-ldap-perl/debian: changelog control patches/ patches/pod-ellipsis.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 23:16:31 UTC 2008


Author: gregoa
Date: Fri Sep 19 23:16:28 2008
New Revision: 25478

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25478
Log:
* Add patch pod-ellipsis.patch to work around a POD/man problem.

Added:
    trunk/libnet-ldap-perl/debian/patches/
    trunk/libnet-ldap-perl/debian/patches/pod-ellipsis.patch
    trunk/libnet-ldap-perl/debian/patches/series
Modified:
    trunk/libnet-ldap-perl/debian/changelog
    trunk/libnet-ldap-perl/debian/control
    trunk/libnet-ldap-perl/debian/rules

Modified: trunk/libnet-ldap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/changelog?rev=25478&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/changelog (original)
+++ trunk/libnet-ldap-perl/debian/changelog Fri Sep 19 23:16:28 2008
@@ -1,16 +1,14 @@
 libnet-ldap-perl (1:0.37-1) UNRELEASED; urgency=low
 
-  TODO: lintian warning about manpage/POD
-  
   * New upstream release (closes: #499566).
-  * Remove sasl-round-robin.patch, integrated upstreams. Remove quilt
-    framework.
+  * Remove sasl-round-robin.patch, integrated upstreams.
   * Remove debian/README.source.
   * debian/copyright: switch to new format, add information about
     inc/Module/*.
   * Refresh debian/rules, no functional changes.
   * Remove lintian override about the non-breakable URL, not needed any more.
   * Add /me to Uploaders.
+  * Add patch pod-ellipsis.patch to work around a POD/man problem.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 10 Sep 2008 22:10:41 +0200
 

Modified: trunk/libnet-ldap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/control?rev=25478&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/control (original)
+++ trunk/libnet-ldap-perl/debian/control Fri Sep 19 23:16:28 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), quilt (>= 0.40)
 Build-Depends-Indep: libconvert-asn1-perl,  libauthen-sasl-perl, liburi-perl,
  libio-socket-ssl-perl, libxml-sax-perl, libmime-base64-perl,
  libxml-sax-writer-perl

Added: trunk/libnet-ldap-perl/debian/patches/pod-ellipsis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/patches/pod-ellipsis.patch?rev=25478&op=file
==============================================================================
--- trunk/libnet-ldap-perl/debian/patches/pod-ellipsis.patch (added)
+++ trunk/libnet-ldap-perl/debian/patches/pod-ellipsis.patch Fri Sep 19 23:16:28 2008
@@ -1,0 +1,26 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: the leading ellipsis breaks POD and manpage
+
+--- a/lib/Net/LDAP/FAQ.pod
++++ b/lib/Net/LDAP/FAQ.pod
+@@ -1223,9 +1223,9 @@
+ 
+   print ldap_error_name($result->code);
+ 
+-=head2 Ho do I reset a user's password ...
++=head2 Ho do I reset a user's password -
+ 
+-=head3 Z<>... in most LDAP servers ?
++=head3 - in most LDAP servers ?
+ 
+ Most LDAP servers use the standard userPassword attribute as the
+ attribute to set when you want to change a user's password.
+@@ -1301,7 +1301,7 @@
+ 
+   $ldap->unbind();
+ 
+-=head3 Z<>... in MS Active Directory ?
++=head3 - in MS Active Directory ?
+ 
+ With Active Directory a user's password is stored in the unicodePwd
+ attribute and changed using the regular modify operation.

Added: trunk/libnet-ldap-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/patches/series?rev=25478&op=file
==============================================================================
--- trunk/libnet-ldap-perl/debian/patches/series (added)
+++ trunk/libnet-ldap-perl/debian/patches/series Fri Sep 19 23:16:28 2008
@@ -1,0 +1,1 @@
+pod-ellipsis.patch

Modified: trunk/libnet-ldap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/rules?rev=25478&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/rules (original)
+++ trunk/libnet-ldap-perl/debian/rules Fri Sep 19 23:16:28 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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