summaryrefslogtreecommitdiff
path: root/packaging/Debian
diff options
context:
space:
mode:
authorEloy Paris <peloy@samba.org>2003-06-19 17:22:43 +0000
committerEloy Paris <peloy@samba.org>2003-06-19 17:22:43 +0000
commitc7e45a8586d58eb8b0f38ce44707de5313ec9cba (patch)
tree046ef29152bebeb2f5dd88f51498f3f35e17508b /packaging/Debian
parentdf24532fa7343ad97bb3d2ef2937486984ae0df2 (diff)
downloadsamba-c7e45a8586d58eb8b0f38ce44707de5313ec9cba.tar.gz
samba-c7e45a8586d58eb8b0f38ce44707de5313ec9cba.tar.bz2
samba-c7e45a8586d58eb8b0f38ce44707de5313ec9cba.zip
Minor Debian updates.
(This used to be commit f9f5211d79feb07f20f6aad9e8829d19eaf096fd)
Diffstat (limited to 'packaging/Debian')
-rw-r--r--packaging/Debian/debian/changelog26
-rw-r--r--packaging/Debian/debian/patches/fhs.patch2
2 files changed, 23 insertions, 5 deletions
diff --git a/packaging/Debian/debian/changelog b/packaging/Debian/debian/changelog
index 28d71269bf..48dfa47f08 100644
--- a/packaging/Debian/debian/changelog
+++ b/packaging/Debian/debian/changelog
@@ -1,15 +1,33 @@
-samba (3.0beta1-1) unstable; urgency=low
+samba (3.0.0beta2-1) unstable; urgency=low
* Local build.
- -- Debian User <somebody@somewhere> Sat, 31 May 2003 22:49:18 -0400
+ -- Eloy A. Paris <peloy@debian.org> Thu, 19 Jun 2003 13:17:39 -0400
-samba (2.999+3.0.alpha24-4) unstable; urgency=low
+samba (3.0.0beta1-2) unstable; urgency=low
+ * Update build-deps to libacl1-dev (>= 2.2.11-1), libacl1 (>= 2.2.11-1)
+ to make sure we get the right shlib dependencies (closes: #193149).
+ * Update the dhcp config hooks so they're suitable for sourcing (i.e.,
+ don't call "exit"). (closes: #196477)
+
+ -- Steve Langasek <vorlon@debian.org> Thu, 12 Jun 2003 15:02:00 -0500
+
+samba (3.0.0beta1-1) unstable; urgency=low
+
+ * New upstream version.
+ - fix for empty browselist bug (closes: #194553)
+ - fix for tab completion segfault in smbclient (closes: #194776)
+ - Samba now works as a domain member again without segfaulting
+ (closes: #194134, #194394, #194775)
+ - WinXP machines can join a Samba-controlled domain again
+ (closes: #195362)
* Build-depend on python-dev >= 2.2 instead of on just python-dev
(without version).
+ * Added Vorlon'n patch to source/lib/time.c to fix #194075.
+ (closes: #194075)
- -- Eloy A. Paris <peloy@debian.org> Sat, 31 May 2003 18:46:05 -0400
+ -- Eloy A. Paris <peloy@debian.org> Sun, 8 Jun 2003 22:26:43 -0400
samba (2.999+3.0.alpha24-3) unstable; urgency=low
diff --git a/packaging/Debian/debian/patches/fhs.patch b/packaging/Debian/debian/patches/fhs.patch
index fe34d01200..c19c42006f 100644
--- a/packaging/Debian/debian/patches/fhs.patch
+++ b/packaging/Debian/debian/patches/fhs.patch
@@ -131,7 +131,7 @@ diff -uNr samba-3.0alpha23.orig/source/dynconfig.c samba-3.0alpha23/source/dynco
diff -uNr samba-3.0alpha23.orig/source/groupdb/mapping.c samba-3.0alpha23/source/groupdb/mapping.c
--- samba-3.0alpha23.orig/source/groupdb/mapping.c 2003-03-30 20:28:28.000000000 -0600
+++ samba-3.0alpha23/source/groupdb/mapping.c 2003-04-04 21:04:05.000000000 -0600
-@@ -218,7 +218,7 @@
+@@ -134,7 +134,7 @@
if (tdb && local_pid == sys_getpid())
return True;