diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-14 16:41:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:43 -0500 |
commit | 770b47415d717871eecab4d9a91cc1945609c587 (patch) | |
tree | 267ef4c71eb8ce2b67b163b2bb4d3a4ba23d6c7e /packaging/debian/control | |
parent | 6f760656907efde6f96bed0e97380b7da7eb045f (diff) | |
download | samba-770b47415d717871eecab4d9a91cc1945609c587.tar.gz samba-770b47415d717871eecab4d9a91cc1945609c587.tar.bz2 samba-770b47415d717871eecab4d9a91cc1945609c587.zip |
r6787: Use debhelper for the debian packages
(This used to be commit 9f1b15832d4a8bc9914751811fd10f6a35265b8d)
Diffstat (limited to 'packaging/debian/control')
-rw-r--r-- | packaging/debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/debian/control b/packaging/debian/control index 67bba25531..14bdbc6008 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -2,8 +2,8 @@ Source: samba4 Section: net Priority: optional Maintainer: Jelmer Vernooij <jelmer@samba.org> -Standards-Version: 3.5.8 -Build-Depends: debmake, libgtk2.0-dev, libgconf2-dev, libldap-dev +Standards-Version: 3.6.1.0 +Build-Depends: debmake, libgtk2.0-dev, libgconf2-dev, libldap-dev, debhelper (>> 4.0.0) Package: samba4 Architecture: any @@ -31,10 +31,10 @@ Description: Testsuite from Samba4 Package: samba4-server Architecture: any Depends: ${shlibs:Depends}, samba4-common -Description: GPL'ed SMB Server - Contains smbd, the Samba server. +Description: SMB Server + Contains smbd, the Samba server. -Package: gregedit +Package: samba4-gtk-frontends Architecture: any Depends: ${shlibs:Depends} Description: Graphical tool for viewing and editing registry files @@ -60,7 +60,7 @@ Description: IDL compiler written in Perl Package: samba4-dev Architecture: any -Depends: pidl +Depends: pidl, libc6-dev, pkg-config (>= 0.14.0) Description: Tools for extending Samba Contains Samba includes and tools |