Skip to content
......@@ -6,8 +6,11 @@ samba (2:4.11.0+dfsg-1) UNRELEASED; urgency=medium
- Update fix-nfs-service-name-to-nfs-kernel-server.patch
- Bump build-depends talloc >= 2.2.0, tdb >= 1.4.2, tevent >= 0.10.0 and
ldb >= 2:2.0.7
- libsamba-passdb.so bumped to 0.28.0
- libnon-posix-acls is now a subsystem
- Drop libparse-pidl-perl package (Closes: #939419)
-- Mathieu Parent <sathieu@debian.org> Tue, 17 Sep 2019 20:48:21 +0200
-- Mathieu Parent <sathieu@debian.org> Wed, 18 Sep 2019 05:08:24 +0200
samba (2:4.10.8+dfsg-1) unstable; urgency=medium
......
......@@ -209,29 +209,11 @@ Description: tools for viewing and manipulating the Windows registry
This package contains tools for viewing and manipulating the binary
"registry" found on Windows machines, both locally and remote.
Package: libparse-pidl-perl
Architecture: any
Multi-Arch: same
Depends: libparse-yapp-perl, ${misc:Depends}, ${perl:Depends}
Recommends: samba-dev
Suggests: libwireshark-dev
Section: perl
Description: IDL compiler written in Perl
Samba is an implementation of the SMB/CIFS protocol for Unix systems,
providing support for cross-platform file sharing with Microsoft Windows, OS X,
and other Unix systems. Samba can also function as a domain controller
or member server in both NT4-style and Active Directory domains.
.
This package contains the IDL (Interface Description Language) compiler pidl,
which takes in IDL files and can output C code for various uses. It is
primarily of interest to developers.
Package: samba-dev
Architecture: any
Multi-Arch: same
Depends: libc6-dev,
libldb-dev,
libparse-pidl-perl,
libpopt-dev,
libtalloc-dev,
libtdb-dev (>= 1.2.11),
......
usr/bin/pidl
usr/share/man/man1/pidl.1p
usr/share/man/man3/*.3pm
usr/share/perl5/Parse/Pidl
usr/share/perl5/Parse/Pidl.pm
......@@ -234,7 +234,6 @@ override_dh_perl-arch:
dh_perl -a
# Fix Perl shbangs
sed -i '1s@^#!/usr/bin/env perl@#!/usr/bin/perl@' \
debian/libparse-pidl-perl/usr/bin/pidl \
debian/smbclient/usr/bin/findsmb
override_dh_fixperms:
......@@ -276,10 +275,7 @@ else
endif
override_dh_gencontrol:
ifneq (,$(filter libparse-pidl-perl, $(shell dh_listpackages)))
dh_gencontrol --package=libparse-pidl-perl -- -v$(DEB_VERSION)+really0.02
endif
dh_gencontrol --remaining-packages -- -Vldb:Depends=$(LDB_DEPENDS)
dh_gencontrol -- -Vldb:Depends=$(LDB_DEPENDS)
override_dh_auto_clean:
-$(WAF) clean
......
......@@ -13,7 +13,7 @@ usr/lib/*/libsamba-credentials.so.0*
usr/lib/*/libsamba-errors.so.*
usr/lib/*/libsamba-hostconfig.so.*
usr/lib/*/libsamba-passdb.so.0
usr/lib/*/libsamba-passdb.so.0.27.2
usr/lib/*/libsamba-passdb.so.0.28.0
usr/lib/*/libsamba-policy.cpython-*.so.*
usr/lib/*/libsamba-util.so.*
usr/lib/*/libsamdb.so.*
......
usr/lib/*/samba/libnon-posix-acls.so.0
usr/lib/*/samba/vfs/*.so
usr/share/man/man8/vfs_*.8