[Pkg-samba-maint] r1369 - branches/samba4/debian

Jelmer Vernooij ctrlsoft-guest at alioth.debian.org
Wed May 9 13:13:33 UTC 2007


Author: ctrlsoft-guest
Date: 2007-05-09 13:13:32 +0000 (Wed, 09 May 2007)
New Revision: 1369

Removed:
   branches/samba4/debian/libtalloc-dev.install
   branches/samba4/debian/libtalloc0.install
   branches/samba4/debian/libtalloc0.postinst
   branches/samba4/debian/libtdb-dev.install
   branches/samba4/debian/libtdb0.install
   branches/samba4/debian/libtdb0.postinst
Modified:
   branches/samba4/debian/control
Log:
Remove tdb and talloc libraries - now have their own source packages.

Modified: branches/samba4/debian/control
===================================================================
--- branches/samba4/debian/control	2007-05-09 13:08:47 UTC (rev 1368)
+++ branches/samba4/debian/control	2007-05-09 13:13:32 UTC (rev 1369)
@@ -4,7 +4,7 @@
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
 Uploaders: Steve Langasek <vorlon at debian.org>, Christian Perrier <bubulle at debian.org>, Noèl Köthe <noel at debian.org>, Steinar H. Gunderson <sesse at debian.org>
 Standards-Version: 3.6.2
-Build-Depends: libgtk2.0-dev, libgconf2-dev, debhelper (>> 5.0.0), libparse-yapp-perl, perl, docbook-xsl, docbook-xml, xsltproc, po-debconf, libgnutls-dev, libreadline5-dev, libpam0g-dev, libblkid-dev, libattr1-dev, flex, bison
+Build-Depends: debhelper (>> 5.0.0), libparse-yapp-perl, perl, docbook-xsl, docbook-xml, xsltproc, po-debconf, libgnutls-dev, libreadline5-dev, libpam-dev, libblkid-dev, libattr1-dev, flex, bison, tdb-dev (>= 1.1.0), libtalloc-dev, libtalloc
 
 Package: samba
 Architecture: any
@@ -81,27 +81,6 @@
  This package contains programs for testing the reliability and speed 
  of SMB servers, Samba in particular.
  
-Package: samba-gtk-frontends
-Architecture: any
-Depends: ${shlibs:Depends}
-Section: x11
-Description: graphical Samba client utilities
- The Samba software suite is a collection of programs that
- implements the SMB protocol for unix systems, allowing you to serve
- files and printers to Windows, NT, OS/2 and DOS clients, as well as
- run as a domain controller for Active Directory.
- .
- These packages contain snapshot versions of Samba 4, the next-generation
- version of Samba. These should be considered _experimental_, and should
- not be used in production. In particular, no guarantees are made with
- regard to upgrades between versions.
- .
- This package contains GTK+ programs for maintaining:
- .
-   * Remote SAM databases
-   * Local and remote registries
-   * DCE/RPC endpoints
-
 Package: winregistry-tools
 Architecture: any
 Depends: ${shlibs:Depends}
@@ -140,7 +119,7 @@
 
 Package: samba-dev
 Architecture: any
-Depends: libparse-pidl-perl, libc6-dev, pkg-config (>= 0.14.0), libldb-dev, libtdb-dev, libtalloc-dev
+Depends: libparse-pidl-perl, libc6-dev, pkg-config (>= 0.14.0), libldb-dev, tdb-dev (>= 1.1.0), libtalloc-dev
 Section: devel
 Description: tools for extending Samba
  The Samba software suite is a collection of programs that
@@ -214,58 +193,6 @@
  .
  This package contains the files required for development.
 
-Package: libtalloc0
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Hierarchical memory allocator
- talloc is a hierarchical pool based memory allocator with destructors. It is
- the core memory allocator used in Samba4, and has made a huge difference in
- many aspects of Samba4 development.
- 
-Package: libtalloc-dev
-Architecture: all
-Depends: libtalloc0 (=${Source-Version})
-Description: Hierarchical memory allocator
- talloc is a hierarchical pool based memory allocator with destructors. It is
- the core memory allocator used in Samba4, and has made a huge difference in
- many aspects of Samba4 development.
- .
- This package contains the files required for development.
- 
-Package: libtdb0
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Trivial Database
- This is a simple database API. It is modelled after the structure
- of GDBM. TDB features, unlike GDBM, multiple writers support with
- appropriate locking.
-
-Package: libtdb-dev
-Architecture: all
-Depends: libtdb0 (=${Source-Version})
-Description: Trivial Database
- This is a simple database API. It is modelled after the structure
- of GDBM. TDB features, unlike GDBM, multiple writers support with
- appropriate locking.
- .
- This package contains the files required for development.
-
-Package: libgtksamba0
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Collection of Samba-related GTK+ widgets
- A collection of GTK+ widgets useful when creating Samba-related GUI 
- applications.
-
-Package: libgtksamba-dev
-Architecture: all
-Depends: libgtksamba0 (=${Source-Version})
-Description: Collection of Samba-related GTK+ widgets
- A collection of GTK+ widgets useful when creating Samba-related GUI 
- applications.
- .
- This package contains the files required for development.
-
 Package: libgensec-dev
 Architecture: all
 Depends: libgensec0 (=${Source-Version})

Deleted: branches/samba4/debian/libtalloc-dev.install
===================================================================
--- branches/samba4/debian/libtalloc-dev.install	2007-05-09 13:08:47 UTC (rev 1368)
+++ branches/samba4/debian/libtalloc-dev.install	2007-05-09 13:13:32 UTC (rev 1369)
@@ -1,4 +0,0 @@
-usr/include/samba-4.0/talloc.h
-usr/lib/pkgconfig/talloc.pc
-usr/lib/libtalloc.so
-usr/share/man/man3/talloc.3

Deleted: branches/samba4/debian/libtalloc0.install
===================================================================
--- branches/samba4/debian/libtalloc0.install	2007-05-09 13:08:47 UTC (rev 1368)
+++ branches/samba4/debian/libtalloc0.install	2007-05-09 13:13:32 UTC (rev 1369)
@@ -1 +0,0 @@
-usr/lib/libtalloc.so.0.*

Deleted: branches/samba4/debian/libtalloc0.postinst
===================================================================
--- branches/samba4/debian/libtalloc0.postinst	2007-05-09 13:08:47 UTC (rev 1368)
+++ branches/samba4/debian/libtalloc0.postinst	2007-05-09 13:13:32 UTC (rev 1369)
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# postinst script for libtalloc0
-#
-# $Id$
-#
-
-if [ "$1" = "configure" ]; then
-	ldconfig
-fi
-
-#DEBHELPER#

Deleted: branches/samba4/debian/libtdb-dev.install
===================================================================
--- branches/samba4/debian/libtdb-dev.install	2007-05-09 13:08:47 UTC (rev 1368)
+++ branches/samba4/debian/libtdb-dev.install	2007-05-09 13:13:32 UTC (rev 1369)
@@ -1,3 +0,0 @@
-usr/include/samba-4.0/tdb.h
-usr/lib/pkgconfig/tdb.pc
-usr/lib/libtdb.so

Deleted: branches/samba4/debian/libtdb0.install
===================================================================
--- branches/samba4/debian/libtdb0.install	2007-05-09 13:08:47 UTC (rev 1368)
+++ branches/samba4/debian/libtdb0.install	2007-05-09 13:13:32 UTC (rev 1369)
@@ -1 +0,0 @@
-usr/lib/libtdb.so.0.*

Deleted: branches/samba4/debian/libtdb0.postinst
===================================================================
--- branches/samba4/debian/libtdb0.postinst	2007-05-09 13:08:47 UTC (rev 1368)
+++ branches/samba4/debian/libtdb0.postinst	2007-05-09 13:13:32 UTC (rev 1369)
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# postinst script for libtdb0
-#
-# $Id$
-#
-
-if [ "$1" = "configure" ]; then
-	ldconfig
-fi
-
-#DEBHELPER#




More information about the Pkg-samba-maint mailing list