[SCM] Packaging of Biblio::Thesaurus in Debian branch, master, updated. ffd43de43e2a67d7599a2aa5833271d6c2e145aa

Nuno Carvalho smash at cpan.org
Tue May 8 23:56:49 UTC 2012


The following commit has been merged in the master branch:
commit ffd43de43e2a67d7599a2aa5833271d6c2e145aa
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed May 9 00:54:36 2012 +0100

    Create patch to add missing manpage

diff --git a/debian/changelog b/debian/changelog
index b64d2e6..ade5e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,6 @@
 libbiblio-thesaurus-perl (0.42-1) UNRELEASED; urgency=low
 
   TODO:
-  - several lintian warnings:
-    + binary-without-manpage
   - I'm not sure that installing all those scripts to /usr/bin is really a
     good idea?
 
diff --git a/debian/patches/add-script-manpage.patch b/debian/patches/add-script-manpage.patch
new file mode 100644
index 0000000..c050b92
--- /dev/null
+++ b/debian/patches/add-script-manpage.patch
@@ -0,0 +1,77 @@
+Description: add script manpage
+Author: Nuno Carvalho <smash at cpan.org>
+Applied-Upstream: 0.43
+--- a/bin/tax2thesaurus
++++ b/bin/tax2thesaurus
+@@ -31,6 +31,71 @@
+  close F;
+ }
+ 
++
++__END__
++
++=head1 NAME
++
++tax2thesaurus - indented taxonomy to thesaurus
++
++=head1 SYNOPSIS
++
++ tax2thesaurus file.tax > file.the
++
++=head1 DESCRIPTION
++
++A top term C<_top> is added to the taxonomy.
++
++=head2 example of the taxonomy format
++
++ science
++   physics
++      dynamics
++   math
++      algebra
++      trignometry
++ literature
++
++=head2 Correspondent output
++
++ science
++ BT  _top
++ #lev 1
++ 
++ physics
++ BT  science
++ #lev 2
++ 
++ dynamics
++ BT  physics
++ #lev 3
++ 
++ math
++ BT  science
++ #lev 2
++ 
++ algebra
++ BT  math
++ #lev 3
++ 
++ trignometry
++ BT  math
++ #lev 3
++ 
++ literature
++ BT  _top
++ #lev 1
++ 
++=head1 AUTHOR
++
++J.Joao Almeida, jj at di.uminho.pt
++
++=head1 SEE ALSO
++
++perl(1).
++
++=cut      
++
+ __END__
+ 
+        Geografia Política
diff --git a/debian/patches/series b/debian/patches/series
index b5e788a..a097833 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+add-script-manpage.patch
 fix-script-manpage-spelling.patch
 fix-manpage-spelling.patch

-- 
Packaging of Biblio::Thesaurus in Debian



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