Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Mark libparse-pidl-perl, samba-dev, samba-dsdb-modules and samba-vfs-modules "Multi-Arch: same"
· c988a56b
Mathieu Parent
authored
Apr 17, 2018
c988a56b
Standards-Version: 4.1.4, no change
· 22703181
Mathieu Parent
authored
Apr 17, 2018
22703181
debian/smb.conf: Fix typo in comment line: sever -> server (Closes: #763648)
· 54d35a1a
Mathieu Parent
authored
Apr 17, 2018
Signed-off-by:
Santiago Vila
<
sanvila@debian.org
>
54d35a1a
Changelog for previous commits
· 27c9121e
Mathieu Parent
authored
Apr 17, 2018
27c9121e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
27c9121e
samba (2:4.8.0+dfsg-3) UNRELEASED; urgency=medium
* Add lintian override for "smbclient: executable-is-not-world-readable
usr/lib/x86_64-linux-gnu/samba/smbspool_krb5_wrapper 0700" (See #894720)
* Improve samba-vfs-modules description (Closes: #776505)
* Check smb.conf in samba-common-bin.postinst (Closes: #816301)
* Mark libparse-pidl-perl, samba-dev, samba-dsdb-modules and samba-vfs-modules
as"Multi-Arch: same"
* Standards-Version: 4.1.4, no change
* debian/smb.conf: Fix typo in comment line: sever -> server (Closes: #763648)
-- Mathieu Parent <sathieu@debian.org> Tue, 17 Apr 2018 21:18:12 +0200
samba (2:4.8.0+dfsg-2) experimental; urgency=medium
* Remove unused and outdated debian/README.debian (debian/README.Debian is
...
...
debian/control
View file @
27c9121e
...
...
@@ -8,7 +8,7 @@ Uploaders: Steve Langasek <vorlon@debian.org>,
Mathieu Parent <sathieu@debian.org>,
Andrew Bartlett <abartlet+debian@catalyst.net.nz>
Homepage: http://www.samba.org
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Build-Depends: bison,
debhelper (>= 11),
dh-python,
...
...
@@ -199,6 +199,7 @@ Description: tools for viewing and manipulating the Windows registry
Package: libparse-pidl-perl
Architecture: any
Multi-Arch: same
Depends: libparse-yapp-perl, ${misc:Depends}, ${perl:Depends}
Recommends: samba-dev
Suggests: libwireshark-dev
...
...
@@ -215,6 +216,7 @@ Description: IDL compiler written in Perl
Package: samba-dev
Architecture: any
Multi-Arch: same
Depends: libc6-dev,
libldb-dev,
libparse-pidl-perl,
...
...
@@ -257,6 +259,7 @@ Description: Python bindings for Samba
Package: samba-dsdb-modules
Architecture: any
Multi-Arch: same
Section: libs
Depends: libgpgme11,
samba-libs (= ${binary:Version}),
...
...
@@ -275,6 +278,7 @@ Description: Samba Directory Services Database
Package: samba-vfs-modules
Architecture: any
Multi-Arch: same
Breaks: samba (<< 2:4.3.2+dfsg-1), samba-libs (<< 2:4.3.2+dfsg-1)
Replaces: samba (<< 2:4.3.2+dfsg-1), samba-libs (<< 2:4.3.2+dfsg-1)
Depends: samba-libs (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
...
...
debian/smb.conf
View file @
27c9121e
...
...
@@ -84,7 +84,7 @@
# domain controller", "classic backup domain controller", "active
# directory domain controller".
#
# Most people will want "standalone sever" or "member server".
# Most people will want "standalone se
r
ver" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
...
...