r28876 - in /trunk/libgnome2-canvas-perl/debian: changelog control patches/ patches/fix-example patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 19:54:22 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 19:54:19 2008
New Revision: 28876

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28876
Log:
convert direct changes to a quilt patch

Added:
    trunk/libgnome2-canvas-perl/debian/patches/
    trunk/libgnome2-canvas-perl/debian/patches/fix-example
    trunk/libgnome2-canvas-perl/debian/patches/series
Modified:
    trunk/libgnome2-canvas-perl/debian/changelog
    trunk/libgnome2-canvas-perl/debian/control
    trunk/libgnome2-canvas-perl/debian/rules

Modified: trunk/libgnome2-canvas-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/changelog?rev=28876&op=diff
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/changelog (original)
+++ trunk/libgnome2-canvas-perl/debian/changelog Sun Dec 28 19:54:19 2008
@@ -10,8 +10,9 @@
     Uploaders.
   * Add me to uploaders, remove old maintainer(s)
   * fix watch file (Closes: #415925)
+  * convert direct changes to a quilt patch
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 01:38:27 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 11:54:11 -0800
 
 libgnome2-canvas-perl (1.002-1) unstable; urgency=low
 

Modified: trunk/libgnome2-canvas-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/control?rev=28876&op=diff
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/control (original)
+++ trunk/libgnome2-canvas-perl/debian/control Sun Dec 28 19:54:19 2008
@@ -1,7 +1,7 @@
 Source: libgnome2-canvas-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1.040), libgtk2-perl (>= 1.040), libgnomecanvas2-dev (>= 2)
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1.040), libgtk2-perl (>= 1.040), libgnomecanvas2-dev (>= 2), quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.6.1

Added: trunk/libgnome2-canvas-perl/debian/patches/fix-example
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/patches/fix-example?rev=28876&op=file
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/patches/fix-example (added)
+++ trunk/libgnome2-canvas-perl/debian/patches/fix-example Sun Dec 28 19:54:19 2008
@@ -1,0 +1,22 @@
+--- a/canvas_demo/canvas.pl
++++ b/canvas_demo/canvas.pl
+@@ -1,12 +1,13 @@
++#!/usr/bin/perl
+ use strict;
+ use Gnome2::Canvas;
+ 
+-require "canvas-arrowhead.pl";
+-require "canvas-curve.pl";
+-require "canvas-features.pl";
+-require "canvas-fifteen.pl";
+-require "canvas-primitives.pl";
+-require "canvas-rich-text.pl";
++require "canvas-arrowhead.pm";
++require "canvas-curve.pm";
++require "canvas-features.pm";
++require "canvas-fifteen.pm";
++require "canvas-primitives.pm";
++require "canvas-rich-text.pm";
+ 
+ sub create_canvas {
+ 	my $app = Gtk2::Window->new;

Added: trunk/libgnome2-canvas-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/patches/series?rev=28876&op=file
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/patches/series (added)
+++ trunk/libgnome2-canvas-perl/debian/patches/series Sun Dec 28 19:54:19 2008
@@ -1,0 +1,1 @@
+fix-example

Modified: trunk/libgnome2-canvas-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/rules?rev=28876&op=diff
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/rules (original)
+++ trunk/libgnome2-canvas-perl/debian/rules Sun Dec 28 19:54:19 2008
@@ -3,6 +3,8 @@
 # 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
+
+include /usr/share/quilt/quilt.make
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -20,7 +22,7 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -29,7 +31,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




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