[Pkg-samba-maint] r1998 - branches/samba/experimental/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sun Jul 6 07:33:06 UTC 2008


Author: bubulle
Date: 2008-07-06 07:33:06 +0000 (Sun, 06 Jul 2008)
New Revision: 1998

Modified:
   branches/samba/experimental/debian/changelog
   branches/samba/experimental/debian/rules
Log:
Merge r1824

Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog	2008-07-06 07:31:55 UTC (rev 1997)
+++ branches/samba/experimental/debian/changelog	2008-07-06 07:33:06 UTC (rev 1998)
@@ -20,6 +20,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
 
   [ Steve Langasek ]
   * New upstream release

Modified: branches/samba/experimental/debian/rules
===================================================================
--- branches/samba/experimental/debian/rules	2008-07-06 07:31:55 UTC (rev 1997)
+++ branches/samba/experimental/debian/rules	2008-07-06 07:33:06 UTC (rev 1998)
@@ -133,9 +133,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