[Pkg-coolkey-commits] r51 - in /coolkey/trunk/debian: changelog coolkey.install rules

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Aug 7 10:38:35 UTC 2011


Author: rousseau
Date: Sun Aug  7 10:38:35 2011
New Revision: 51

URL: http://svn.debian.org/wsvn/pkg-coolkey/?sc=1&rev=51
Log:
* Fix "FTBFS: /usr/bin/ld: cannot find -lsoftokn3" do not build pk11install
  anymore (Closes: #632803)
* Fix "Broken dependencies: pk11install: error while loading shared
  libraries: libsoftokn3.so" pk11install is no more provided
  (Closes: #635033)

Modified:
    coolkey/trunk/debian/changelog
    coolkey/trunk/debian/coolkey.install
    coolkey/trunk/debian/rules

Modified: coolkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/changelog?rev=51&op=diff
==============================================================================
--- coolkey/trunk/debian/changelog (original)
+++ coolkey/trunk/debian/changelog Sun Aug  7 10:38:35 2011
@@ -1,3 +1,13 @@
+coolkey (1.1.0-10) unstable; urgency=low
+
+  * Fix "FTBFS: /usr/bin/ld: cannot find -lsoftokn3" do not build pk11install
+    anymore (Closes: #632803)
+  * Fix "Broken dependencies: pk11install: error while loading shared
+    libraries: libsoftokn3.so" pk11install is no more provided
+    (Closes: #635033)
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 07 Aug 2011 12:37:58 +0200
+
 coolkey (1.1.0-9) unstable; urgency=low
 
   * debian/patches/coolkey-latest.patch: refresh

Modified: coolkey/trunk/debian/coolkey.install
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/coolkey.install?rev=51&op=diff
==============================================================================
--- coolkey/trunk/debian/coolkey.install (original)
+++ coolkey/trunk/debian/coolkey.install Sun Aug  7 10:38:35 2011
@@ -1,4 +1,3 @@
 src/coolkey/.libs/libcoolkeypk11.so usr/lib/pkcs11/
 src/coolkey/.libs/libcoolkeypk11.a usr/lib/pkcs11/
 src/coolkey/libcoolkeypk11.la usr/lib/pkcs11/
-src/install/pk11install usr/bin/

Modified: coolkey/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/rules?rev=51&op=diff
==============================================================================
--- coolkey/trunk/debian/rules (original)
+++ coolkey/trunk/debian/rules Sun Aug  7 10:38:35 2011
@@ -9,7 +9,7 @@
 		cp -f /usr/share/misc/config.sub config.sub
 	-test -r /usr/share/misc/config.guess && \
 		cp -f /usr/share/misc/config.guess config.guess
-	( PCSC_CFLAGS=`/usr/bin/pkg-config --cflags libpcsclite` ; PCSC_LIBS=`/usr/bin/pkg-config --libs libpcsclite` ; NSS_CFLAGS="-I /usr/include/nss -I /usr/include/nspr/" ; NSS_LIBS="-lnss3 -L/usr/lib/nss/" ; export PCSC_CFLAGS ; export PCSC_LIBS ; export NSS_CFLAGS ; export NSS_LIBS ; dh_auto_configure -- --with-debug --disable-dependency-tracking --enable-pk11install )
+	( PCSC_CFLAGS=`/usr/bin/pkg-config --cflags libpcsclite` ; PCSC_LIBS=`/usr/bin/pkg-config --libs libpcsclite` ; dh_auto_configure -- --with-debug --disable-dependency-tracking )
 	# avoid libtool -rpath problems
 	sed < libtool > libtool-2 -e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' -e '/^archive_cmds="/s/"$$/ \\$$deplibs"/'
 	mv libtool-2 libtool




More information about the Pkg-coolkey-commits mailing list