r11954 - in /trunk/libgetopt-tabular-perl/debian: control patches/ patches/01-fix_perl_path.patch patches/series rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Jan 3 17:32:59 UTC 2008


Author: hanska-guest
Date: Thu Jan  3 17:32:58 2008
New Revision: 11954

URL: http://svn.debian.org/wsvn/?sc=1&rev=11954
Log:
Seems ready to be uploaded

Added:
    trunk/libgetopt-tabular-perl/debian/patches/
    trunk/libgetopt-tabular-perl/debian/patches/01-fix_perl_path.patch
    trunk/libgetopt-tabular-perl/debian/patches/series
Modified:
    trunk/libgetopt-tabular-perl/debian/control
    trunk/libgetopt-tabular-perl/debian/rules

Modified: trunk/libgetopt-tabular-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/control?rev=11954&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/control (original)
+++ trunk/libgetopt-tabular-perl/debian/control Thu Jan  3 17:32:58 2008
@@ -1,7 +1,7 @@
 Source: libgetopt-tabular-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.8-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: David Paleino <d.paleino at gmail.com>

Added: trunk/libgetopt-tabular-perl/debian/patches/01-fix_perl_path.patch
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/patches/01-fix_perl_path.patch?rev=11954&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/patches/01-fix_perl_path.patch (added)
+++ trunk/libgetopt-tabular-perl/debian/patches/01-fix_perl_path.patch Thu Jan  3 17:32:58 2008
@@ -1,0 +1,8 @@
+--- libgetopt-tabular-perl.orig/demo
++++ libgetopt-tabular-perl/demo
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl5 -w
++#!/usr/bin/perl -w
+ 
+ # Example program for the Getopt::Tabular package.  See Getopt/Tabular.pod
+ # for detailed explanation of How Things Work.

Added: trunk/libgetopt-tabular-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/patches/series?rev=11954&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/patches/series (added)
+++ trunk/libgetopt-tabular-perl/debian/patches/series Thu Jan  3 17:32:58 2008
@@ -1,0 +1,1 @@
+01-fix_perl_path.patch

Modified: trunk/libgetopt-tabular-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/rules?rev=11954&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/rules (original)
+++ trunk/libgetopt-tabular-perl/debian/rules Thu Jan  3 17:32:58 2008
@@ -19,8 +19,10 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: patch
 	dh_testdir
 
 	# As this is a architecture independent package, we are not
@@ -36,7 +38,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 
@@ -58,7 +60,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples
+	dh_installexamples demo
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl




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