tags 553260 + patch tags 553830 + patch thanks Dear maintainer,
I've prepared an NMU for pvm (versioned as 3.4.5-12.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Cheers, gregor, from the Munich BSP -- .''`. http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/ `- BOFH excuse #160: non-redundant fan failure
diff -u pvm-3.4.5/debian/changelog pvm-3.4.5/debian/changelog
--- pvm-3.4.5/debian/changelog
+++ pvm-3.4.5/debian/changelog
@@ -1,3 +1,15 @@
+pvm (3.4.5-12.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix " missing-dependency-on-libc needed ..." by adding ${shlibs:Depends}
+ to pvm-dev's Depends in debian/control (closes: #553260).
+ * Fix "replacing libreadline5-dev build dependency with libreadline-dev"
+ (closes: #553830).
+ * Tighten dependency of pvm-dev on libpvm3 to (= ${binary:Version}),
+ thanks lintian.
+
+ -- gregor herrmann <[email protected]> Sun, 29 Nov 2009 13:56:59 +0100
+
pvm (3.4.5-12) unstable; urgency=high
* Depend on openssh-client | rsh-client instead of suggesting rsh-client.
diff -u pvm-3.4.5/debian/control pvm-3.4.5/debian/control
--- pvm-3.4.5/debian/control
+++ pvm-3.4.5/debian/control
@@ -2,7 +2,7 @@
Section: devel
Priority: extra
Maintainer: Steinar H. Gunderson <[email protected]>
-Build-Depends: debhelper (>= 5.0.0), libreadline5-dev | libreadline-dev, m4, quilt (>= 0.40), libx11-dev, libxaw7-dev, gfortran
+Build-Depends: debhelper (>= 5.0.0), libreadline-dev, m4, quilt (>= 0.40), libx11-dev, libxaw7-dev, gfortran
Standards-Version: 3.6.2
Package: pvm
@@ -16,7 +16,7 @@
Package: pvm-dev
Architecture: any
-Depends: libreadline-dev, pvm, libpvm3
+Depends: ${shlibs:Depends}, libreadline-dev, pvm, libpvm3 (= ${binary:Version})
Replaces: pvm (<<3.4.2-1)
Description: Parallel Virtual Machine - development files
Headers, man pages, documentation, auxiliary functions, and static
signature.asc
Description: Digital signature

