[Pkg-samba-maint] [samba] 01/01: Fix invocations of 'update-alternatives --remove-all' in samba- common-bin prerm. Closes: #731192

Jelmer Vernooij jelmer at moszumanska.debian.org
Tue Dec 3 02:26:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to branch samba_4.1
in repository samba.

commit d793e723bc99e1d18d71dfd7ee534b9d69526e9a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Dec 3 02:26:00 2013 +0000

    Fix invocations of 'update-alternatives --remove-all' in samba- common-bin prerm. Closes: #731192
---
 debian/changelog              | 2 ++
 debian/samba-common-bin.prerm | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d4a4e24..aac1c1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ samba (2:4.1.1-1) UNRELEASED; urgency=low
   * Add source dependency on libntdb1, and stop passing --disable-ntdb,
     which has been removed.
   * Remove handling for SWAT, which is no longer shipped upstream.
+  * Fix invocations of 'update-alternatives --remove-all' in samba-
+    common-bin prerm. Closes: #731192
 
  -- Jelmer Vernooij <jelmer at debian.org>  Sat, 16 Nov 2013 16:19:13 +0000
 
diff --git a/debian/samba-common-bin.prerm b/debian/samba-common-bin.prerm
index 40f5553..0b96a78 100644
--- a/debian/samba-common-bin.prerm
+++ b/debian/samba-common-bin.prerm
@@ -3,9 +3,9 @@
 set -e 
 
 if test "x$1" = "xupgrade" ; then
-	update-alternatives --remove-all nmblookup /usr/bin/nmblookup.samba3
-	update-alternatives --remove-all net /usr/bin/net.samba3
-	update-alternatives --remove-all testparm /usr/bin/testparm.samba3
+	update-alternatives --remove-all nmblookup
+	update-alternatives --remove-all net
+	update-alternatives --remove-all testparm
 fi
 
 #DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list