r12202 - in /trunk/libwx-perl/debian: control patches/ patches/01_fix_whatis_entries.patch patches/series rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Tue Jan 8 03:00:46 UTC 2008


Author: roberto
Date: Tue Jan  8 03:00:45 2008
New Revision: 12202

URL: http://svn.debian.org/wsvn/?sc=1&rev=12202
Log:
Trying to make lintian happy regarding bad whatis information in man pages.

Added:
    trunk/libwx-perl/debian/patches/
    trunk/libwx-perl/debian/patches/01_fix_whatis_entries.patch
    trunk/libwx-perl/debian/patches/series
Modified:
    trunk/libwx-perl/debian/control
    trunk/libwx-perl/debian/rules

Modified: trunk/libwx-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/control?rev=12202&op=diff
==============================================================================
--- trunk/libwx-perl/debian/control (original)
+++ trunk/libwx-perl/debian/control Tue Jan  8 03:00:45 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>
-Build-Depends: debhelper (>= 5), libalien-wxwidgets-perl, xvfb, xbase-clients, xfonts-base
+Build-Depends: debhelper (>= 5), quilt, libalien-wxwidgets-perl, xvfb, xbase-clients, xfonts-base
 Standards-Version: 3.7.3
 Homepage: http://wxperl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwx-perl/

Added: trunk/libwx-perl/debian/patches/01_fix_whatis_entries.patch
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/patches/01_fix_whatis_entries.patch?rev=12202&op=file
==============================================================================
--- trunk/libwx-perl/debian/patches/01_fix_whatis_entries.patch (added)
+++ trunk/libwx-perl/debian/patches/01_fix_whatis_entries.patch Tue Jan  8 03:00:45 2008
@@ -1,0 +1,33 @@
+--- libwx-perl.orig/build/Wx/XSP/Node.pm
++++ libwx-perl/build/Wx/XSP/Node.pm
+@@ -1,8 +1,6 @@
+ package Wx::XSP::Node;
+ 
+-=head1 Wx::XSP::Node
+-
+-Base class for the parser output.
++=head1 Wx::XSP::Node \- Base class for the parser output.
+ 
+ =cut
+ 
+--- libwx-perl.orig/build/Wx/XSP/Parser.pm
++++ libwx-perl/build/Wx/XSP/Parser.pm
+@@ -5,7 +5,7 @@
+ use IO::Handle;
+ use Wx::XSP::Grammar;
+ 
+-=head1 Wx::XSP::Parser METHODS
++=head1 Wx::XSP::Parser \- an XS++ parser
+ 
+ =cut
+ 
+--- libwx-perl.orig/build/Wx/XSP/Typemap.pm
++++ libwx-perl/build/Wx/XSP/Typemap.pm
+@@ -1,6 +1,6 @@
+ package Wx::XSP::Typemap;
+ 
+-=head1 Wx::XSP::Typemap
++=head1 Wx::XSP::Typemap \- map types
+ 
+ =cut
+ 

Added: trunk/libwx-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/patches/series?rev=12202&op=file
==============================================================================
--- trunk/libwx-perl/debian/patches/series (added)
+++ trunk/libwx-perl/debian/patches/series Tue Jan  8 03:00:45 2008
@@ -1,0 +1,1 @@
+01_fix_whatis_entries.patch

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/rules?rev=12202&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Tue Jan  8 03:00:45 2008
@@ -6,6 +6,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -29,7 +31,7 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -38,7 +40,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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