[Pkg-samba-maint] [samba] 02/04: Add empty prerm scripts for samba and samba-common-bin.prerm

Ivo De Decker idd-guest at moszumanska.debian.org
Mon Dec 9 18:06:41 UTC 2013


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

idd-guest pushed a commit to branch master
in repository samba.

commit a9d6f9679c65a670cbbece8d65fea233f6c38527
Author: Ivo De Decker <ivo.dedecker at ugent.be>
Date:   Mon Dec 9 13:27:10 2013 +0100

    Add empty prerm scripts for samba and samba-common-bin.prerm
    
    This should allow upgrades from earlier versions with broken prerm script (bug
    introduced in 2:4.0.10+dfsg-3)
---
 debian/changelog              | 3 +++
 debian/samba-common-bin.prerm | 7 +++++++
 debian/samba.prerm            | 7 +++++++
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3b3696e..8d29c23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ samba (2:4.0.13+dfsg-1) UNRELEASED; urgency=low
     - CVE-2013-4408: DCE-RPC fragment length field is incorrectly checked
     - CVE-2012-6150: pam_winbind login without require_membership_of
                      restrictions
+  * Add empty prerm scripts for samba and samba-common-bin.prerm, to allow
+    upgrades from earlier versions with broken prerm script (bug introduced in
+    2:4.0.10+dfsg-3)
 
   [ Jelmer Vernooij ]
   * Fix invocations of 'update-alternatives --remove-all'. Closes: #731192
diff --git a/debian/samba-common-bin.prerm b/debian/samba-common-bin.prerm
new file mode 100644
index 0000000..05231c7
--- /dev/null
+++ b/debian/samba-common-bin.prerm
@@ -0,0 +1,7 @@
+#!/bin/sh
+# empty prerm script to allow upgrades from earlier version with broken prerm
+# script (bug introduced in 2:4.0.10+dfsg-3, fixed in 2:4.0.13+dfsg-1)
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/samba.prerm b/debian/samba.prerm
new file mode 100644
index 0000000..05231c7
--- /dev/null
+++ b/debian/samba.prerm
@@ -0,0 +1,7 @@
+#!/bin/sh
+# empty prerm script to allow upgrades from earlier version with broken prerm
+# script (bug introduced in 2:4.0.10+dfsg-3, fixed in 2:4.0.13+dfsg-1)
+
+#DEBHELPER#
+
+exit 0

-- 
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