This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit e66599f7c2795d170f59f93f49ad35232c83341c
Author: Christian Hofstaedtler <z...@debian.org>
Date:   Tue Jul 22 20:26:01 2014 +0200

    Patch out private pod section to fix bad-whatis
---
 debian/patches/fix-bad-whatis-man.patch | 45 +++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 debian/sqitch.lintian-overrides         |  2 --
 3 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix-bad-whatis-man.patch 
b/debian/patches/fix-bad-whatis-man.patch
new file mode 100644
index 0000000..f66818f
--- /dev/null
+++ b/debian/patches/fix-bad-whatis-man.patch
@@ -0,0 +1,45 @@
+Description: Fix bad whatis indexing of man pages
+ By removing the private markers, the generated man pages get their
+ correct format, so whatis indexing works.
+Forwarded: not-needed
+Author: Christian Hofstaedtler <z...@debian.org>
+
+
+Index: sqitch/lib/sqitchcommands.pod
+===================================================================
+--- sqitch.orig/lib/sqitchcommands.pod
++++ sqitch/lib/sqitchcommands.pod
+@@ -1,14 +1,7 @@
+-=begin private
+-
+-Keep private to it's not displayed, but will still be indexed by the CPAN
+-toolchain.
+-
+ =head1 Name
+ 
+ sqitchcommands - List of common sqitch commands
+ 
+-=end private
+-
+ =head1 Usage
+ 
+   sqitch [<options>] <command> [<command-options>] [<args>]
+Index: sqitch/lib/sqitchusage.pod
+===================================================================
+--- sqitch.orig/lib/sqitchusage.pod
++++ sqitch/lib/sqitchusage.pod
+@@ -1,14 +1,7 @@
+-=begin private
+-
+-Keep private to it's not displayed, but will still be indexed by the CPAN
+-toolchain.
+-
+ =head1 Name
+ 
+ sqitchusage - Sqitch usage statement
+ 
+-=end private
+-
+ =head1 Usage
+ 
+   sqitch [<options>] <command> [<command-options>] [<args>]
diff --git a/debian/patches/series b/debian/patches/series
index ba2b602..0f999a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-bad-whatis-man.patch
 digest-sha.patch
diff --git a/debian/sqitch.lintian-overrides b/debian/sqitch.lintian-overrides
deleted file mode 100644
index eb57d80..0000000
--- a/debian/sqitch.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-manpage-has-bad-whatis-entry usr/share/man/man3/sqitchcommands.3pm.gz
-manpage-has-bad-whatis-entry usr/share/man/man3/sqitchusage.3pm.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/sqitch.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to