[Pkg-samba-maint] r949 - in tags: . RELEASE_3_9_0_SVN12946_1
Steinar H. Gunderson
sesse at costa.debian.org
Sun Jan 15 12:47:57 UTC 2006
Author: sesse
Date: 2006-01-15 12:47:46 +0000 (Sun, 15 Jan 2006)
New Revision: 949
Added:
tags/RELEASE_3_9_0_SVN12946_1/
tags/RELEASE_3_9_0_SVN12946_1/changelog
tags/RELEASE_3_9_0_SVN12946_1/samba.init
Removed:
tags/RELEASE_3_9_0_SVN12946_1/changelog
tags/RELEASE_3_9_0_SVN12946_1/samba.init
Log:
Release 3.9.0+SVN12946-1.
Copied: tags/RELEASE_3_9_0_SVN12946_1 (from rev 938, branches/samba4)
Deleted: tags/RELEASE_3_9_0_SVN12946_1/changelog
===================================================================
--- branches/samba4/changelog 2006-01-12 00:35:27 UTC (rev 938)
+++ tags/RELEASE_3_9_0_SVN12946_1/changelog 2006-01-15 12:47:46 UTC (rev 949)
@@ -1,160 +0,0 @@
-samba (3.9.0+SVN12857-1) experimental; urgency=low
-
- * Add sections to binary packages to match the archive:
- * libparse-pidl-perl: perl
- * samba-dev: devel
- * samba-gtk-frontends: x11
- * Adjust our export procedure we get the Subversion revision number in
- include/version.h (and thus in the build itself), and document how in
- README.building.
- * Make "reload" in the init script do a restart, since Samba 4 doesn't
- understand SIGHUP yet.
-
- -- Steinar H. Gunderson <sesse at debian.org> Thu, 12 Jan 2006 01:35:00 +0100
-
-samba (3.9.0+SVN12856-1) experimental; urgency=low
-
- * New upstream version.
- * Move testparm from samba into samba-common.
- * Make samba-common Architecture: any.
- * Make samba-common replace/conflict samba (<= 3.9.0+SVN12739-1).
- * Make samba-clients depend on samba-common.
- * Make samba-common depend on debconf.
- * Replace debconf dependencies with ${misc:Depends}, to automatically
- get the debconf-2.0 alternative right.
- * Include the newuser binary in samba-server package.
- * Add missing Build-Depends on: libgnutls-dev, libreadline5-dev,
- libpam0g-dev. All were causing silent build failures (ie. the package
- was simply built without the features).
- * Remove Build-Depends on libldap-dev.
- * Include NEWS file.
-
- -- Steinar H. Gunderson <sesse at debian.org> Wed, 11 Jan 2006 22:08:32 +0100
-
-samba (3.9.0+SVN12739-1) experimental; urgency=low
-
- * Move /usr/lib/samba/setup from samba-common to samba.
- * Make samba replace samba-common (<= 3.9.0+SVN12726-1)
- * Add a missing db_stop in samba.postinst, probably causing problems
- starting the daemon in some cases.
- * Add orphan files from /usr/bin (and relevant manpages) into their
- correct packages:
- * ldb-tools: ldbrename, ldbtest, oLschema2ldif.
- * samba: ntlm_auth.
- * samba-clients: getntacl.
- * samba-gtk-frontends: gwcrontab.
- * winregistry-tools: winreg.
- * samba3dump and tdbtorture remain orphans.
- * Add new executable /usr/bin/testparm to samba package.
- * Add /var/lib/samba directory to samba package; it's needed by
- testparm.
- * Rewrite configuration/bootstrapping to be able to install the client
- only and still get a usable smb.conf. The basic idea is:
- * samba-common looks for an smb.conf. If there is none, it asks for
- realm and domain and generates a skeleton smb.conf.
- * If samba notices an upgrade from Samba 3, it asks whether the user
- wants to upgrade. If not, it leaves everything alone (and broken).
- * Otherwise, samba asks whether the user wants to set up a PDC. If yes,
- it adds "server role = pdc" to smb.conf and provisions the server.
- * Removed unused file samba.conffiles.
- * Run dh_installdebconf on architecture-independent packages as well, now
- that samba-common has a config script.
- * Let samba-clients conflict/replace samba-common (<< 3.9.0), as they share
- /usr/bin/net.
-
- -- Steinar H. Gunderson <sesse at debian.org> Fri, 6 Jan 2006 14:25:50 +0100
-
-samba (3.9.0+SVN12726-1) experimental; urgency=low
-
- * First upload to Debian main.
-
- * Package renaming to get more in line with Samba 3 packaging:
- * Rename samba-server package to just samba, for consistency with the
- Samba 3 packaging.
- * Rename samba.samba.init to samba.init, now that the init script and the
- server package are called the same.
- * Rename samba-swat to swat, and add a dependency from swat to samba.
-
- * debian/rules changes:
- * Change SOURCEPATH to reflect that we now have the packaging in debian/,
- not packaging/debian/. This will have to be reverted whenever upstream
- syncs with us.
- * Removed debmake comment, it's hardly relevant any more.
- * Removed comment that there aren't any architecture-independent packages
- (because there are).
- * Remove redundant "package=samba" variable.
- * Do "make pch ; make all" instead of "make proto ; -make pch ; make all";
- some build system bug prevents us from just doing "make pch all", but
- since we're more or less guaranteed a recent gcc version, the pch target
- shouldn't fail, so we won't allow it to.
- * Remove autogen.sh call from configure; it should be done in the
- upstream tarball, not in maintainer scripts.
-
- * debian/control changes:
- * Copied Uploaders: line from Samba 3 packaging, adding myself.
- * Rename samba-client package to samba-clients.
- * Make samba-clients Replaces/Conflicts smbclient.
- * Build-depend on docbook-xml, not just docbook-xsl -- the documentation
- needs data from both to build.
- * Move the samba binary package to the top, so it's the one receiving
- the README.* files, among others.
-
- * Maintainer script changes:
- * Attempt to upgrade from Samba 3 if that's what the user tries to do.
- * Copy upgrade script into /usr/lib/samba/setup.
- * Check for upgrade from << 3.9.0 in config, and ask the user for upgrade
- if relevant.
- * Check for upgrade from << 3.9.0 in postinst, and upgrade if the user
- wished to.
- * Only provision in samba.postinst if we're doing a fresh install.
- * Support purging properly in postrm, both for samba and samba-common
- (adapted from the Samba 3 packaging).
- * Don't ask about an administrator password -- just let the provisioning
- scripts make up a random one.
- * Updated README.Debian to show the user how to change the password.
- * Make samba recommend ldb-tools.
- * Install README.building along with all the other documentation.
- * Don't try to ask about the "done" question, which we nuked in a previous
- release.
-
- * Updated debian/copyright.
- * Added Samba copyright holders.
- * Noted that talloc, ldb and tdb are under the LGPL.
- * Added copyright holders and licensing for the packaging itself.
-
- * Remove a few unused files in the packaging.
- * Change debhelper compatibility level to 5.
- * Update versioned depends accordingly.
- * Don't give --pidfile to start-stop-daemon when stopping -- current
- versions of Samba 4 won't die when the parent is killed.
- * Updated README.debian somewhat, and renamed to use a capital D.
- * Rewritten README.building, to reflect the magic that has to be done
- with the package in another repository.
- * Update po/POTFILES.in to reflect name change (from samba4-server ->
- samba-server -> samba).
-
- -- Steinar H. Gunderson <sesse at debian.org> Thu, 5 Jan 2006 21:27:13 +0100
-
-samba (3.9.0+SVN12395-1) unstable; urgency=low
-
- * New snapshot, drop 4 suffix
-
- -- Jelmer Vernooij <jelmer at samba.org> Tue, 20 Dec 2005 13:38:26 +0100
-
-samba4 (3.9.0+SVN12312-1) unstable; urgency=low
-
- * New upstream snapshot.
-
- -- Jelmer Vernooij <jelmer at samba.org> Mon, 27 Jun 2005 11:25:57 +0200
-
-samba4 (3.9.0-SVN-build-6710-1) unstable; urgency=low
-
- * Newer upstream version
-
- -- Jelmer Vernooij <jelmer at samba.org> Thu, 12 May 2005 14:04:05 +0200
-
-samba4 (3.9.0-SVN-build-655-1) unstable; urgency=low
-
- * Initial release.
-
- -- Jelmer Vernooij <jelmer at samba.org> Thu, 13 May 2004 01:38:41 +0200
Copied: tags/RELEASE_3_9_0_SVN12946_1/changelog (from rev 948, branches/samba4/changelog)
Deleted: tags/RELEASE_3_9_0_SVN12946_1/samba.init
===================================================================
--- branches/samba4/samba.init 2006-01-12 00:35:27 UTC (rev 938)
+++ tags/RELEASE_3_9_0_SVN12946_1/samba.init 2006-01-15 12:47:46 UTC (rev 949)
@@ -1,56 +0,0 @@
-#! /bin/sh
-
-#
-# Start/stops the Samba daemon (smbd).
-# Adapted from the Samba 3 packages.
-#
-
-SMBDPID=/var/run/samba/smbd.pid
-
-# clear conflicting settings from the environment
-unset TMPDIR
-
-# See if the daemon and the config file are there
-test -x /usr/sbin/smbd -a -r /etc/samba/smb.conf || exit 0
-
-. /lib/lsb/init-functions
-
-case "$1" in
- start)
- log_daemon_msg "Starting Samba 4 daemon" "smbd"
-
- if ! start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/smbd -- -D; then
- log_end_msg 1
- exit 1
- fi
-
- log_end_msg 0
- ;;
- stop)
- log_daemon_msg "Stopping Samba 4 daemon" "smbd"
-
- start-stop-daemon --stop --quiet --name smbd $SMBDPID
- # Wait a little and remove stale PID file
- sleep 1
- if [ -f $SMBDPID ] && ! ps h `cat $SMBDPID` > /dev/null
- then
- # Stale PID file (smbd was succesfully stopped),
- # remove it (should be removed by smbd itself IMHO.)
- rm -f $SMBDPID
- fi
-
- log_end_msg 0
-
- ;;
- restart|reload|force-reload)
- $0 stop
- sleep 1
- $0 start
- ;;
- *)
- echo "Usage: /etc/init.d/samba {start|stop|reload|restart|force-reload}"
- exit 1
- ;;
-esac
-
-exit 0
Copied: tags/RELEASE_3_9_0_SVN12946_1/samba.init (from rev 939, branches/samba4/samba.init)
More information about the Pkg-samba-maint
mailing list