[SCM] Git repository for devscripts branch, master, updated. v2.12.4-174-g4b9fb70

Benjamin Drung bdrung at debian.org
Mon Mar 11 21:19:36 UTC 2013


The following commit has been merged in the master branch:
commit 4b9fb706c0ee7090041c5e1d5fcdbe28dc230307
Author: Benjamin Drung <bdrung at debian.org>
Date:   Mon Mar 11 22:19:31 2013 +0100

    Fix test case for debdiff.

diff --git a/debian/control b/debian/control
index faf06e8..bade0d7 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Build-Depends: debhelper (>= 8),
                python-setuptools,
                python-unittest2,
                shunit2 (>= 2.1.6),
+               wdiff,
                xsltproc
 X-Python-Version: >= 2.6
 XS-Testsuite: autopkgtest
diff --git a/test/test_debdiff b/test/test_debdiff
index 8f168ba..926d218 100755
--- a/test/test_debdiff
+++ b/test/test_debdiff
@@ -19,7 +19,7 @@ if test "$1" = --installed; then
     COMMAND=debdiff
     shift
 else
-    COMMAND="../scripts/debdiff.pl"
+    COMMAND="perl -I ${0%/*}/.. ${0%/*}/../scripts/debdiff.pl"
 fi
 
 WORKDIR="$(readlink -f "${0%/*}")"

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list