Debian updates in preparation for Samba 3.0.0.
authorEloy Paris <peloy@samba.org>
Wed, 24 Sep 2003 02:39:04 +0000 (02:39 +0000)
committerEloy Paris <peloy@samba.org>
Wed, 24 Sep 2003 02:39:04 +0000 (02:39 +0000)
(This used to be commit 5db862733447dc8727c9a707325ab7dbcfd60889)

packaging/Debian/README
packaging/Debian/debian/README.build-upstream
packaging/Debian/debian/changelog
packaging/Debian/debian/patches/fhs.patch
packaging/Debian/debian/patches/samba.patch
packaging/Debian/debian/rules

index 6435a5a042afada4dd430c8dc84b7c2874c4bd19..95c75d5fc5194755333d84f764f5e1c5901e9f9b 100644 (file)
@@ -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.0rc4, 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.0rc4
+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
index 6435a5a042afada4dd430c8dc84b7c2874c4bd19..95c75d5fc5194755333d84f764f5e1c5901e9f9b 100644 (file)
@@ -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.0rc4, 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.0rc4
+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
index 61d72506567e4114d7dc951d817fb61ea6e5df0b..0561f063fa6dc19e3b149fd3ce47c331128c3693 100644 (file)
@@ -1,8 +1,14 @@
-samba (3.0.0beta2+3.0.0rc4-1) unstable; urgency=low
+samba (3.0.0-1) unstable; urgency=low
 
   * Local build.
 
- -- Debian User <user@somewhere.com>  Thu, 11 Sep 2003 16:15:27 -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
 
index 1c90499a83539e0627204926b269cf15cdabcb3e..652641216b69392cec574bf25b39899ad51c564b 100644 (file)
@@ -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}, 
index 2ea25bb328239a5be573a7831f9268c40e946121..8707ec517ba0ef9c83d07660cc32290b57a4a915 100644 (file)
@@ -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);
        }
  
index 8b35736116ca62ba57efe9412b48b83e11d57f4b..73e5d16bc19022e00614830c1a232d06aa1c9628 100755 (executable)
@@ -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