~ubuntu-branches/ubuntu/saucy/gnucash/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/gnc-fq-check_2pod.patch

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot, Dmitry Smirnov, Sébastien Villemot
  • Date: 2012-03-05 20:44:44 UTC
  • mfrom: (2.5.16 sid)
  • Revision ID: package-import@ubuntu.com-20120305204444-cvmgjgx36oxilhfq
Tags: 1:2.4.10-2
[ Dmitry Smirnov ]
* Removing obsolete lintian override
* Removing remnants of dh_make template to clean-up debian/rules
* Removing useless debian/gnucash-common.dirs
* Build-time generation of missing man pages
* Use dh-autoreconf to update toolchain
* Update to recommended debhelper compat level 9
* Fix short description of gnucash-common
* Introducing --as-needed to reduce overlinking
* debian/copyright: rewrite from scratch using machine-readable format 1.0

[ Sébastien Villemot ]
* Bump to Standards-Version 3.9.3, no changes needed
* Set myself as Maintainer. Add Dmitry Smirnov to Uploaders. (Closes: #639584)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
 
2
Last-Update: 2012-02-15
 
3
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=670002
 
4
Applied-Upstream: http://svn.gnucash.org/trac/changeset/22025, 2.5.0
 
5
Description: convert comments to POD
 
6
 POD is helpful not only to view command's documentation but also
 
7
 allows to generate man page.
 
8
 
 
9
 
 
10
--- a/src/quotes/gnc-fq-check.in
 
11
+++ b/src/quotes/gnc-fq-check.in
 
12
@@ -26,17 +26,30 @@
 
13
 use English;
 
14
 use FileHandle;
 
15
 
 
16
-# Input: <none>
 
17
-#
 
18
-# Output (on standard output, one output form per input line):
 
19
-#
 
20
-# A list of quote sources supported by Finance::Quote, or the single
 
21
-# term missing-lib if finance quote could not be executed.
 
22
-#
 
23
-# Exit status
 
24
-#
 
25
-# 0 - success
 
26
-# non-zero - failure
 
27
+=head1 NAME
 
28
+
 
29
+gnc-fq-check  -  check for the presence of Finance::Quote
 
30
+                 From gnc-fq-helper
 
31
+
 
32
+=head1 SYNOPSIS
 
33
+
 
34
+gnc-fq-check
 
35
+
 
36
+=head1 DESCRIPTION
 
37
+
 
38
+Input: <none>
 
39
+
 
40
+Output (on standard output, one output form per input line):
 
41
+
 
42
+A list of quote sources supported by Finance::Quote, or the single
 
43
+term missing-lib if finance quote could not be executed.
 
44
+
 
45
+Exit status
 
46
+
 
47
+0 - success
 
48
+non-zero - failure
 
49
+
 
50
+=cut
 
51
 
 
52
 sub check_modules {
 
53
   my @modules = qw(Finance::Quote LWP HTML::Parser HTML::TableExtract Crypt::SSLeay Date::Manip);