mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
sync debian package from rc4
(This used to be commit 4ec00ca5eb86f0d2b1493a57fcd804e4ad9b68ce)
This commit is contained in:
parent
704c768240
commit
0675d21aa8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user