r49131 - in /trunk/libclutter-perl/debian: README.source TODO changelog control patches/ patches/pod-fixes.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Dec 21 22:32:03 UTC 2009


Author: gregoa
Date: Mon Dec 21 22:31:57 2009
New Revision: 49131

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49131
Log:
Add a patch to fix several POD issues; add quilt framework.

Added:
    trunk/libclutter-perl/debian/README.source
    trunk/libclutter-perl/debian/TODO
    trunk/libclutter-perl/debian/patches/
    trunk/libclutter-perl/debian/patches/pod-fixes.patch
    trunk/libclutter-perl/debian/patches/series
Modified:
    trunk/libclutter-perl/debian/changelog
    trunk/libclutter-perl/debian/control
    trunk/libclutter-perl/debian/rules

Added: trunk/libclutter-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/README.source?rev=49131&op=file
==============================================================================
--- trunk/libclutter-perl/debian/README.source (added)
+++ trunk/libclutter-perl/debian/README.source Mon Dec 21 22:31:57 2009
@@ -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.
+

Added: trunk/libclutter-perl/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/TODO?rev=49131&op=file
==============================================================================
--- trunk/libclutter-perl/debian/TODO (added)
+++ trunk/libclutter-perl/debian/TODO Mon Dec 21 22:31:57 2009
@@ -1,0 +1,1 @@
+fix manpage-has-bad-whatis-entry lintian warnings

Modified: trunk/libclutter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/changelog?rev=49131&op=diff
==============================================================================
--- trunk/libclutter-perl/debian/changelog (original)
+++ trunk/libclutter-perl/debian/changelog Mon Dec 21 22:31:57 2009
@@ -23,6 +23,7 @@
   * New upstream release.
   * Add /me to Uploaders.
   * Fix hashbang in 
+  * Add a patch to fix several POD issues; add quilt framework.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 21 Dec 2009 22:52:31 +0100
 

Modified: trunk/libclutter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/control?rev=49131&op=diff
==============================================================================
--- trunk/libclutter-perl/debian/control (original)
+++ trunk/libclutter-perl/debian/control Mon Dec 21 22:31:57 2009
@@ -6,7 +6,8 @@
 Build-Depends: debhelper (>= 7.0.50), libcairo-perl (>= 1.000),
  libclutter-1.0-dev, libextutils-depends-perl (>= 0.300),
  libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1.220),
- libgstreamer-perl, libgtk2-perl, libpango-perl (>= 1.140), perl
+ libgstreamer-perl, libgtk2-perl, libpango-perl (>= 1.140), perl,
+ quilt (>= 0.46-7)
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Clutter/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclutter-perl/

Added: trunk/libclutter-perl/debian/patches/pod-fixes.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/patches/pod-fixes.patch?rev=49131&op=file
==============================================================================
--- trunk/libclutter-perl/debian/patches/pod-fixes.patch (added)
+++ trunk/libclutter-perl/debian/patches/pod-fixes.patch Mon Dec 21 22:31:57 2009
@@ -1,0 +1,49 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix various POD issues
+Forwarded: not-yet
+Origin: vendor
+
+--- a/xs/ClutterBackend.xs
++++ b/xs/ClutterBackend.xs
+@@ -37,7 +37,7 @@
+ Clutter can be compiled against different backends. Each backend
+ has to implement a set of functions, in order to be used by Clutter.
+ 
+-B<Clutter::Backend is the base class abstracting the various implementation;
++B<Clutter::Backend> is the base class abstracting the various implementation;
+ it provides a basic API to query the backend for generic information
+ and settings.
+ 
+--- a/xs/ClutterBehaviourDepth.xs
++++ b/xs/ClutterBehaviourDepth.xs
+@@ -20,7 +20,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-B<Clutter::Behaviour::Depth is a simple L<Clutter::Behaviour> controlling
++B<Clutter::Behaviour::Depth> is a simple L<Clutter::Behaviour> controlling
+ the depth of a set of actors between a start and end value.
+ 
+ =cut
+--- a/xs/ClutterModel.xs
++++ b/xs/ClutterModel.xs
+@@ -306,6 +306,8 @@
+ 
+ =item B<< iterator = GET_ITER_AT_ROW ($model, $position) >>
+ 
++=back
++
+ =head2 ITERATORS
+ 
+   package MyModel::Iter;
+--- a/xs/ClutterScore.xs
++++ b/xs/ClutterScore.xs
+@@ -45,7 +45,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-B<Clutter::Score is a base class for sequencing multiple timelines in order.
++B<Clutter::Score> is a base class for sequencing multiple timelines in order.
+ 
+ Using Clutter::Score it is possible to start multiple timelines at the
+ same time or launch multiple timelines when a particular timeline has

Added: trunk/libclutter-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/patches/series?rev=49131&op=file
==============================================================================
--- trunk/libclutter-perl/debian/patches/series (added)
+++ trunk/libclutter-perl/debian/patches/series Mon Dec 21 22:31:57 2009
@@ -1,0 +1,1 @@
+pod-fixes.patch

Modified: trunk/libclutter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclutter-perl/debian/rules?rev=49131&op=diff
==============================================================================
--- trunk/libclutter-perl/debian/rules (original)
+++ trunk/libclutter-perl/debian/rules Mon Dec 21 22:31:57 2009
@@ -4,7 +4,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS




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