diff options
author | Gerald Carter <jerry@samba.org> | 2003-09-24 15:05:22 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-09-24 15:05:22 +0000 |
commit | 293421f3c64a2adff7dc15f7ad3adb6120c9fd16 (patch) | |
tree | b18b6e0cda6e04dac9f47ab9fdb661f1dfa65b7b /packaging/Debian/debian | |
parent | 43004ba8830874a8ab02bc755b1e99160af982b5 (diff) | |
download | samba-293421f3c64a2adff7dc15f7ad3adb6120c9fd16.tar.gz samba-293421f3c64a2adff7dc15f7ad3adb6120c9fd16.tar.bz2 samba-293421f3c64a2adff7dc15f7ad3adb6120c9fd16.zip |
syncing up docs, examples, & packaging from 3.0
(This used to be commit dd1348c566b4700ea01bd89639e2d3330c878167)
Diffstat (limited to 'packaging/Debian/debian')
-rw-r--r-- | packaging/Debian/debian/README.build-upstream | 10 | ||||
-rw-r--r-- | packaging/Debian/debian/changelog | 21 | ||||
-rw-r--r-- | packaging/Debian/debian/patches/fhs.patch | 2 | ||||
-rw-r--r-- | packaging/Debian/debian/patches/samba.patch | 4 | ||||
-rwxr-xr-x | packaging/Debian/debian/rules | 3 |
5 files changed, 29 insertions, 11 deletions
diff --git a/packaging/Debian/debian/README.build-upstream b/packaging/Debian/debian/README.build-upstream index 40dd310366..95c75d5fc5 100644 --- a/packaging/Debian/debian/README.build-upstream +++ b/packaging/Debian/debian/README.build-upstream @@ -1,12 +1,12 @@ Building Samba Packages for Debian GNU/Linux -------------------------------------------- -Building Debian packages is not as hard as some people might think. The -following instructions will allow you to build your own Samba Debian -packages. These instructions, and the files in packaging/Debian/, are -current as of Samba 3.0.0rc2, and allow you to build Debian packages +Building Debian packages is not as hard as some people might think. +The following instructions will allow you to build your own Samba +Debian packages. These instructions and the files in packaging/Debian/ +are current as of Samba 3.0.0, and allow you to build Debian packages for Debian unstable (so you need some development packages available -only in Debian unstable.) If you are using something newer than 3.0.0rc2 +only in Debian unstable.) If you are using something newer than 3.0.0 you might want to try to follow the instructions to see if patches apply cleanly. If some patches don't apply cleanly please e-mail samba@packages.debian.org since we might have fixed patches that we have diff --git a/packaging/Debian/debian/changelog b/packaging/Debian/debian/changelog index e29eeaf920..0561f063fa 100644 --- a/packaging/Debian/debian/changelog +++ b/packaging/Debian/debian/changelog @@ -1,8 +1,25 @@ -samba (3.0.0beta2+3.0.0rc3-1) unstable; urgency=low +samba (3.0.0-1) unstable; urgency=low * Local build. - -- Debian User <user@somewhere.com> Mon, 8 Sep 2003 13:33:21 -0400 + -- Debian User <somebody@somewhere.com> Tue, 23 Sep 2003 21:50:26 -0400 + +samba (3.0.0beta2+3.0.0rc4-1) unstable; urgency=low + + * New upstream version. + + -- Eloy A. Paris <peloy@debian.org> Sat, 13 Sep 2003 08:47:56 -0400 + +samba (3.0.0beta2+3.0.0rc3-1) unstable; urgency=low + + * New upstream release. Last Release Candidate according to the + Samba Team. Samba 3.0.0 is around the corner, in a week or so. + - Fixes use of non-PIC code in nss shared libraries (closes: #208773) + - 'unix password sync' option now runs the unix password program as + root again (closes: #209739). + * One-line patch to make packages buildable with distcc (closes: #210227) + + -- Eloy A. Paris <peloy@debian.org> Tue, 9 Sep 2003 07:57:16 -0400 samba (3.0.0beta2+3.0.0rc2-1) unstable; urgency=low diff --git a/packaging/Debian/debian/patches/fhs.patch b/packaging/Debian/debian/patches/fhs.patch index 1c90499a83..652641216b 100644 --- a/packaging/Debian/debian/patches/fhs.patch +++ b/packaging/Debian/debian/patches/fhs.patch @@ -366,7 +366,7 @@ diff -uNr samba-3.0.0beta2.orig/source/param/loadparm.c samba-3.0.0beta2/source/ char *szLockDir; char *szPidDir; char *szRootdir; -@@ -1082,8 +1082,13 @@ +@@ -1083,8 +1083,13 @@ {"config file", P_STRING, P_GLOBAL, &Globals.szConfigFile, NULL, NULL, FLAG_HIDE}, {"preload", P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, FLAG_ADVANCED}, {"auto services", P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, FLAG_ADVANCED}, diff --git a/packaging/Debian/debian/patches/samba.patch b/packaging/Debian/debian/patches/samba.patch index 2ea25bb328..8707ec517b 100644 --- a/packaging/Debian/debian/patches/samba.patch +++ b/packaging/Debian/debian/patches/samba.patch @@ -49,7 +49,7 @@ diff -uNr samba-3.0.0beta1.orig/source/script/installbin.sh samba-3.0.0beta1/sou diff -uNr samba-3.0.0beta1.orig/source/smbd/service.c samba-3.0.0beta1/source/smbd/service.c --- samba-3.0.0beta1.orig/source/smbd/service.c 2003-06-07 12:57:39.000000000 -0500 +++ samba-3.0.0beta1/source/smbd/service.c 2003-06-30 20:12:57.000000000 -0500 -@@ -885,6 +885,9 @@ +@@ -887,6 +887,9 @@ file_close_conn(conn); dptr_closecnum(conn); @@ -59,7 +59,7 @@ diff -uNr samba-3.0.0beta1.orig/source/smbd/service.c samba-3.0.0beta1/source/sm /* execute any "postexec = " line */ if (*lp_postexec(SNUM(conn)) && change_to_user(conn, vuid)) { -@@ -904,8 +907,5 @@ +@@ -906,8 +909,5 @@ smbrun(cmd,NULL); } diff --git a/packaging/Debian/debian/rules b/packaging/Debian/debian/rules index a59aebeb9c..73e5d16bc1 100755 --- a/packaging/Debian/debian/rules +++ b/packaging/Debian/debian/rules @@ -108,6 +108,7 @@ build: patch-stamp configure-stamp build-stamp build-stamp: dh_testdir + $(MAKE) -C source headers $(MAKE) -C source all nsswitch/libnss_wins.so python_ext touch build-stamp @@ -211,7 +212,7 @@ install: build # and lib.linux-i686-2.3 directories. Using only the stuff from # the 2.3 directory for now. peloy.- #cp source/build/lib.*/samba/*.so $(DESTDIR)/usr/lib/python2.3/site-packages/ - cp source/build/lib.linux-i686-2.3/samba/*.so $(DESTDIR)/usr/lib/python2.3/site-packages/ + cp source/build/lib.linux-*-2.3/samba/*.so $(DESTDIR)/usr/lib/python2.3/site-packages/ dh_movefiles |