sync debian package from rc4
authorGerald Carter <jerry@samba.org>
Tue, 23 Sep 2003 19:52:33 +0000 (19:52 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 23 Sep 2003 19:52:33 +0000 (19:52 +0000)
packaging/Debian/README
packaging/Debian/debian/README.build-upstream
packaging/Debian/debian/changelog
packaging/Debian/debian/rules

index 40dd3103660a708e0e4dcb529eb41aa1a2c2d80c..6435a5a042afada4dd430c8dc84b7c2874c4bd19 100644 (file)
@@ -4,9 +4,9 @@ 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
+current as of Samba 3.0.0rc4, 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.0rc4
 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 40dd3103660a708e0e4dcb529eb41aa1a2c2d80c..6435a5a042afada4dd430c8dc84b7c2874c4bd19 100644 (file)
@@ -4,9 +4,9 @@ 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
+current as of Samba 3.0.0rc4, 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.0rc4
 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 e29eeaf92087c351d1d27e7e39c4c7fac5afbf49..61d72506567e4114d7dc951d817fb61ea6e5df0b 100644 (file)
@@ -1,8 +1,19 @@
-samba (3.0.0beta2+3.0.0rc3-1) unstable; urgency=low
+samba (3.0.0beta2+3.0.0rc4-1) unstable; urgency=low
 
   * Local build.
 
- -- Debian User <user@somewhere.com>  Mon,  8 Sep 2003 13:33:21 -0400
+ -- Debian User <user@somewhere.com>  Thu, 11 Sep 2003 16:15:27 -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
 
index a59aebeb9c51bce19ef3391356a96cbe9cac216c..8b35736116ca62ba57efe9412b48b83e11d57f4b 100755 (executable)
@@ -211,7 +211,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