r31454 - in /trunk/libgtk2-mozembed-perl/debian: control patches/ patches/series patches/whatis-entry rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Mar 5 05:34:21 UTC 2009


Author: ryan52-guest
Date: Thu Mar  5 05:34:18 2009
New Revision: 31454

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31454
Log:
fix whatis in man page

Added:
    trunk/libgtk2-mozembed-perl/debian/patches/
    trunk/libgtk2-mozembed-perl/debian/patches/series
    trunk/libgtk2-mozembed-perl/debian/patches/whatis-entry
Modified:
    trunk/libgtk2-mozembed-perl/debian/control
    trunk/libgtk2-mozembed-perl/debian/rules

Modified: trunk/libgtk2-mozembed-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/control?rev=31454&op=diff
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/control (original)
+++ trunk/libgtk2-mozembed-perl/debian/control Thu Mar  5 05:34:18 2009
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7), libextutils-depends-perl (>= 0.20),
   libextutils-pkgconfig-perl (>= 1.03), libgtk2-perl (>= 1.081),
   perl (>= 5.6.0-12), xulrunner-dev, xvfb, xauth, xfonts-base,
-  libglib2.0-dev, libgtk2.0-dev
+  libglib2.0-dev, libgtk2.0-dev, 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/libgtk2-mozembed-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/patches/series?rev=31454&op=file
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/patches/series (added)
+++ trunk/libgtk2-mozembed-perl/debian/patches/series Thu Mar  5 05:34:18 2009
@@ -1,0 +1,1 @@
+whatis-entry

Added: trunk/libgtk2-mozembed-perl/debian/patches/whatis-entry
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/patches/whatis-entry?rev=31454&op=file
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/patches/whatis-entry (added)
+++ trunk/libgtk2-mozembed-perl/debian/patches/whatis-entry Thu Mar  5 05:34:18 2009
@@ -1,0 +1,13 @@
+add a useful whatis entry to the generated man page
+
+--- a/xs/GtkMozEmbed.xs
++++ b/xs/GtkMozEmbed.xs
+@@ -272,7 +272,7 @@
+ 	                                 gtk2perl_moz_embed_dom_mouse_marshal);
+ #endif  /* ifdef __cplusplus */
+ 
+-=for object Gtk2::MozEmbed::main
++=for object Gtk2::MozEmbed::main - Perl interface to the Mozilla embedding widget
+ 
+ =cut
+ 

Modified: trunk/libgtk2-mozembed-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/rules?rev=31454&op=diff
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/rules (original)
+++ trunk/libgtk2-mozembed-perl/debian/rules Thu Mar  5 05:34: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)
 	xvfb-run dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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