[Pkg-samba-maint] r2317 - trunk/samba4/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Tue Jan 6 04:42:28 UTC 2009
Author: jelmer
Date: 2009-01-06 04:42:28 +0000 (Tue, 06 Jan 2009)
New Revision: 2317
Removed:
trunk/samba4/debian/libgensec0.postinst
Modified:
trunk/samba4/debian/control
Log:
Fix some lintian warnings.
Modified: trunk/samba4/debian/control
===================================================================
--- trunk/samba4/debian/control 2009-01-06 01:50:08 UTC (rev 2316)
+++ trunk/samba4/debian/control 2009-01-06 04:42:28 UTC (rev 2317)
@@ -51,7 +51,7 @@
Package: samba4-clients
Architecture: any
-Depends: ${shlibs:Depends}, samba4-common (=${binary:Version})
+Depends: ${shlibs:Depends}, samba4-common (=${binary:Version}), ${misc:Depends}
Conflicts: smbclient
Description: client utilities from Samba 4
The Samba software suite is a collection of programs that
@@ -68,7 +68,7 @@
Package: samba4-testsuite
Architecture: any
-Depends: ${shlibs:Depends}, samba4-common
+Depends: ${shlibs:Depends}, samba4-common, ${misc:Depends}
Description: test suite from Samba 4
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -85,7 +85,7 @@
Package: registry-tools
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tools for viewing and manipulating the Windows registry
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -102,7 +102,7 @@
Package: libparse-pidl-perl
Architecture: any
-Depends: ${perl:Depends}, libparse-yapp-perl
+Depends: ${perl:Depends}, libparse-yapp-perl, ${misc:Depends}
Recommends: libdcerpc-dev
Section: perl
Description: IDL compiler written in Perl
@@ -122,7 +122,7 @@
Package: samba4-dev
Architecture: any
-Depends: libparse-pidl-perl, libc6-dev, libldb-samba4-dev, tdb-dev (>= 1.1.0), libtalloc-dev
+Depends: libparse-pidl-perl, libc6-dev, libldb-samba4-dev, tdb-dev (>= 1.1.0), libtalloc-dev, ${misc:Depends}
Section: devel
Description: tools for extending Samba
The Samba software suite is a collection of programs that
@@ -143,7 +143,7 @@
Architecture: any
Provides: ldb-tools
Conflicts: ldb-tools
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LDAP-like embedded database - tools
ldb is a LDAP-like embedded database built on top of TDB.
.
@@ -159,7 +159,7 @@
Section: libdevel
Architecture: any
Conflicts: libldb-dev
-Depends: ${shlibs:Depends}, pkg-config, libldb-samba4-0 (=${binary:Version})
+Depends: ${shlibs:Depends}, pkg-config, libldb-samba4-0 (=${binary:Version}), ${misc:Depends}
Description: LDAP-like embedded database - Samba 4 version
ldb is a LDAP-like embedded database built on top of TDB.
.
@@ -176,7 +176,7 @@
Architecture: any
Conflicts: libldb0
Provides: libldb0
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LDAP-like embedded database - Samba 4 version
ldb is a LDAP-like embedded database built on top of TDB.
.
@@ -190,7 +190,7 @@
Package: libgensec0
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic Security Library
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -207,7 +207,7 @@
Package: libgensec-dev
Architecture: any
Section: libdevel
-Depends: libgensec0 (=${binary:Version}), pkg-config
+Depends: libgensec0 (=${binary:Version}), pkg-config, ${misc:Depends}
Description: Generic Security Library
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -225,7 +225,7 @@
Package: libndr0
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NDR marshalling library
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -243,7 +243,7 @@
Package: libndr-dev
Architecture: any
Section: libdevel
-Depends: libndr0 (=${binary:Version}), pkg-config
+Depends: libndr0 (=${binary:Version}), pkg-config, ${misc:Depends}
Description: NDR marshalling library - development files
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -262,7 +262,7 @@
Package: libdcerpc0
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DCE/RPC client library
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -284,7 +284,7 @@
Package: libdcerpc-dev
Architecture: any
Section: libdevel
-Depends: libdcerpc0 (=${binary:Version}), libndr-dev, pkg-config
+Depends: libdcerpc0 (=${binary:Version}), libndr-dev, pkg-config, ${misc:Depends}
Description: DCE/RPC library
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -307,7 +307,7 @@
Package: libregistry0
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Registry library
The Samba registry library provides read and write access to Windows
registries. At the moment the following formats are supported:
@@ -322,7 +322,7 @@
Package: libregistry-dev
Architecture: any
Section: libdevel
-Depends: libregistry0 (=${binary:Version}), libndr-dev, pkg-config
+Depends: libregistry0 (=${binary:Version}), libndr-dev, pkg-config, ${misc:Depends}
Description: Registry library - development files
The Samba registry library provides read and write access to Windows
registries. At the moment the following formats are supported:
@@ -339,7 +339,7 @@
Package: winbind4
Conflicts: winbind
Architecture: any
-Depends: samba4 (=${binary:Version}), ${shlibs:Depends}
+Depends: samba4 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: service to resolve user and group information from Windows NT servers
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -363,7 +363,7 @@
Package: libsamba-hostconfig0
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Samba host configuration library
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -380,7 +380,7 @@
Package: libsamba-hostconfig-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends}, pkg-config, libsamba-hostconfig0 (=${binary:Version})
+Depends: ${shlibs:Depends}, pkg-config, libsamba-hostconfig0 (=${binary:Version}), ${misc:Depends}
Description: Samba host configuration library - development files
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -399,7 +399,7 @@
Package: libtorture0
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for running Samba 4 unit tests
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -416,7 +416,7 @@
Package: libtorture-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends}, pkg-config
+Depends: ${shlibs:Depends}, pkg-config, ${misc:Depends}
Description: Library for running unit tests - development files
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -437,7 +437,7 @@
Section: python
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${shlibs:Depends}, python-ldb-samba4, python-tdb
+Depends: ${python:Depends}, ${shlibs:Depends}, python-ldb-samba4, python-tdb, ${misc:Depends}
Description: Python bindings for Samba
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
@@ -457,7 +457,7 @@
Provides: python-ldb, ${python:Provides}
Conflicts: python-ldb
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python bindings for LDB - Samba 4 version
ldb is a LDAP-like embedded database built on top of TDB.
.
Deleted: trunk/samba4/debian/libgensec0.postinst
===================================================================
--- trunk/samba4/debian/libgensec0.postinst 2009-01-06 01:50:08 UTC (rev 2316)
+++ trunk/samba4/debian/libgensec0.postinst 2009-01-06 04:42:28 UTC (rev 2317)
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# postinst script for libgensec0
-#
-# $Id$
-#
-
-if [ "$1" = "configure" ]; then
- ldconfig
-fi
-
-#DEBHELPER#
More information about the Pkg-samba-maint
mailing list