r13806 - in /trunk/libtk-objscanner-perl: Makefile.PL debian/changelog debian/control debian/patches/ debian/patches/demo.patch debian/patches/series debian/rules demo/objscan.pl

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Jan 28 20:08:57 UTC 2008


Author: gregoa-guest
Date: Mon Jan 28 20:08:56 2008
New Revision: 13806

URL: http://svn.debian.org/wsvn/?sc=1&rev=13806
Log:
Create demo.patch instead of patching the source directly; add quilt
  framework.

Added:
    trunk/libtk-objscanner-perl/debian/patches/
    trunk/libtk-objscanner-perl/debian/patches/demo.patch
    trunk/libtk-objscanner-perl/debian/patches/series
Modified:
    trunk/libtk-objscanner-perl/Makefile.PL
    trunk/libtk-objscanner-perl/debian/changelog
    trunk/libtk-objscanner-perl/debian/control
    trunk/libtk-objscanner-perl/debian/rules
    trunk/libtk-objscanner-perl/demo/objscan.pl

Modified: trunk/libtk-objscanner-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/Makefile.PL?rev=13806&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/Makefile.PL (original)
+++ trunk/libtk-objscanner-perl/Makefile.PL Mon Jan 28 20:08:56 2008
@@ -12,7 +12,7 @@
     PM            => 
    {
     'ObjScanner.pm'   => '$(INST_LIB)/Tk/ObjScanner.pm',
-    #'demo/objscan.pl' => '$(INST_LIB)/Tk/demos/widtrib/objscan.pl'
+    'demo/objscan.pl' => '$(INST_LIB)/Tk/demos/widtrib/objscan.pl'
    },
    ABSTRACT   => 'A scanner to view an object\'s attribute',
    AUTHOR     => 'Dominique Dumont (ddumont at cpan.org)',

Modified: trunk/libtk-objscanner-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/changelog?rev=13806&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/changelog (original)
+++ trunk/libtk-objscanner-perl/debian/changelog Mon Jan 28 20:08:56 2008
@@ -39,8 +39,10 @@
   * Remove debian/libtk-objscanner-perl.examples and install the demo script
     from debian/rules.
   * Remove debian/docs and install README from debian/rules.
+  * Create demo.patch instead of patching the source directly; add quilt
+    framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 20:51:17 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 28 Jan 2008 21:02:46 +0100
 
 libtk-objscanner-perl (2.010-1) unstable; urgency=low
 

Modified: trunk/libtk-objscanner-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/control?rev=13806&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/control (original)
+++ trunk/libtk-objscanner-perl/debian/control Mon Jan 28 20:08:56 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 6), quilt
 Build-Depends-Indep: perl (>> 5.8.2-1), perl-tk
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Tk-ObjScanner/

Added: trunk/libtk-objscanner-perl/debian/patches/demo.patch
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/patches/demo.patch?rev=13806&op=file
==============================================================================
--- trunk/libtk-objscanner-perl/debian/patches/demo.patch (added)
+++ trunk/libtk-objscanner-perl/debian/patches/demo.patch Mon Jan 28 20:08:56 2008
@@ -1,0 +1,17 @@
+--- libtk-objscanner-perl.orig/Makefile.PL
++++ libtk-objscanner-perl/Makefile.PL
+@@ -12,7 +12,6 @@
+     PM            => 
+    {
+     'ObjScanner.pm'   => '$(INST_LIB)/Tk/ObjScanner.pm',
+-    'demo/objscan.pl' => '$(INST_LIB)/Tk/demos/widtrib/objscan.pl'
+    },
+    ABSTRACT   => 'A scanner to view an object\'s attribute',
+    AUTHOR     => 'Dominique Dumont (ddumont at cpan.org)',
+--- libtk-objscanner-perl.orig/demo/objscan.pl
++++ libtk-objscanner-perl/demo/objscan.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ # ObjScanner - data and object scanner
+ 
+ use Tk ;

Added: trunk/libtk-objscanner-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/patches/series?rev=13806&op=file
==============================================================================
--- trunk/libtk-objscanner-perl/debian/patches/series (added)
+++ trunk/libtk-objscanner-perl/debian/patches/series Mon Jan 28 20:08:56 2008
@@ -1,0 +1,1 @@
+demo.patch

Modified: trunk/libtk-objscanner-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/debian/rules?rev=13806&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/debian/rules (original)
+++ trunk/libtk-objscanner-perl/debian/rules Mon Jan 28 20:08:56 2008
@@ -5,8 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
+include /usr/share/quilt/quilt.make
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -14,7 +13,7 @@
 PERL = /usr/bin/perl
 endif
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 
@@ -22,7 +21,7 @@
 	[ ! -f Makefile ] || $(MAKE) distclean
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor

Modified: trunk/libtk-objscanner-perl/demo/objscan.pl
URL: http://svn.debian.org/wsvn/trunk/libtk-objscanner-perl/demo/objscan.pl?rev=13806&op=diff
==============================================================================
--- trunk/libtk-objscanner-perl/demo/objscan.pl (original)
+++ trunk/libtk-objscanner-perl/demo/objscan.pl Mon Jan 28 20:08:56 2008
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 # ObjScanner - data and object scanner
 
 use Tk ;




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