[Pkg-samba-maint] r2344 - branches/samba/experimental/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Tue Jan 20 21:25:52 UTC 2009


Author: bubulle
Date: 2009-01-20 21:25:52 +0000 (Tue, 20 Jan 2009)
New Revision: 2344

Modified:
   branches/samba/experimental/debian/changelog
   branches/samba/experimental/debian/control
Log:
Add ${misc:Depends} in dependencies for all binary packages as we're using
debhelper in the source package


Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog	2009-01-20 05:39:12 UTC (rev 2343)
+++ branches/samba/experimental/debian/changelog	2009-01-20 21:25:52 UTC (rev 2344)
@@ -9,6 +9,9 @@
   * Add 'status" option to init scripts. Thansk to Dustin Kirkland for
     providing the patch. Closes: #488275
   * Move WHATSNEW.txt, README, Roadmap to samba-common. Closes: #491997
+  * [Lintian] Add ${misc:Depends} to dependencies of binary packages
+    that didn't have it already as we're using debhelper in the source
+    package
 
   [ Debconf translations ]
   * Asturian added. Closes: #511730

Modified: branches/samba/experimental/debian/control
===================================================================
--- branches/samba/experimental/debian/control	2009-01-20 05:39:12 UTC (rev 2343)
+++ branches/samba/experimental/debian/control	2009-01-20 21:25:52 UTC (rev 2344)
@@ -52,7 +52,7 @@
 
 Package: smbclient
 Architecture: any
-Depends: samba-common (= ${binary:Version}), ${shlibs:Depends}
+Depends: samba-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Replaces: samba (<< 2.999+3.0.alpha21-4), smbget
 Provides: samba-client
 Suggests: smbfs
@@ -87,6 +87,7 @@
 Section: doc
 Architecture: all
 Suggests: samba-doc-pdf
+Depends: ${misc:Depends}
 Description: Samba documentation
  Samba is an implementation of the SMB/CIFS protocol for Unix systems,
  providing support for cross-platform file and printer sharing with
@@ -98,6 +99,7 @@
 Package: samba-doc-pdf
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Samba documentation in PDF format
  Samba is an implementation of the SMB/CIFS protocol for Unix systems,
  providing support for cross-platform file and printer sharing with
@@ -109,7 +111,7 @@
 Section: otherosfs
 Priority: optional
 Architecture: any
-Depends: netbase (>= 2.02), samba-common (= ${binary:Version}), ${shlibs:Depends}
+Depends: netbase (>= 2.02), samba-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Suggests: smbclient
 Replaces: smbfsx
 Description: Samba file system utilities
@@ -125,7 +127,7 @@
 Section: admin
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, samba-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, samba-common (= ${binary:Version}), ${misc:Depends}
 Suggests: samba
 Description: pluggable authentication module for Samba
  This is a module for PAM that enables a system administrator to migrate
@@ -139,7 +141,7 @@
 Section: libs
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: shared library for communication with SMB/CIFS servers
  This package provides a shared library that enables client applications
  to talk to Microsoft Windows and Samba servers using the SMB/CIFS
@@ -149,7 +151,7 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libsmbclient (= ${binary:Version})
+Depends: libsmbclient (= ${binary:Version}), ${misc:Depends}
 Description: development files for libsmbclient
  This package provides the development files (static library and headers)
  required for building applications against libsmbclient, a library that
@@ -179,7 +181,7 @@
 Section: devel
 Priority: extra
 Architecture: any
-Depends: samba (= ${binary:Version})
+Depends: samba (= ${binary:Version}), ${misc:Depends}
 Description: Samba debugging symbols
  Samba is an implementation of the SMB/CIFS protocol for Unix systems,
  providing support for cross-platform file and printer sharing with
@@ -193,7 +195,7 @@
 Section: libs
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Samba winbind client library
  Samba is an implementation of the SMB/CIFS protocol for Unix systems,
  providing support for cross-platform file and printer sharing with




More information about the Pkg-samba-maint mailing list