~ubuntu-branches/ubuntu/raring/libcvs-perl/raring

« back to all changes in this revision

Viewing changes to debian/patches/pods.patch

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, gregor herrmann, Nathan Handler, Ansgar Burchardt
  • Date: 2012-03-27 23:48:06 UTC
  • Revision ID: package-import@ubuntu.com-20120327234806-a24e9ed514fn7k3v
Tags: 0.07-4
[ gregor herrmann ]
* Remove file ./Cvs (output of pod2man) from source package.
* Remove unused lintian override.
* Revert changes to upstream files under ./cvs/.
* Split out changes to Makefile.PL into a patch.
* debian/watch: use dist-based URL.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ gregor herrmann ]
* debian/control: Added: Homepage field (source stanza).

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ gregor herrmann ]
* Add patch to properly handle incomplete lines when looking for a
  linefeed. Thanks to Niko Tyni for the analysis and the patch.
  (Closes: #661799)
* Switch to "3.0 (quilt)" source format.
* Use debhelper 8 and tiny debian/rules files.
* debian/copyright: update to Copyright-Format 1.0.
  Update copyright license, and years of packaging copyright.
* Set Standards-Version to 3.9.3, remove version from perl (build)
  dependency. Add ${perl:Depends}.
* Improve short/long description.
* Add /me to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Defined MAN3PODS in order to build only the Cvs man page.
 
2
Forwarded: no
 
3
Author: Ivo Marino <eim@mentors.debian.net>
 
4
Reviewed-by: gregor herrmann <gregoa@debian.org>
 
5
Last-Update: 2012-03-27
 
6
 
 
7
--- a/Makefile.PL
 
8
+++ b/Makefile.PL
 
9
@@ -17,4 +17,8 @@ WriteMakefile
 
10
         'Cwd'             => '2.04',
 
11
     },
 
12
     AUTHOR          => 'Olivier Poitrey <rs@rhapsodyk.net>',
 
13
+    MAN3PODS        =>
 
14
+    {
 
15
+        'lib/Cvs.pm' => 'blib/man3/Cvs.3pm',
 
16
+    },
 
17
 );