Package: jesred
Version: 1.2pl1-9
Severity: serious
Tags: patch

When building 'jesred' in a clean 'unstable' chroot,
I get the following error:

  dpatch
Get:1 http://localhost unstable/main dpatch 2.0.14 [80.9kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 80.9kB in 0s (0B/s)
Selecting previously deselected package dpatch.
(Reading database ... 9449 files and directories currently installed.)
Unpacking dpatch (from .../archives/dpatch_2.0.14_all.deb) ...
Setting up dpatch (2.0.14) ...
dpkg-buildpackage: source package is jesred
dpkg-buildpackage: source version is 1.2pl1-9
dpkg-buildpackage: host architecture amd64
 debian/rules clean
dpatch  deapply-all  
02_warnings not applied to ./ .
01_extregex not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
make: dh_testdir: Command not found
make: *** [clean] Error 127

This is caused by two different Build-Depends lines in debian/control
which irritates 'apt-get build-dep'. There should be only a single
occurrence of 'Build-Depends:' in debian control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jesred-1.2pl1/debian/control ./debian/control
--- ../tmp-orig/jesred-1.2pl1/debian/control    2005-09-18 08:48:54.000000000 
+0000
+++ ./debian/control    2005-09-18 08:48:52.000000000 +0000
@@ -1,10 +1,9 @@
 Source: jesred
-Build-Depends: debhelper (>= 3.0.0), sharutils
 Section: web
 Priority: optional
 Maintainer: Alexander Zangerl <[EMAIL PROTECTED]>
+Build-Depends: debhelper, dpatch, sharutils
 Standards-Version: 3.6.2
-Build-Depends: dpatch
 
 Package: jesred
 Architecture: any


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to