summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEloy Paris <peloy@samba.org>2003-09-11 20:16:25 +0000
committerEloy Paris <peloy@samba.org>2003-09-11 20:16:25 +0000
commitf8911813d656a5e48777a6af77a263c1b1b13661 (patch)
tree8ae32f143e776dae8e12b781667145d56528240a /packaging
parent8b5644722cf5019d61f56675d09e81d0acb03957 (diff)
downloadsamba-f8911813d656a5e48777a6af77a263c1b1b13661.tar.gz
Doh! It wasn't building on architectures other than i386.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Debian/README4
-rw-r--r--packaging/Debian/debian/README.build-upstream4
-rw-r--r--packaging/Debian/debian/changelog15
-rwxr-xr-xpackaging/Debian/debian/rules2
4 files changed, 18 insertions, 7 deletions
diff --git a/packaging/Debian/README b/packaging/Debian/README
index 40dd3103660..6435a5a042a 100644
--- a/packaging/Debian/README
+++ b/packaging/Debian/README
@@ -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
diff --git a/packaging/Debian/debian/README.build-upstream b/packaging/Debian/debian/README.build-upstream
index 40dd3103660..6435a5a042a 100644
--- a/packaging/Debian/debian/README.build-upstream
+++ b/packaging/Debian/debian/README.build-upstream
@@ -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
diff --git a/packaging/Debian/debian/changelog b/packaging/Debian/debian/changelog
index e29eeaf9208..61d72506567 100644
--- a/packaging/Debian/debian/changelog
+++ b/packaging/Debian/debian/changelog
@@ -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
diff --git a/packaging/Debian/debian/rules b/packaging/Debian/debian/rules
index a59aebeb9c5..8b35736116c 100755
--- a/packaging/Debian/debian/rules
+++ b/packaging/Debian/debian/rules
@@ -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