Bug#433906: kaffe: not binNMU safe

Lior Kaplan kaplan at debian.org
Fri Jul 20 09:22:18 UTC 2007


Package: kaffe
Version: 2:1.1.7-4
Severity: normal
Tags: patch

Please apply the attached patch to make your package binNMU safe.

A patch is attched. Notice kaffe's dependiencies were changed from = to >=
to support later binary builds. If you want to tighten it, you can use the 
example at http://lintian.debian.org/reports/Tnot-binnmuable-all-depends-any.html

More info at: http://wiki.debian.org/binNMU

Let me know if you have questions about this.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kaffe depends on:
pn  kaffe-pthreads | kaffe-jthrea <none>     (no description available)

kaffe recommends no packages.
-------------- next part --------------
--- /tmp/control	2007-07-20 11:59:55.000000000 +0300
+++ debian/control	2007-07-20 12:09:20.000000000 +0300
@@ -8,7 +8,7 @@
 
 Package: kaffe
 Architecture: all
-Depends: kaffe-pthreads (= ${Source-Version}) | kaffe-jthreads (= ${Source-Version})
+Depends: kaffe-pthreads (>= ${source:Version}) | kaffe-jthreads (>= ${source:Version})
 Conflicts: kaffe-pthreads-profile
 Replaces: kaffe-pthreads-profile
 Description: A JVM to run Java bytecode
@@ -24,7 +24,7 @@
 
 Package: kaffe-jthreads
 Architecture: any
-Pre-Depends: kaffe-common (= ${Source-Version})
+Pre-Depends: kaffe-common (= ${source:Version})
 Depends: ${shlibs:Depends}, ecj-bootstrap, gjdoc, fastjar
 Provides: java-virtual-machine, java-runtime, java1-runtime, java-compiler, kaffe
 Description: A green threads enabled version of the Kaffe VM
@@ -33,7 +33,7 @@
 
 Package: kaffe-pthreads
 Architecture: any
-Pre-Depends: kaffe-common (= ${Source-Version})
+Pre-Depends: kaffe-common (= ${source:Version})
 Depends: ${shlibs:Depends}, ecj-bootstrap, gjdoc, fastjar
 Provides: java-virtual-machine, java-runtime, java1-runtime, java-compiler, kaffe
 Description: A POSIX threads enabled version of the Kaffe VM
@@ -50,14 +50,14 @@
 
 Package: kaffe-dev
 Architecture: all
-Depends: kaffe (= ${Source-Version})
+Depends: kaffe (= ${source:Version})
 Description: Header files and other resources for building against Kaffe
  Header and other files needed for compiling native JNI extensions to the
  Kaffe Virtual Machine.
 
 Package: jikes-kaffe
 Architecture: all
-Depends: jikes, kaffe-common (= ${Source-Version})
+Depends: jikes, kaffe-common (= ${source:Version})
 Provides: java-compiler
 Description: Wrapper for jikes using Kaffe classes
  This package provides a jikes wrapper called jikes-kaffe that will include 


More information about the pkg-java-maintainers mailing list