[Pkg-samba-maint] [samba] 02/03: add gpgme support (Closes: #850908)
Mathieu Parent
sathieu at moszumanska.debian.org
Wed Jan 25 22:10:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
sathieu pushed a commit to branch master
in repository samba.
commit 1f2716541ca7689f71f0aa833fbfeab69a462b6c
Author: Daniel A <daniel+debian at avtobox.info>
Date: Wed Jan 11 04:25:53 2017 +0000
add gpgme support (Closes: #850908)
---
debian/control | 4 +++-
debian/rules | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 6e3d4ba..f0fe3f5 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Build-Depends: bison,
libcap-dev [linux-any],
libcups2-dev,
libgnutls28-dev,
+ libgpgme11-dev,
libldap2-dev,
libldb-dev (>= 2:1.1.27~),
libncurses5-dev,
@@ -335,6 +336,7 @@ Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Section: python
Provides: ${python:Provides}
+Suggests: python-gpgme
Depends: python-crypto,
python-ldb,
python-tdb,
@@ -355,7 +357,7 @@ Replaces: libgensec0 (<< 4.0.0~alpha17~git20110724.dfsg1-1),
samba-libs (<< 2:4.1.9+dfsg-2)
Breaks: samba-libs (<< 2:4.1.9+dfsg-2)
Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${ldb:Depends}, samba-libs (= ${binary:Version})
+Depends: libgpgme11, ${misc:Depends}, ${shlibs:Depends}, ${ldb:Depends}, samba-libs (= ${binary:Version})
Enhances: libldb1
Description: Samba Directory Services Database
Samba is an implementation of the SMB/CIFS protocol for Unix systems,
diff --git a/debian/rules b/debian/rules
index 7558ba7..98c6509 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,7 @@ conf_args = \
--with-ldap \
--with-ads \
--with-dnsupdate \
+ --with-gpgme \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--with-modulesdir=/usr/lib/$(DEB_HOST_MULTIARCH)/samba \
--datadir=/usr/share \
--
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