[Pkg-samba-maint] r1156 - trunk
Peter Eisentraut
petere at costa.debian.org
Fri Sep 15 13:56:02 UTC 2006
Author: petere
Date: 2006-09-15 13:56:01 +0000 (Fri, 15 Sep 2006)
New Revision: 1156
Modified:
trunk/changelog
trunk/control
trunk/control.in
Log:
* Make swat binNMU-safe by using ${source:Version} for dependency on
samba-doc
Modified: trunk/changelog
===================================================================
--- trunk/changelog 2006-09-11 08:38:55 UTC (rev 1155)
+++ trunk/changelog 2006-09-15 13:56:01 UTC (rev 1156)
@@ -1,4 +1,4 @@
-samba (3.0.23c-1) UNRELEASED; urgency=low
+samba (3.0.23c-2) UNRELEASED; urgency=low
[ Debconf translations ]
* Updated Swedish. Closes: #386510.
@@ -10,8 +10,12 @@
* Change the Maintainer field at last to the mailing list... gives
our spam rules some testing, in response to popular demand :)
- -- Steve Langasek <vorlon at debian.org> Mon, 11 Sep 2006 01:36:27 -0700
+ [ Peter Eisentraut ]
+ * Make swat binNMU-safe by using ${source:Version} for dependency on
+ samba-doc
+ -- Peter Eisentraut <petere at debian.org> Fri, 15 Sep 2006 15:53:26 +0200
+
samba (3.0.23c-1) unstable; urgency=low
[ Christian Perrier ]
Modified: trunk/control
===================================================================
--- trunk/control 2006-09-11 08:38:55 UTC (rev 1155)
+++ trunk/control 2006-09-15 13:56:01 UTC (rev 1156)
@@ -75,7 +75,7 @@
Package: swat
Architecture: any
-Depends: samba (= ${Source-Version}), samba-doc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, netbase
+Depends: samba (= ${Source-Version}), samba-doc (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, netbase
Description: Samba Web Administration Tool
The Samba software suite is a collection of programs that
implements the SMB/CIFS protocol for unix systems, allowing you to serve
Modified: trunk/control.in
===================================================================
--- trunk/control.in 2006-09-11 08:38:55 UTC (rev 1155)
+++ trunk/control.in 2006-09-15 13:56:01 UTC (rev 1156)
@@ -75,7 +75,7 @@
Package: swat
Architecture: any
-Depends: samba (= ${Source-Version}), samba-doc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, netbase
+Depends: samba (= ${Source-Version}), samba-doc (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, netbase
Description: Samba Web Administration Tool
The Samba software suite is a collection of programs that
implements the SMB/CIFS protocol for unix systems, allowing you to serve
More information about the Pkg-samba-maint
mailing list