r32295 - in /trunk/libpod-pom-perl/debian: README.source changelog control patches/ patches/fix-pod2man-errors patches/series patches/whatis-entries rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Mar 24 01:25:52 UTC 2009


Author: ryan52-guest
Date: Tue Mar 24 01:25:48 2009
New Revision: 32295

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32295
Log:
* fix pod2man errors and add whatis entries to all man pages
  - use quilt
  - add README.source

Added:
    trunk/libpod-pom-perl/debian/README.source
    trunk/libpod-pom-perl/debian/patches/
    trunk/libpod-pom-perl/debian/patches/fix-pod2man-errors
    trunk/libpod-pom-perl/debian/patches/series
    trunk/libpod-pom-perl/debian/patches/whatis-entries
Modified:
    trunk/libpod-pom-perl/debian/changelog
    trunk/libpod-pom-perl/debian/control
    trunk/libpod-pom-perl/debian/rules

Added: trunk/libpod-pom-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-pom-perl/debian/README.source?rev=32295&op=file
==============================================================================
--- trunk/libpod-pom-perl/debian/README.source (added)
+++ trunk/libpod-pom-perl/debian/README.source Tue Mar 24 01:25:48 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libpod-pom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-pom-perl/debian/changelog?rev=32295&op=diff
==============================================================================
--- trunk/libpod-pom-perl/debian/changelog (original)
+++ trunk/libpod-pom-perl/debian/changelog Tue Mar 24 01:25:48 2009
@@ -2,8 +2,11 @@
 
   * New upstream release
   * add myself to uploaders
+  * fix pod2man errors and add whatis entries to all man pages
+    - use quilt
+    - add README.source
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 23 Mar 2009 18:08:23 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 23 Mar 2009 18:24:05 -0700
 
 libpod-pom-perl (0.18-1) unstable; urgency=low
 

Modified: trunk/libpod-pom-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-pom-perl/debian/control?rev=32295&op=diff
==============================================================================
--- trunk/libpod-pom-perl/debian/control (original)
+++ trunk/libpod-pom-perl/debian/control Tue Mar 24 01:25:48 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregoa at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: libtest-differences-perl, libfile-slurp-perl, libyaml-perl
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Pod-POM/

Added: trunk/libpod-pom-perl/debian/patches/fix-pod2man-errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-pom-perl/debian/patches/fix-pod2man-errors?rev=32295&op=file
==============================================================================
--- trunk/libpod-pom-perl/debian/patches/fix-pod2man-errors (added)
+++ trunk/libpod-pom-perl/debian/patches/fix-pod2man-errors Tue Mar 24 01:25:48 2009
@@ -1,0 +1,13 @@
+fix teh syntax
+
+--- a/lib/Pod/POM/Constants.pm
++++ b/lib/Pod/POM/Constants.pm
+@@ -63,7 +63,7 @@
+ 
+ =head1 AUTHOR
+ 
+-Andy Wardley E<LT>abw at kfs.orgE<gt>
++Andy Wardley <abw at kfs.org>
+ 
+ =head1 COPYRIGHT AND LICENSE
+ 

Added: trunk/libpod-pom-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-pom-perl/debian/patches/series?rev=32295&op=file
==============================================================================
--- trunk/libpod-pom-perl/debian/patches/series (added)
+++ trunk/libpod-pom-perl/debian/patches/series Tue Mar 24 01:25:48 2009
@@ -1,0 +1,2 @@
+fix-pod2man-errors
+whatis-entries

Added: trunk/libpod-pom-perl/debian/patches/whatis-entries
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-pom-perl/debian/patches/whatis-entries?rev=32295&op=file
==============================================================================
--- trunk/libpod-pom-perl/debian/patches/whatis-entries (added)
+++ trunk/libpod-pom-perl/debian/patches/whatis-entries Tue Mar 24 01:25:48 2009
@@ -1,0 +1,57 @@
+add whatis entries to all of the man pages
+
+--- a/lib/Pod/POM/Constants.pm
++++ b/lib/Pod/POM/Constants.pm
+@@ -55,7 +55,7 @@
+ 
+ =head1 NAME
+ 
+-Pod::POM::Constants
++Pod::POM::Constants - constants used for Pod::POM
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Pod/POM/View.pm
++++ b/lib/Pod/POM/View.pm
+@@ -126,7 +126,7 @@
+ 
+ =head1 NAME
+ 
+-Pod::POM::View
++Pod::POM::View - view POM objects
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Pod/POM/View/HTML.pm
++++ b/lib/Pod/POM/View/HTML.pm
+@@ -406,7 +406,7 @@
+ 
+ =head1 NAME
+ 
+-Pod::POM::View::HTML
++Pod::POM::View::HTML - create HTML views of POM objects
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Pod/POM/View/Pod.pm
++++ b/lib/Pod/POM/View/Pod.pm
+@@ -190,7 +190,7 @@
+ 
+ =head1 NAME
+ 
+-Pod::POM::View::Pod
++Pod::POM::View::Pod - create a Pod view of a POM object
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/Pod/POM/View/Text.pm
++++ b/lib/Pod/POM/View/Text.pm
+@@ -267,7 +267,7 @@
+ 
+ =head1 NAME
+ 
+-Pod::POM::View::Text
++Pod::POM::View::Text - create text views of POM objects
+ 
+ =head1 DESCRIPTION
+ 

Modified: trunk/libpod-pom-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-pom-perl/debian/rules?rev=32295&op=diff
==============================================================================
--- trunk/libpod-pom-perl/debian/rules (original)
+++ trunk/libpod-pom-perl/debian/rules Tue Mar 24 01:25:48 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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