~ubuntu-branches/ubuntu/raring/libmodule-info-perl/raring

« back to all changes in this revision

Viewing changes to debian/patches/whatis-entry.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt, gregor herrmann, Ansgar Burchardt, Salvatore Bonaccorso
  • Date: 2010-06-06 21:51:52 UTC
  • Revision ID: james.westby@ubuntu.com-20100606215152-jixscux2upyst0lu
Tags: 0.31-2
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/control: Added: ${misc:Depends} to Depends: field.

[ Ansgar Burchardt ]
* debian/watch: Use extended regexp to match upstream releases.
* Refresh rules for debhelper 7.
* Use Build.PL.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* Do not use embedded copy of Test-Simple during build.
* Compare versions as numbers, not as strings in tests.
  + new patch: version-comparison.patch
* Use is_deeply the right way.
  + new patch: is-deeply.patch
* Fix spelling errors.
  + new patch: spelling.patch
* Add missing whatis entry to B::Module::Info.
  + new patch: whatis-entry.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Ansgar Burchardt <ansgar@43-1.org>
 
2
Date: Sun, 06 Jun 2010 21:47:36 +0900
 
3
Origin: vendor
 
4
Subject: Add missing whatis entry
 
5
 
 
6
It might be better to remove the POD from this module, but maybe somebody will
 
7
someday want to read it...
 
8
 
 
9
--- libmodule-info-perl.orig/lib/B/Module/Info.pm
 
10
+++ libmodule-info-perl/lib/B/Module/Info.pm
 
11
@@ -7,6 +7,12 @@
 
12
                  opgrep all_roots);
 
13
 @B::Utils::bad_stashes = qw();  # give us everything.
 
14
 
 
15
+=head1 NAME
 
16
+
 
17
+B::Module::Info - information about Perl modules
 
18
+
 
19
+=cut
 
20
+
 
21
 {
 
22
     # From: Roland Walker <walker@ncbi.nlm.nih.gov>
 
23
     # "Syntax OK" may land inside output and render it unusable