Package: db4.6

user ubuntu-de...@lists.ubuntu.com
usertags 560658 lucid ubuntu-patch
tags 560658 patch
thanks

Hello,

This bug also occurs on Ubuntu; the cause appears to be that db4.6 calls
dh_nativejava during the build, but the package providing dh_nativejava,
libgcj-common, doesn't depend on debhelper (since dh_nativejava is an
optional component of the package).

The attached patch should correct the build failure.  I'm not sure why the
failure hasn't manifested on the Debian buildds before now, but from the
build logs it looks like some other build-dependency used to pull debhelper
in as a dependency by chance and this is no longer the case.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
=== modified file 'debian/control'
--- debian/control      2009-11-04 01:18:46 +0000
+++ debian/control      2009-12-24 00:23:50 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Berkeley DB Maintainers 
<pkg-db-de...@lists.alioth.debian.org>
 Uploaders: Clint Adams <sch...@debian.org>
 Standards-Version: 3.8.3
-Build-Depends: tcl8.5-dev, procps [!hurd-i386], default-jdk-builddep [!alpha 
!arm !hppa !hurd-i386 !m32r]
+Build-Depends: tcl8.5-dev, procps [!hurd-i386], default-jdk-builddep [!alpha 
!arm !hppa !hurd-i386 !m32r], debhelper [!alpha !arm !hppa !hurd-i386 !m32r]
 Homepage: 
http://www.oracle.com/technology/software/products/berkeley-db/index.html
 Vcs-Browser: http://git.debian.org/?p=private/schizo/db.git;a=summary
 Vcs-Git: git://git.debian.org/git/private/schizo/db.git

Reply via email to