summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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