1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

r12397: Change the 'samba4' prefix in the Debian packages back to 'samba'

(This used to be commit 2002ba90c58c5ae69d242986834d07f499e46253)
This commit is contained in:
Jelmer Vernooij 2005-12-20 14:15:35 +00:00 committed by Gerald (Jerry) Carter
parent adb30c5b2f
commit 91b479aeda
18 changed files with 42 additions and 36 deletions

View File

@ -1,8 +1,14 @@
samba4 (3.9.0+SVN7941-1) unstable; urgency=low samba (3.9.0+SVN12395-1) unstable; urgency=low
* New snapshot, drop 4 suffix
-- Jelmer Vernooij <jelmer@rhonwyn.lan.vernstok.nl> Tue, 20 Dec 2005 13:38:26 +0100
samba4 (3.9.0+SVN12312-1) unstable; urgency=low
* New upstream snapshot. * New upstream snapshot.
-- Jelmer Vernooij <jelmer@rhonwyn.lan.vernstok.nl> Mon, 27 Jun 2005 11:25:57 +0200 -- Jelmer Vernooij <jelmer@samba.org> Mon, 27 Jun 2005 11:25:57 +0200
samba4 (3.9.0-SVN-build-6710-1) unstable; urgency=low samba4 (3.9.0-SVN-build-6710-1) unstable; urgency=low

View File

@ -1,11 +1,11 @@
Source: samba4 Source: samba
Section: net Section: net
Priority: optional Priority: optional
Maintainer: Jelmer Vernooij <jelmer@samba.org> Maintainer: Jelmer Vernooij <jelmer@samba.org>
Standards-Version: 3.6.2 Standards-Version: 3.6.2
Build-Depends: libgtk2.0-dev, libgconf2-dev, libldap-dev, debhelper (>> 4.0.0), libparse-yapp-perl, perl, docbook-xsl, xsltproc, po-debconf Build-Depends: libgtk2.0-dev, libgconf2-dev, libldap-dev, debhelper (>> 4.0.0), libparse-yapp-perl, perl, docbook-xsl, xsltproc, po-debconf
Package: samba4-common Package: samba-common
Architecture: all Architecture: all
Description: Samba 4 common files used by both the server and the client Description: Samba 4 common files used by both the server and the client
The Samba software suite is a collection of programs that The Samba software suite is a collection of programs that
@ -19,10 +19,10 @@ Description: Samba 4 common files used by both the server and the client
regard to upgrades between versions. regard to upgrades between versions.
. .
This package contains the common files that are used by both the server This package contains the common files that are used by both the server
(provided in the samba4-server package) and the client (provided in the (provided in the samba-server package) and the client (provided in the
samba4-client package). samba-client package).
Package: samba4-client Package: samba-client
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Description: client utilities from Samba 4 Description: client utilities from Samba 4
@ -40,9 +40,9 @@ Description: client utilities from Samba 4
particular it includes the command line utilities smbclient, net, particular it includes the command line utilities smbclient, net,
and some ACL tools. and some ACL tools.
Package: samba4-testsuite Package: samba-testsuite
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, samba4-common Depends: ${shlibs:Depends}, samba-common
Description: test suite from Samba 4 Description: test suite from Samba 4
The Samba software suite is a collection of programs that The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve implements the SMB protocol for unix systems, allowing you to serve
@ -57,10 +57,10 @@ Description: test suite from Samba 4
This package contains programs for testing the reliability and speed This package contains programs for testing the reliability and speed
of SMB servers, Samba in particular. of SMB servers, Samba in particular.
Package: samba4-server Package: samba-server
Architecture: any Architecture: any
Recommends: samba4-swat Recommends: samba-swat
Depends: ${shlibs:Depends}, samba4-common, debconf Depends: ${shlibs:Depends}, samba-common, debconf
Description: LanManager-like file and printer server for Unix (version 4) Description: LanManager-like file and printer server for Unix (version 4)
The Samba software suite is a collection of programs that The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve implements the SMB protocol for unix systems, allowing you to serve
@ -74,7 +74,7 @@ Description: LanManager-like file and printer server for Unix (version 4)
. .
This package contains smbd, the Samba file, print and domain server. This package contains smbd, the Samba file, print and domain server.
Package: samba4-gtk-frontends Package: samba-gtk-frontends
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Description: graphical Samba client utilities Description: graphical Samba client utilities
@ -129,7 +129,7 @@ Description: IDL compiler written in Perl
which takes in IDL files and can output C code for various uses. It is which takes in IDL files and can output C code for various uses. It is
primarily of interest to developers. primarily of interest to developers.
Package: samba4-dev Package: samba-dev
Architecture: any Architecture: any
Depends: libparse-pidl-perl, libc6-dev, pkg-config (>= 0.14.0) Depends: libparse-pidl-perl, libc6-dev, pkg-config (>= 0.14.0)
Description: tools for extending Samba Description: tools for extending Samba
@ -166,7 +166,7 @@ Description: tools for maintaining LDB database files
are primarily useful for debugging and developing Samba or other are primarily useful for debugging and developing Samba or other
applications using LDB. applications using LDB.
Package: samba4-swat Package: samba-swat
Architecture: all Architecture: all
Description: data files for SWAT Description: data files for SWAT
The Samba software suite is a collection of programs that The Samba software suite is a collection of programs that

View File

@ -43,7 +43,7 @@ case "$1" in
start-stop-daemon --start --verbose --exec $DAEMON start-stop-daemon --start --verbose --exec $DAEMON
;; ;;
*) *)
echo "Usage: /etc/init.d/samba4 {start|stop|restart|force-reload}" echo "Usage: /etc/init.d/samba {start|stop|restart|force-reload}"
exit 1 exit 1
;; ;;
esac esac

View File

@ -5,7 +5,7 @@
SOURCEPATH=../source SOURCEPATH=../source
package=samba4 package=samba
configure: configure-stamp configure: configure-stamp
configure-stamp: configure-stamp:
@ -17,10 +17,10 @@ configure-stamp:
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
--sysconfdir=/etc \ --sysconfdir=/etc \
--libdir=/etc/samba4 \ --libdir=/etc/samba \
--with-configdir=/etc/samba4 \ --with-configdir=/etc/samba \
--with-privatedir=/etc/samba4 \ --with-privatedir=/etc/samba \
--with-piddir=/var/run/samba4 \ --with-piddir=/var/run/samba \
--localstatedir=/var \ --localstatedir=/var \
--with-pam \ --with-pam \
--with-syslog \ --with-syslog \
@ -66,7 +66,7 @@ install: build
dh_clean -k dh_clean -k
dh_installdirs dh_installdirs
mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1 mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1
mkdir -p $(CURDIR)/debian/tmp/etc/samba4 mkdir -p $(CURDIR)/debian/tmp/etc/samba
$(MAKE) -C $(SOURCEPATH) install DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C $(SOURCEPATH) install DESTDIR=$(CURDIR)/debian/tmp
$(MAKE) -C $(SOURCEPATH) manpages installman DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C $(SOURCEPATH) manpages installman DESTDIR=$(CURDIR)/debian/tmp
cp $(SOURCEPATH)/setup/provision $(CURDIR)/debian/tmp/usr/lib/samba/setup cp $(SOURCEPATH)/setup/provision $(CURDIR)/debian/tmp/usr/lib/samba/setup
@ -83,7 +83,7 @@ binary-arch: build install
dh_compress -a dh_compress -a
dh_fixperms -a dh_fixperms -a
dh_makeshlibs -a dh_makeshlibs -a
dh_installinit -a --name=samba4 dh_installinit -a --name=samba
dh_installdebconf -a dh_installdebconf -a
dh_installdeb -a dh_installdeb -a
dh_shlibdeps -a dh_shlibdeps -a

View File

@ -1,4 +1,4 @@
etc/samba4/tls etc/samba/tls
usr/lib/samba usr/lib/samba
var/cache/samba var/cache/samba
var/run/samba4 var/run/samba

View File

@ -5,13 +5,13 @@
# Adapted from the Samba 3 packages. # Adapted from the Samba 3 packages.
# #
SMBDPID=/var/run/samba4/smbd.pid SMBDPID=/var/run/samba/smbd.pid
# clear conflicting settings from the environment # clear conflicting settings from the environment
unset TMPDIR unset TMPDIR
# See if the daemon and the config file are there # See if the daemon and the config file are there
test -x /usr/sbin/smbd -a -r /etc/samba4/smb.conf || exit 0 test -x /usr/sbin/smbd -a -r /etc/samba/smb.conf || exit 0
. /lib/lsb/init-functions . /lib/lsb/init-functions
@ -55,7 +55,7 @@ case "$1" in
$0 start $0 start
;; ;;
*) *)
echo "Usage: /etc/init.d/samba4 {start|stop|reload|restart|force-reload}" echo "Usage: /etc/init.d/samba {start|stop|reload|restart|force-reload}"
exit 1 exit 1
;; ;;
esac esac

View File

@ -4,16 +4,16 @@ set -e
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule
db_get samba4-server/setup-pdc || true db_get samba-server/setup-pdc || true
if [ "$RET" = "true" ]; then if [ "$RET" = "true" ]; then
db_get samba4-server/realm db_get samba-server/realm
REALM="$RET" REALM="$RET"
db_get samba4-server/domain db_get samba-server/domain
DOMAIN="$RET" DOMAIN="$RET"
db_get samba4-server/password db_get samba-server/password
PASSWORD="$RET" PASSWORD="$RET"
db_stop db_stop

View File

@ -1,4 +1,4 @@
Template: samba4-server/setup-pdc Template: samba-server/setup-pdc
Type: boolean Type: boolean
Default: false Default: false
_Description: Set up Samba 4 as a PDC? _Description: Set up Samba 4 as a PDC?
@ -10,20 +10,20 @@ _Description: Set up Samba 4 as a PDC?
it serves the data from the zone file in that directory before you can use it serves the data from the zone file in that directory before you can use
your Active Directory domain. your Active Directory domain.
Template: samba4-server/realm Template: samba-server/realm
Type: string Type: string
_Description: Realm _Description: Realm
What Kerberos realm will your server be in? In many cases, this will be What Kerberos realm will your server be in? In many cases, this will be
the same as your DNS domain name (ie. YOUR.REALM). the same as your DNS domain name (ie. YOUR.REALM).
Template: samba4-server/domain Template: samba-server/domain
Type: string Type: string
_Description: Domain _Description: Domain
What will be the domain of your server? This is also known as the What will be the domain of your server? This is also known as the
"workgroup" of your server, and is typically a short name without any dots "workgroup" of your server, and is typically a short name without any dots
(ie. DOMAIN). (ie. DOMAIN).
Template: samba4-server/password Template: samba-server/password
Type: password Type: password
_Description: Administrator password _Description: Administrator password
You will need a password for the "Administrator" account. Note that in the You will need a password for the "Administrator" account. Note that in the