[Pkg-samba-maint] r2133 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Fri Aug 22 20:00:17 UTC 2008
Author: bubulle
Date: 2008-08-22 20:00:17 +0000 (Fri, 22 Aug 2008)
New Revision: 2133
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
No more need to renamed libsmbclient.so
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2008-08-22 19:57:59 UTC (rev 2132)
+++ trunk/samba/debian/changelog 2008-08-22 20:00:17 UTC (rev 2133)
@@ -5,6 +5,8 @@
Closes: #491881
- debian/rules, debian/smbfs.files: build with cifs.upcall,
newly introduced to replace cifs.spnego
+ - debian/rules: no more need to rename libsmbclient.so to
+ libsmbclient.so.0
[ Noèl Köthe ]
* fixing lintian warning "build-depends-on-1-revision"
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2008-08-22 19:57:59 UTC (rev 2132)
+++ trunk/samba/debian/rules 2008-08-22 20:00:17 UTC (rev 2133)
@@ -134,8 +134,8 @@
$(MAKE) -C source install DESTDIR=$(DESTDIR)
- 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
+# 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