summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2008-04-17 07:45:22 +0000
committerbubulle <bubulle@alioth.debian.org>2008-04-17 07:45:22 +0000
commit79518b4f24db6c64c2ec14b974b802d9c5985311 (patch)
tree64af964b43c27c975143d0c58ab396520d81abd5
parentc6567c2c5e2ce6202226ee076f8ce5a8d986567b (diff)
downloadsamba-79518b4f24db6c64c2ec14b974b802d9c5985311.tar.gz
No longer gratuitously use /usr/lib/libsmbclient.so.0.1
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba/debian@1824 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r--changelog2
-rwxr-xr-xrules5
2 files changed, 4 insertions, 3 deletions
diff --git a/changelog b/changelog
index 1ee65c5306..552f7c1c25 100644
--- a/changelog
+++ b/changelog
@@ -15,6 +15,8 @@ samba (1:3.0.28a-3) UNRELEASED; urgency=low
- commented settings with the default value are commented with "#"
- commented settings with a non-default value are commented with ";"
* Apply this policy to "socket options". Closes: #476104
+ * No longer gratuitously use /usr/lib/libsmbclient.so.0.1 but a more logical
+ libsmbclient.so.0 as upstream doesn't assign versions
-- Christian Perrier <bubulle@debian.org> Wed, 16 Apr 2008 23:14:46 +0200
diff --git a/rules b/rules
index 3978f5f27e..3facc1d341 100755
--- a/rules
+++ b/rules
@@ -130,9 +130,8 @@ install: build
$(MAKE) -C source install DESTDIR=$(DESTDIR)
- mv $(DESTDIR)/usr/lib/samba/libsmbclient.so $(DESTDIR)/usr/lib/samba/libsmbclient.so.0.1
- ln -s libsmbclient.so.0.1 $(DESTDIR)/usr/lib/samba/libsmbclient.so.0
- ln -s libsmbclient.so.0.1 $(DESTDIR)/usr/lib/samba/libsmbclient.so
+ mv $(DESTDIR)/usr/lib/samba/libsmbclient.so $(DESTDIR)/usr/lib/samba/libsmbclient.so.0
+ ln -s libsmbclient.so.0 $(DESTDIR)/usr/lib/samba/libsmbclient.so
# Starting with Samba 3.0.6 libsmbclient.so is installed in
# /usr/lib/samba. We don't want it there since it is not in the