[Pkg-samba-maint] [samba] 02/03: Don't exclude our private libraries from the shlibs generation.

Steve Langasek vorlon at alioth.debian.org
Fri Aug 16 09:33:13 UTC 2013


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

vorlon pushed a commit to branch samba_4.0
in repository samba.

commit 242e57d2b728d5084bed860db0c4e59493770a10
Author: Steve Langasek <steve.langasek at canonical.com>
Date:   Fri Aug 16 02:26:36 2013 +0200

    Don't exclude our private libraries from the shlibs generation.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f09be91..2c2ab57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ samba (2:4.0.8+dfsg-2) UNRELEASED; urgency=low
 
   * The samba-ad-dc upstart job should be installed unconditionally, not just
     in Ubuntu.
+  * Don't exclude our private libraries from the shlibs generation.
 
  -- Steve Langasek <vorlon at debian.org>  Fri, 16 Aug 2013 02:00:12 +0200
 
diff --git a/debian/rules b/debian/rules
index 7372cd9..e0f9a18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -161,7 +161,7 @@ override_dh_gencontrol:
 	dh_gencontrol -- -Vldb:Depends=$(LDB_DEPENDS)
 
 override_dh_makeshlibs:
-	dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/samba -X/usr/lib/$(DEB_HOST_MULTIARCH)/plugin
+	dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/plugin
 
 override_dh_fixperms:
 	dh_fixperms

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