[Pkg-samba-maint] r1824 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Thu Apr 17 07:45:22 UTC 2008
Author: bubulle
Date: 2008-04-17 07:45:22 +0000 (Thu, 17 Apr 2008)
New Revision: 1824
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
No longer gratuitously use /usr/lib/libsmbclient.so.0.1
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2008-04-17 07:18:40 UTC (rev 1823)
+++ trunk/samba/debian/changelog 2008-04-17 07:45:22 UTC (rev 1824)
@@ -15,6 +15,8 @@
- 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 at debian.org> Wed, 16 Apr 2008 23:14:46 +0200
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2008-04-17 07:18:40 UTC (rev 1823)
+++ trunk/samba/debian/rules 2008-04-17 07:45:22 UTC (rev 1824)
@@ -130,9 +130,8 @@
$(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
More information about the Pkg-samba-maint
mailing list