r16103 - in /trunk/libdbd-excel-perl: Excel.pm debian/changelog debian/control debian/patches/ debian/patches/perl_path.patch debian/patches/series debian/rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 1 22:03:35 UTC 2008


Author: gregoa-guest
Date: Sat Mar  1 22:03:34 2008
New Revision: 16103

URL: http://svn.debian.org/wsvn/?sc=1&rev=16103
Log:
Create new patch perl_path.patch instead of changing Excel.pm directly
  from debian/rules; add quilt framework.

Added:
    trunk/libdbd-excel-perl/debian/patches/
    trunk/libdbd-excel-perl/debian/patches/perl_path.patch
    trunk/libdbd-excel-perl/debian/patches/series
Modified:
    trunk/libdbd-excel-perl/Excel.pm
    trunk/libdbd-excel-perl/debian/changelog
    trunk/libdbd-excel-perl/debian/control
    trunk/libdbd-excel-perl/debian/rules

Modified: trunk/libdbd-excel-perl/Excel.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-excel-perl/Excel.pm?rev=16103&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/Excel.pm (original)
+++ trunk/libdbd-excel-perl/Excel.pm Sat Mar  1 22:03:34 2008
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!perl
 #===============================================================================
 #   DBD::Excel - A class for DBI drivers that act on Excel File
 #

Modified: trunk/libdbd-excel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-excel-perl/debian/changelog?rev=16103&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/changelog (original)
+++ trunk/libdbd-excel-perl/debian/changelog Sat Mar  1 22:03:34 2008
@@ -7,8 +7,10 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467830).
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
+  * Create new patch perl_path.patch instead of changing Excel.pm directly
+    from debian/rules; add quilt framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 22:55:35 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 23:01:25 +0100
 
 libdbd-excel-perl (0.06-5) unstable; urgency=low
 

Modified: trunk/libdbd-excel-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdbd-excel-perl/debian/control?rev=16103&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/control (original)
+++ trunk/libdbd-excel-perl/debian/control Sat Mar  1 22:03:34 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 6), quilt
 Build-Depends-Indep: libdbi-perl, libsql-statement-perl, libspreadsheet-parseexcel-perl (>= 0.3000), libspreadsheet-writeexcel-perl
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/DBD-Excel/

Added: trunk/libdbd-excel-perl/debian/patches/perl_path.patch
URL: http://svn.debian.org/wsvn/trunk/libdbd-excel-perl/debian/patches/perl_path.patch?rev=16103&op=file
==============================================================================
--- trunk/libdbd-excel-perl/debian/patches/perl_path.patch (added)
+++ trunk/libdbd-excel-perl/debian/patches/perl_path.patch Sat Mar  1 22:03:34 2008
@@ -1,0 +1,8 @@
+--- libdbd-excel-perl.orig/Excel.pm
++++ libdbd-excel-perl/Excel.pm
+@@ -1,4 +1,4 @@
+-#!perl
++#!/usr/bin/perl
+ #===============================================================================
+ #   DBD::Excel - A class for DBI drivers that act on Excel File
+ #

Added: trunk/libdbd-excel-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libdbd-excel-perl/debian/patches/series?rev=16103&op=file
==============================================================================
--- trunk/libdbd-excel-perl/debian/patches/series (added)
+++ trunk/libdbd-excel-perl/debian/patches/series Sat Mar  1 22:03:34 2008
@@ -1,0 +1,1 @@
+perl_path.patch

Modified: trunk/libdbd-excel-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbd-excel-perl/debian/rules?rev=16103&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/rules (original)
+++ trunk/libdbd-excel-perl/debian/rules Sat Mar  1 22:03:34 2008
@@ -11,15 +11,14 @@
 #export DH_VERBOSE=1
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	perl -p -i -e "s|#!perl|#!/usr/bin/perl|" Excel.pm   
 	perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp install-stamp




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