Package: yorick
Version: 2.1.01cvs20060706-1
Severity: normal
Tags: patch
Please apply the attached patch to make your package binNMU safe.
More info at http://wiki.debian.org/binNMU
Let me know if you have questions about this patch.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-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 yorick depends on:
ii libc6 2.6-5 GNU C Library: Shared libraries
pn xlibs <none> (no description available)
yorick recommends no packages.
--- /tmp/control 2007-08-04 15:19:46.000000000 +0300
+++ debian/control 2007-08-04 15:26:53.000000000 +0300
@@ -7,7 +7,7 @@
Package: yorick
Architecture: any
-Depends: yorick-data (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: yorick-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: yorick-gist
Replaces: yorick-gist (<=1.4-15)
Recommends: rlwrap
@@ -35,7 +35,7 @@
Package: yorick-data
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: yorick (=${binary:Version})
+Recommends: yorick (>= ${source:Version})
Description: interpreted library for the Yorick language
Yorick is an interpreted programming language for:
* scientific simulations or calculations
@@ -51,7 +51,7 @@
Package: yorick-dev
Architecture: any
-Depends: yorick (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: yorick (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: yorick-gist
Description: development files for the Yorick interpreted language
Yorick is an interpreted programming language for: