diff options
author | Simo Sorce <idra@samba.org> | 2004-08-20 08:38:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:24 -0500 |
commit | ab97995079bf6ffbc0f2d0b6021860c4b2a516dd (patch) | |
tree | f0bd5db5f6ee3bc3eb81a6f1467736bce6bd7387 | |
parent | 9e20bb59fb7aba1d4419a9d58dae5d319e68be21 (diff) | |
download | samba-ab97995079bf6ffbc0f2d0b6021860c4b2a516dd.tar.gz samba-ab97995079bf6ffbc0f2d0b6021860c4b2a516dd.tar.bz2 samba-ab97995079bf6ffbc0f2d0b6021860c4b2a516dd.zip |
r1946: update debian stable package tree
(This used to be commit 7a96ed015ea79512b12195a9086f96d9634303b4)
-rw-r--r-- | packaging/Debian/debian-stable/changelog | 13 | ||||
-rw-r--r-- | packaging/Debian/debian-stable/files | 11 | ||||
-rw-r--r-- | packaging/Debian/debian-stable/patches/documentation.patch | 4 | ||||
-rw-r--r-- | packaging/Debian/debian-stable/samba.docs | 1 |
4 files changed, 15 insertions, 14 deletions
diff --git a/packaging/Debian/debian-stable/changelog b/packaging/Debian/debian-stable/changelog index ee4b7200ea..f27fa2317e 100644 --- a/packaging/Debian/debian-stable/changelog +++ b/packaging/Debian/debian-stable/changelog @@ -1,3 +1,16 @@ +samba (3.0.6-1) stable; urgency=low + + * samba 3.0.6 release + + -- Simo Sorce <idra@samba.org> Fri, 20 August 2004 10:19:00 +0200 + +samba (3.0.5-1) stable; urgency=low + + * samba 3.0.5 release + * Security Fix Release + + -- Simo Sorce <idra@samba.org> Tue, 27 July 2004 15:15:00 +0200 + samba (3.0.4-1) stable; urgency=low * samba 3.0.4 release diff --git a/packaging/Debian/debian-stable/files b/packaging/Debian/debian-stable/files deleted file mode 100644 index 8821a7e738..0000000000 --- a/packaging/Debian/debian-stable/files +++ /dev/null @@ -1,11 +0,0 @@ -samba-doc_3.0.2-1_all.deb doc optional -samba_3.0.2-1_i386.deb net optional -samba-common_3.0.2-1_i386.deb net optional -smbclient_3.0.2-1_i386.deb net optional -swat_3.0.2-1_i386.deb net optional -smbfs_3.0.2-1_i386.deb otherosfs optional -libpam-smbpass_3.0.2-1_i386.deb admin extra -libsmbclient_3.0.2-1_i386.deb libs extra -libsmbclient-dev_3.0.2-1_i386.deb libdevel extra -winbind_3.0.2-1_i386.deb net optional -python2.2-samba_3.0.2-1_i386.deb python optional diff --git a/packaging/Debian/debian-stable/patches/documentation.patch b/packaging/Debian/debian-stable/patches/documentation.patch index b82552ef4d..ab64790fc9 100644 --- a/packaging/Debian/debian-stable/patches/documentation.patch +++ b/packaging/Debian/debian-stable/patches/documentation.patch @@ -18,7 +18,7 @@ .TP 3 \(bu --/usr/local/samba/bin/swat +-/usr/local/samba/sbin/swat +/usr/sbin/swat .TP \(bu @@ -48,7 +48,7 @@ +In \fI/etc/inetd\&.conf\fR you should add a line like this (not needed for Debian since the maintainer scripts do it. You need to uncomment the line, though, because it is added commented out for security reasons): .PP --\fBswat stream tcp nowait\&.400 root /usr/local/samba/bin/swat swat\fR +-\fBswat stream tcp nowait\&.400 root /usr/local/samba/sbin/swat swat\fR +\fBswat stream tcp nowait.400 root /usr/sbin/swat swat\fR .PP diff --git a/packaging/Debian/debian-stable/samba.docs b/packaging/Debian/debian-stable/samba.docs index d38ff256ee..9a5a9fc6bf 100644 --- a/packaging/Debian/debian-stable/samba.docs +++ b/packaging/Debian/debian-stable/samba.docs @@ -1,4 +1,3 @@ Manifest README -REVISION WHATSNEW.txt |