Package: rhdb-explain
Version: 2.0-2
Severity: serious
Tags: patch

When building 'rhdb-explain' in a clean 'unstable' chroot,
I get the following error:

 debian/rules clean
debian/rules:3: /usr/share/cdbs/1/class/ant.mk: No such file or directory
debian/rules:4: /usr/share/cdbs/1/rules/debhelper.mk: No such file or directory
make: *** No rule to make target `/usr/share/cdbs/1/rules/debhelper.mk'.  Stop.

Please add the missing Build-Depends on 'cdbs' to debian/control.

Additionally, the package can be built using kaffe and probably be
moved to main as a consequence.

Regards
Andreas Jochens

diff -urN ../tmp-orig/rhdb-explain-2.0/debian/control ./debian/control
--- ../tmp-orig/rhdb-explain-2.0/debian/control 2005-10-21 10:26:49.000000000 
+0200
+++ ./debian/control    2005-10-21 10:26:21.000000000 +0200
@@ -1,13 +1,13 @@
 Source: rhdb-explain
-Section: contrib/misc
+Section: misc
 Priority: optional
 Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.0.0), ant (>= 1.4.1), j2sdk1.4, 
docbook-xml (>= 4.2), xsltproc, docbook-xsl, imagemagick
+Build-Depends-Indep: debhelper, cdbs, ant (>= 1.4.1), kaffe, docbook-xml (>= 
4.2), xsltproc, docbook-xsl, imagemagick
 Standards-Version: 3.6.2
 
 Package: rhdb-explain
 Architecture: all
-Depends: ${misc:Depends}, j2re1.4 | java-virtual-machine, j2re1.4 | 
java2-runtime, libpgjava
+Depends: ${misc:Depends}, kaffe, libpgjava
 Description: Tool for visualizing the output of the PostgreSQL EXPLAIN command
  This package contains Visual Explain, a tool for visualizing the output
  of the PostgreSQL EXPLAIN and EXPLAIN ANALYZE commands.  EXPLAIN and
diff -urN ../tmp-orig/rhdb-explain-2.0/debian/rules ./debian/rules
--- ../tmp-orig/rhdb-explain-2.0/debian/rules   2005-10-21 10:26:49.000000000 
+0200
+++ ./debian/rules      2005-10-21 10:26:46.000000000 +0200
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME_DIRS = /usr/lib/j2se/1.4 /usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm 
/usr/lib/j2sdk1.4-blackdown
+JAVA_HOME_DIRS = /usr/lib/kaffe /usr/lib/j2se/1.4 /usr/lib/j2sdk1.4-sun 
/usr/lib/j2sdk1.4-ibm /usr/lib/j2sdk1.4-blackdown
 ANT_HOME = /usr/share/ant
 DEB_JARS = ant-launcher
 DEB_ANT_BUILD_TARGET = dist


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

Reply via email to