Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Release-Team

X-Debbugs-CC'ing the bugreport and Daniel Baumann.

open-vm-tools in Wheezy is affected by #695845. The init script for
open-vm-tools calls a executable in /usr but the init script does not
have a runtime dependency on $remote_fs.

This was fixed in unstable, but the package cannot be unblocked. Can
the package with debdiff attached be uploaded to t-p-u?

Daniel, do you agree? Would you like to do the upload yourself?

Regards,
Salvatore

- -- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIbBAEBCgAGBQJQ2x7QAAoJEHidbwV/2GP+0mEP+N1RyOt4HTgu7BP+4jpkZVsd
pTE0oqE3FnMgS7yARe7S3myIpR5k/57DPeyYzfX5voEi20wp9DMjDxt1gc4GGWCE
asHdWOmg7HTc94daMHSFtz5q8X7k2CsZGlaQf2AjZi0MQk+pK1xbD7mYGcDnQxaG
F1w9w0KKk16r/I0qTeWyki0cjkRkx6jr5uKYZRG90Du9yo4oLLPStgYoI78LGbCz
Fmi6Ti+/BsPU5mBtrpDzCbZE3cXI0mbECjUf7wyuN2Kc0zrktWx1DfOSHTcx5PRG
4oRT/gVwRPihIt8uTr2HxgR2H9CyBBsD77KtvRjgu7ltD+AHa89zJJoDPKPhMdKT
zu/fo6p+2PKDpIZZR2zdbgxYZTq7RAX08iheYRRhaRKZLtwRQuGHB/esACO7EisY
PAQXgGcptGRf57IAiSaAY+BGgjbnQITfv5M0CUsv4dJs/kYfBObhkcMROrAkjOnF
86jweK5Arz/+UbiVWleh40DUP92N2ZavSUzSkElbIBOJdHTZ2QjYK3JpHA7C0tDV
ZZi4FO9DNqdRQzjw133gtt0UCLVlLgFX7y/LyfpaJ9XfgcklKzuvGWwoEA6fgvRO
TWnJcBvLT6N9fFRdesx99zuBR3xeMXxFEeGuVnGK2tb7X8kg3aJiV9yBBiLEr5Gj
DRDr0WH2BaDPmocJjZ4=
=kbEL
-----END PGP SIGNATURE-----
diff -Nru open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog
--- open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog	2012-09-03 15:46:52.000000000 +0200
+++ open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog	2012-12-26 15:02:43.000000000 +0100
@@ -1,3 +1,14 @@
+open-vm-tools (2:8.8.0+2012.05.21-724730-1+nmu2) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * Adjust runtime dependencies for open-vm-tools init script.
+    Add $remote_fs to Required-{Start,Stop} as the init script calls
+    executables under /usr. To prevent  a loop between service networking
+    and umountnfs also remove $network from X-Start-Before and X-Stop-After.
+    (Closes: #695845)
+
+ -- Salvatore Bonaccorso <car...@debian.org>  Sat, 22 Dec 2012 23:55:25 +0100
+
 open-vm-tools (2:8.8.0+2012.05.21-724730-1+nmu1) testing-proposed-updates; urgency=low
 
   [ Bernd Zeimetz ]
diff -Nru open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init
--- open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init	2012-09-03 15:46:52.000000000 +0200
+++ open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init	2012-12-23 00:44:06.000000000 +0100
@@ -2,10 +2,10 @@
 
 ### BEGIN INIT INFO
 # Provides:                 open-vm-tools
-# Required-Start:           $local_fs
-# Required-Stop:            $local_fs
-# X-Start-Before:           $network
-# X-Stop-After:             $network
+# Required-Start:           $local_fs $remote_fs
+# Required-Stop:            $local_fs $remote_fs
+# X-Start-Before:
+# X-Stop-After:
 # Default-Start:            2 3 4 5
 # Default-Stop:             0 1 6
 # Description:              Runs the open-vm-tools services

Reply via email to