r29180 - in /trunk/libgnome2-gconf-perl/debian: changelog control patches/ patches/fix-useless-whatis-entries patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jan 4 08:23:21 UTC 2009


Author: ryan52-guest
Date: Sun Jan  4 08:23:18 2009
New Revision: 29180

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29180
Log:
* fix useless whatis in man pages
  - use quilt

Added:
    trunk/libgnome2-gconf-perl/debian/patches/
    trunk/libgnome2-gconf-perl/debian/patches/fix-useless-whatis-entries
    trunk/libgnome2-gconf-perl/debian/patches/series
Modified:
    trunk/libgnome2-gconf-perl/debian/changelog
    trunk/libgnome2-gconf-perl/debian/control
    trunk/libgnome2-gconf-perl/debian/rules

Modified: trunk/libgnome2-gconf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-gconf-perl/debian/changelog?rev=29180&op=diff
==============================================================================
--- trunk/libgnome2-gconf-perl/debian/changelog (original)
+++ trunk/libgnome2-gconf-perl/debian/changelog Sun Jan  4 08:23:18 2009
@@ -13,8 +13,10 @@
   * dh 7
   * docs
   * policy 3.8.0
+  * fix useless whatis in man pages
+    - use quilt
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 04 Jan 2009 00:08:59 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 04 Jan 2009 00:22:57 -0800
 
 libgnome2-gconf-perl (1.044-1) unstable; urgency=low
 

Modified: trunk/libgnome2-gconf-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-gconf-perl/debian/control?rev=29180&op=diff
==============================================================================
--- trunk/libgnome2-gconf-perl/debian/control (original)
+++ trunk/libgnome2-gconf-perl/debian/control Sun Jan  4 08:23:18 2009
@@ -1,7 +1,7 @@
 Source: libgnome2-gconf-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1:1.120), libgconf2-dev (>= 2.0)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1:1.120), libgconf2-dev (>= 2.0), quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0

Added: trunk/libgnome2-gconf-perl/debian/patches/fix-useless-whatis-entries
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-gconf-perl/debian/patches/fix-useless-whatis-entries?rev=29180&op=file
==============================================================================
--- trunk/libgnome2-gconf-perl/debian/patches/fix-useless-whatis-entries (added)
+++ trunk/libgnome2-gconf-perl/debian/patches/fix-useless-whatis-entries Sun Jan  4 08:23:18 2009
@@ -1,0 +1,33 @@
+--- a/xs/GConf2.xs
++++ b/xs/GConf2.xs
+@@ -56,7 +56,7 @@
+ 
+ MODULE = Gnome2::GConf	PACKAGE = Gnome2::GConf PREFIX = gconf_
+ 
+-=for object Gnome2::GConf::version
++=for object Gnome2::GConf::version the version that of libgconf that Gnome2::GConf was built against
+ 
+ =cut
+ 
+@@ -95,7 +95,7 @@
+ 
+ ## gconf.h
+ 
+-=for object Gnome2::GConf::main
++=for object Gnome2::GConf::main utility functions for Gnome2::GConf
+ =cut
+ 
+ =for apidoc
+--- a/xs/GConfClient.xs
++++ b/xs/GConfClient.xs
+@@ -106,6 +106,10 @@
+ 	gperl_signal_set_marshaller_for (GCONF_TYPE_CLIENT, "error",
+ 					 gconfperl_client_error_marshal);
+ 
++=for object Gnome2::GConf::Client client module for GConf
++
++=cut
++
+ =for position DESCRIPTION
+ 
+ =head1 DESCRIPTION

Added: trunk/libgnome2-gconf-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-gconf-perl/debian/patches/series?rev=29180&op=file
==============================================================================
--- trunk/libgnome2-gconf-perl/debian/patches/series (added)
+++ trunk/libgnome2-gconf-perl/debian/patches/series Sun Jan  4 08:23:18 2009
@@ -1,0 +1,1 @@
+fix-useless-whatis-entries

Modified: trunk/libgnome2-gconf-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-gconf-perl/debian/rules?rev=29180&op=diff
==============================================================================
--- trunk/libgnome2-gconf-perl/debian/rules (original)
+++ trunk/libgnome2-gconf-perl/debian/rules Sun Jan  4 08:23:18 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