[Pkg-samba-maint] [SCM] Debian packaging for Samba branch, samba_4.0_bubulle, updated. upstream/4.0.5+dfsg1-789-gda57358

Christian Perrier bubulle at debian.org
Fri May 17 17:19:32 UTC 2013


The following commit has been merged in the samba_4.0_bubulle branch:
commit da57358fe02ec7db9e6b24cedf055bc6649b46a0
Author: Christian Perrier <bubulle at debian.org>
Date:   Fri May 17 19:18:14 2013 +0200

    Re-introduce mksmbpasswd for compatibility with 3.* packages

diff --git a/debian/changelog b/debian/changelog
index 0fdc3e9..76ecd58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ samba (2:4.0.5+dfsg1-2) UNRELEASED; urgency=low
     eventually specific to version 4 and above)
   * Add libctdb-dev to build dependencies as we're building with cluster
     support just like 3.6 packages
+  * Re-introduce mksmbpasswd for compatibility with 3.* packages
 
  -- Andrew Bartlett <abartlet at samba.org>  Thu, 09 May 2013 15:41:19 +1200
 
diff --git a/debian/rules b/debian/rules
index 5640266..f58a1f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,6 +129,8 @@ override_dh_install:
 	cp debian/gdbcommands $(DESTDIR)/etc/samba/
 	mkdir -p $(DESTDIR)/etc/dhcp3/dhclient-enter-hooks.d
 	install -m755 debian/samba-common.dhcp $(DESTDIR)/etc/dhcp3/dhclient-enter-hooks.d/samba
+	# Install other stuff not installed by "make install"
+	install -m 0755 debian/mksmbpasswd.awk $(DESTDIR)/usr/sbin/mksmbpasswd
 	dh_install --sourcedir=$(DESTDIR) --list-missing --fail-missing
 
 override_dh_python2:

-- 
Debian packaging for Samba




More information about the Pkg-samba-maint mailing list