summaryrefslogtreecommitdiff
path: root/packaging/Debian
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-09-23 19:52:33 +0000
committerGerald Carter <jerry@samba.org>2003-09-23 19:52:33 +0000
commit0675d21aa83c41bca315d434923b83af762d9d2b (patch)
treead4239772e1f977f8a99b05c407b6fd2b93d0410 /packaging/Debian
parent704c768240801f33aba2743542332c45f9c3c50e (diff)
downloadsamba-0675d21aa83c41bca315d434923b83af762d9d2b.tar.gz
samba-0675d21aa83c41bca315d434923b83af762d9d2b.tar.bz2
samba-0675d21aa83c41bca315d434923b83af762d9d2b.zip
sync debian package from rc4
(This used to be commit 4ec00ca5eb86f0d2b1493a57fcd804e4ad9b68ce)
Diffstat (limited to 'packaging/Debian')
-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 40dd310366..6435a5a042 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 40dd310366..6435a5a042 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 e29eeaf920..61d7250656 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 a59aebeb9c..8b35736116 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