Package: open-vm-tools Version: 2:9.10.0-2476743-4 Severity: normal Dear Maintainer,
Could you change 'debian/local/run-vmblock\\x2dfuse.mount' to a name without a backslash in the source tree, like 'debian/local/run-vmblock_x2dfuse.mount'? I would like to sync from Debian for Ubuntu and this is a tooling limitation; bzr won't accept file names with a backslash. It complains with 'bzr: ERROR:bzrlib.errors.InvalidEntryName: Invalid entry name: run-vmblock\x2dfuse.mount'. A bzr bug to allow this was rejected and asking for a chage in open-vm-tools is the only recourse I have to eliminate this as a deviation in Ubuntu from Debian. -- System Information: Debian Release: jessie/sid APT prefers vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.19.0-16-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
>From a4052090bc6d746bbdaba3667ac0cd369c9617f5 Mon Sep 17 00:00:00 2001 From: Robert C Jennings <robert.jenni...@canonical.com> Date: Thu, 14 May 2015 19:56:00 -0500 Subject: [PATCH] Move run-vmblock\\x2dfuse.mount for bzr compatibility bzr can't store files with names containing backslashes. Moving this file allows for commonality in Ubuntu. --- .../local/run-vmblock_x2dfuse.mount | 0 debian/rules | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename "debian/local/run-vmblock\\x2dfuse.mount" => debian/local/run-vmblock_x2dfuse.mount (100%) diff --git "a/debian/local/run-vmblock\\x2dfuse.mount" b/debian/local/run-vmblock_x2dfuse.mount similarity index 100% rename from "debian/local/run-vmblock\\x2dfuse.mount" rename to debian/local/run-vmblock_x2dfuse.mount diff --git a/debian/rules b/debian/rules index 376b287..4f2e05d 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ override_dh_auto_install: install -D -m 0644 debian/local/tools.conf debian/open-vm-tools/etc/vmware-tools/tools.conf install -D -m 0644 debian/local/open-vm-tools.kmod debian/open-vm-tools-dkms/lib/modules-load.d/open-vm-tools.conf - install -D -m 0644 debian/local/run-vmblock\\x2dfuse.mount debian/open-vm-tools-desktop/lib/systemd/system/run-vmblock\\x2dfuse.mount + install -D -m 0644 debian/local/run-vmblock_x2dfuse.mount debian/open-vm-tools-desktop/lib/systemd/system/run-vmblock\\x2dfuse.mount # open-vm-tools-dev mkdir -p debian/open-vm-tools-dev/usr/share/doc/open-vm-tools -- 2.1.4