r7642 - in /trunk/libdata-walk-perl/debian: control patches/ patches/01-drop_shebang_from_pm.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 17 11:09:17 UTC 2007


Author: dmn
Date: Mon Sep 17 11:09:16 2007
New Revision: 7642

URL: http://svn.debian.org/wsvn/?sc=1&rev=7642
Log:
Drop useless #! from the .pm (with a quilt patch); Add libtest-unit-perl to B-D-I

Added:
    trunk/libdata-walk-perl/debian/patches/
    trunk/libdata-walk-perl/debian/patches/01-drop_shebang_from_pm.patch
    trunk/libdata-walk-perl/debian/patches/series
Modified:
    trunk/libdata-walk-perl/debian/control
    trunk/libdata-walk-perl/debian/rules

Modified: trunk/libdata-walk-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdata-walk-perl/debian/control?rev=7642&op=diff
==============================================================================
--- trunk/libdata-walk-perl/debian/control (original)
+++ trunk/libdata-walk-perl/debian/control Mon Sep 17 11:09:16 2007
@@ -1,8 +1,8 @@
 Source: libdata-walk-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt
+Build-Depends-Indep: perl (>= 5.8.8-7), libtest-unit-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.2

Added: trunk/libdata-walk-perl/debian/patches/01-drop_shebang_from_pm.patch
URL: http://svn.debian.org/wsvn/trunk/libdata-walk-perl/debian/patches/01-drop_shebang_from_pm.patch?rev=7642&op=file
==============================================================================
--- trunk/libdata-walk-perl/debian/patches/01-drop_shebang_from_pm.patch (added)
+++ trunk/libdata-walk-perl/debian/patches/01-drop_shebang_from_pm.patch Mon Sep 17 11:09:16 2007
@@ -1,0 +1,10 @@
+Index: libdata-walk-perl/lib/Data/Walk.pm
+===================================================================
+--- libdata-walk-perl.orig/lib/Data/Walk.pm	2007-09-17 14:06:15.000000000 +0300
++++ libdata-walk-perl/lib/Data/Walk.pm	2007-09-17 14:06:26.000000000 +0300
+@@ -1,5 +1,3 @@
+-#! /bin/false
+-
+ # $Id: Walk.pm,v 1.15 2006/05/11 14:10:54 guido Exp $
+ 
+ # Traverse Perl data structures.

Added: trunk/libdata-walk-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libdata-walk-perl/debian/patches/series?rev=7642&op=file
==============================================================================
--- trunk/libdata-walk-perl/debian/patches/series (added)
+++ trunk/libdata-walk-perl/debian/patches/series Mon Sep 17 11:09:16 2007
@@ -1,0 +1,1 @@
+01-drop_shebang_from_pm.patch

Modified: trunk/libdata-walk-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-walk-perl/debian/rules?rev=7642&op=diff
==============================================================================
--- trunk/libdata-walk-perl/debian/rules (original)
+++ trunk/libdata-walk-perl/debian/rules Mon Sep 17 11:09:16 2007
@@ -16,6 +16,8 @@
 
 PACKAGE=$(shell dh_listpackages)
 
+include /usr/share/quilt/quilt.make
+
 ifndef PERL
 PERL = /usr/bin/perl
 endif
@@ -23,7 +25,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: patch
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -33,7 +35,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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