r22850 - in /trunk/libsvg-graph-perl/debian: README.source changelog control patches/ patches/fix-pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 6 12:00:55 UTC 2008


Author: gregoa
Date: Sun Jul  6 12:00:54 2008
New Revision: 22850

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22850
Log:
Add patch fix-pod.patch: adds missing NAME section to the inline
documentation; add quilt framework; add debian/README.source.

Added:
    trunk/libsvg-graph-perl/debian/README.source
    trunk/libsvg-graph-perl/debian/patches/
    trunk/libsvg-graph-perl/debian/patches/fix-pod.patch
    trunk/libsvg-graph-perl/debian/patches/series
Modified:
    trunk/libsvg-graph-perl/debian/changelog
    trunk/libsvg-graph-perl/debian/control
    trunk/libsvg-graph-perl/debian/rules

Added: trunk/libsvg-graph-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/debian/README.source?rev=22850&op=file
==============================================================================
--- trunk/libsvg-graph-perl/debian/README.source (added)
+++ trunk/libsvg-graph-perl/debian/README.source Sun Jul  6 12:00:54 2008
@@ -1,0 +1,6 @@
+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/libsvg-graph-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/debian/changelog?rev=22850&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/debian/changelog (original)
+++ trunk/libsvg-graph-perl/debian/changelog Sun Jul  6 12:00:54 2008
@@ -1,7 +1,5 @@
 libsvg-graph-perl (0.02-1) UNRELEASED; urgency=low
 
-  TODO: 19 manpage-has-bad-whatis-entry warnings from lintian
-  
   [ David Paleino ]
   * debian/control - Homepage pseudo-field updated
   * debian/watch updated
@@ -19,6 +17,8 @@
   * Add /me to Uploaders.
   * debian/control: wrap long Depends line.
   * Refresh debian/rules, no functional changes.
+  * Add patch fix-pod.patch: adds missing NAME section to the inline
+    documentation; add quilt framework; add debian/README.source.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:02 +0200
 

Modified: trunk/libsvg-graph-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/debian/control?rev=22850&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/debian/control (original)
+++ trunk/libsvg-graph-perl/debian/control Sun Jul  6 12:00:54 2008
@@ -6,7 +6,7 @@
  gregor herrmann <gregoa at debian.org>
 Build-Depends-Indep: perl (>= 5.8), libsvg-perl, libstatistics-descriptive-perl,
  libtree-dagnode-perl, libmath-spline-perl, libmath-derivative-perl
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/SVG-Graph/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsvg-graph-perl/

Added: trunk/libsvg-graph-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/debian/patches/fix-pod.patch?rev=22850&op=file
==============================================================================
--- trunk/libsvg-graph-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libsvg-graph-perl/debian/patches/fix-pod.patch Sun Jul  6 12:00:54 2008
@@ -1,0 +1,250 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: add missing NAME sections to POD
+
+--- a/Frame.pm
++++ b/Frame.pm
+@@ -4,6 +4,10 @@
+ use strict;
+ use Data::Dumper;
+ 
++=head1 NAME
++
++SVG::Frame - SVG::Frame object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/Data.pm
++++ b/Graph/Data.pm
+@@ -4,6 +4,10 @@
+ use Statistics::Descriptive;
+ use Data::Dumper;
+ 
++=head1 NAME
++
++SVG::Graph::Data - SVG::Graph::Data object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/Data/Datum.pm
++++ b/Graph/Data/Datum.pm
+@@ -10,6 +10,10 @@
+ #  '/'   => sub { my($x,$y) = &check; $x/$y     },
+ #  ;
+ 
++=head1 NAME
++
++SVG::Graph::Data::Datum - SVG::Graph::Data::Datum object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/Data/Node.pm
++++ b/Graph/Data/Node.pm
+@@ -3,6 +3,10 @@
+ use strict;
+ use base qw(Tree::DAG_Node);
+ 
++=head1 NAME
++
++SVG::Graph::Data::Node - SVG::Graph::Data::Node object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/Data/Tree.pm
++++ b/Graph/Data/Tree.pm
+@@ -3,6 +3,10 @@
+ use strict;
+ use SVG::Graph::Data::Node;
+ 
++=head1 NAME
++
++SVG::Graph::Data::Tree - SVG::Graph::Data::Tree object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/File.pm
++++ b/Graph/File.pm
+@@ -2,6 +2,10 @@
+ 
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::File - SVG::Graph::File object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/Frame.pm
++++ b/Graph/Frame.pm
+@@ -4,6 +4,10 @@
+ use strict;
+ use Data::Dumper;
+ 
++=head1 NAME
++
++SVG::Graph::Frame - SVG::Graph::Frame object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/Glyph.pm
++++ b/Graph/Glyph.pm
+@@ -3,6 +3,10 @@
+ use strict;
+ use Data::Dumper;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph - SVG::Graph::Glyph object
++
+ =head2 new
+ 
+  Title   : new
+--- a/Graph/Glyph/axis.pm
++++ b/Graph/Glyph/axis.pm
+@@ -3,6 +3,10 @@
+ use base SVG::Graph::Glyph;
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::axis - SVG::Graph::Glyph::axis object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/bar.pm
++++ b/Graph/Glyph/bar.pm
+@@ -6,6 +6,10 @@
+ 
+ our @lifts;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::bar - SVG::Graph::Glyph::bar object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/barflex.pm
++++ b/Graph/Glyph/barflex.pm
+@@ -3,6 +3,10 @@
+ use base SVG::Graph::Glyph;
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::barflex - SVG::Graph::Glyph::barflex object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/bezier.pm
++++ b/Graph/Glyph/bezier.pm
+@@ -4,6 +4,10 @@
+ use strict;
+ use Math::Spline;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::bezier - SVG::Graph::Glyph::bezier object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/bubble.pm
++++ b/Graph/Glyph/bubble.pm
+@@ -3,6 +3,10 @@
+ use base SVG::Graph::Glyph;
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::bubble - SVG::Graph::Glyph::bubble object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/heatmap.pm
++++ b/Graph/Glyph/heatmap.pm
+@@ -3,6 +3,10 @@
+ use base SVG::Graph::Glyph;
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::heatmap - SVG::Graph::Glyph::heatmap object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/line.pm
++++ b/Graph/Glyph/line.pm
+@@ -3,6 +3,10 @@
+ use base SVG::Graph::Glyph;
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::line - SVG::Graph::Glyph::line object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/pictogram.pm
++++ b/Graph/Glyph/pictogram.pm
+@@ -6,6 +6,10 @@
+ 
+ our @lifts;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::pictogram - SVG::Graph::Glyph::pictogram object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/scatter.pm
++++ b/Graph/Glyph/scatter.pm
+@@ -3,6 +3,10 @@
+ use base SVG::Graph::Glyph;
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::scatter - SVG::Graph::Glyph::scatter object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/tree.pm
++++ b/Graph/Glyph/tree.pm
+@@ -4,6 +4,10 @@
+ use Data::Dumper;
+ use strict;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::tree - SVG::Graph::Glyph::tree object
++
+ =head2 draw
+ 
+  Title   : draw
+--- a/Graph/Glyph/wedge.pm
++++ b/Graph/Glyph/wedge.pm
+@@ -4,6 +4,10 @@
+ use strict;
+ use constant PI => 3.14159;
+ 
++=head1 NAME
++
++SVG::Graph::Glyph::wedge - SVG::Graph::Glyph::wedge object
++
+ =head2 draw
+ 
+  Title   : draw

Added: trunk/libsvg-graph-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/debian/patches/series?rev=22850&op=file
==============================================================================
--- trunk/libsvg-graph-perl/debian/patches/series (added)
+++ trunk/libsvg-graph-perl/debian/patches/series Sun Jul  6 12:00:54 2008
@@ -1,0 +1,1 @@
+fix-pod.patch

Modified: trunk/libsvg-graph-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/debian/rules?rev=22850&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/debian/rules (original)
+++ trunk/libsvg-graph-perl/debian/rules Sun Jul  6 12:00:54 2008
@@ -11,19 +11,21 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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