diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-27 22:07:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:54 -0500 |
commit | 65cc3f5d5cb6e2b816e6d730960c2141ed0eecd6 (patch) | |
tree | e1c84ecf8de0452e341d1b6f9c77bc638ed2fae3 /packaging/debian/control | |
parent | 9bf7217aa21e4d11fa40e7bdc6cc69ea82ff83f0 (diff) | |
download | samba-65cc3f5d5cb6e2b816e6d730960c2141ed0eecd6.tar.gz samba-65cc3f5d5cb6e2b816e6d730960c2141ed0eecd6.tar.xz samba-65cc3f5d5cb6e2b816e6d730960c2141ed0eecd6.zip |
r7958: More debian packaging updates; packages build now with
a few minor issues.
Move ldb manpages one level higher - there is no longer a need to have
subdirectories.
(This used to be commit e8e3524b2394f4107230715ea38fb619332e0251)
Diffstat (limited to 'packaging/debian/control')
-rw-r--r-- | packaging/debian/control | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/packaging/debian/control b/packaging/debian/control index 6b872d424d..e48f7aa7f1 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -3,13 +3,12 @@ Section: net Priority: optional Maintainer: Jelmer Vernooij <jelmer@samba.org> Standards-Version: 3.6.1.0 -Build-Depends: debmake, libgtk2.0-dev, libgconf2-dev, libldap-dev, debhelper (>> 4.0.0) +Build-Depends: build-essential, libgtk2.0-dev, libgconf2-dev, libldap-dev, debhelper (>> 4.0.0), libparse-yapp-perl Package: samba4 -Architecture: any -Depends: samba4-client, samba4-server -Description: Samba4 - Foobar +Architecture: all +Description: Samba4 misc + Files common for all programs in Samba Package: samba4-common Architecture: all @@ -19,6 +18,8 @@ Description: Common samba files Package: samba4-client Architecture: any Depends: ${shlibs:Depends}, +Description: Client utilities from Samba4 + Client utilities for NetBIOS, SMB and RPC. Package: samba4-testsuite Architecture: any @@ -29,6 +30,7 @@ Description: Testsuite from Samba4 Package: samba4-server Architecture: any +Recommends: samba4-swat Depends: ${shlibs:Depends}, samba4-common Description: SMB Server Contains smbd, the Samba server. @@ -51,7 +53,7 @@ Depends: ${shlibs:Depends} Description: Tools for viewing and manipulating FIXME -Package: pidl +Package: libparse-pidl-perl Architecture: any Depends: perl Description: IDL compiler written in Perl @@ -68,3 +70,9 @@ Architecture: any Depends: ${shlibs:Depends} Description: Tools for maintaining LDB database files FIXME + +Package: samba4-swat +Architecture: all +Description: Swat data files + Data files for SWAT. + |