r23098 - in /trunk/libgtk2-sexy-perl/debian: control patches/00list patches/01_docs.dpatch patches/01_docs.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 12 18:30:31 UTC 2008


Author: gregoa
Date: Sat Jul 12 18:30:31 2008
New Revision: 23098

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23098
Log:
switch from dpatch to quilt

Added:
    trunk/libgtk2-sexy-perl/debian/patches/01_docs.patch
    trunk/libgtk2-sexy-perl/debian/patches/series
Removed:
    trunk/libgtk2-sexy-perl/debian/patches/00list
    trunk/libgtk2-sexy-perl/debian/patches/01_docs.dpatch
Modified:
    trunk/libgtk2-sexy-perl/debian/control
    trunk/libgtk2-sexy-perl/debian/rules

Modified: trunk/libgtk2-sexy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/control?rev=23098&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/control (original)
+++ trunk/libgtk2-sexy-perl/debian/control Sat Jul 12 18:30:31 2008
@@ -1,7 +1,7 @@
 Source: libgtk2-sexy-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), perl (>= 5.8.0), libextutils-pkgconfig-perl, libextutils-depends-perl, libgtk2-perl, libsexy-dev, xvfb, xauth, xfonts-base
+Build-Depends: debhelper (>= 5), perl (>= 5.8.0), libextutils-pkgconfig-perl, libextutils-depends-perl, libgtk2-perl, libsexy-dev, xvfb, xauth, xfonts-base, quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carl Fürstenberg <azatoth at gmail.com>
 Standards-Version: 3.8.0

Added: trunk/libgtk2-sexy-perl/debian/patches/01_docs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/patches/01_docs.patch?rev=23098&op=file
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/patches/01_docs.patch (added)
+++ trunk/libgtk2-sexy-perl/debian/patches/01_docs.patch Sat Jul 12 18:30:31 2008
@@ -1,0 +1,39 @@
+Author: Carl Fürstenberg <azatoth at gmail.com>
+Description: Add missing whatis entries.
+--- a/xs/SexyIconEntry.xs
++++ b/xs/SexyIconEntry.xs
+@@ -4,6 +4,9 @@
+ 
+ PROTOTYPES: disable
+ 
++=for object Gtk2::Sexy::IconEntry A GtkEntry with support for inline icons
++=cut
++
+ GtkWidget *
+ sexy_icon_entry_new (class)
+ 	C_ARGS:
+--- a/xs/SexySpellEntry.xs
++++ b/xs/SexySpellEntry.xs
+@@ -4,6 +4,10 @@
+ 
+ PROTOTYPES: disable
+ 
++=for object Gtk2::Sexy::SpellEntry A GtkEntry with inline spell checking
++
++=cut
++
+ GtkWidget *
+ sexy_spell_entry_new (class)
+ 	C_ARGS:
+--- a/xs/SexyUrlLabel.xs
++++ b/xs/SexyUrlLabel.xs
+@@ -4,6 +4,9 @@
+ 
+ PROTOTYPES: disable
+ 
++=for object Gtk2::Sexy::UrlLabel A GtkLabel with support for embedded hyperlinks
++=cut
++
+ GtkWidget *
+ sexy_url_label_new (class);
+ 	C_ARGS:

Added: trunk/libgtk2-sexy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/patches/series?rev=23098&op=file
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/patches/series (added)
+++ trunk/libgtk2-sexy-perl/debian/patches/series Sat Jul 12 18:30:31 2008
@@ -1,0 +1,1 @@
+01_docs.patch

Modified: trunk/libgtk2-sexy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/rules?rev=23098&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/rules (original)
+++ trunk/libgtk2-sexy-perl/debian/rules Sat Jul 12 18:30:31 2008
@@ -6,7 +6,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -25,7 +25,7 @@
 endif
 
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -33,8 +33,7 @@
 	xvfb-run $(MAKE) test
 	touch $@
 
-clean: clean1 unpatch
-clean1:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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