[Pkg-coolkey-commits] r63 - in /coolkey/trunk/debian: changelog control libckyapplet1-dev.install

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jan 18 14:58:43 UTC 2014


Author: rousseau
Date: Sat Jan 18 14:58:43 2014
New Revision: 63

URL: http://svn.debian.org/wsvn/pkg-coolkey/?sc=1&rev=63
Log:
Install the libckyapplet.pc in the correct multi-arch directory

Modified:
    coolkey/trunk/debian/changelog
    coolkey/trunk/debian/control
    coolkey/trunk/debian/libckyapplet1-dev.install   (contents, props changed)

Modified: coolkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/changelog?rev=63&op=diff
==============================================================================
--- coolkey/trunk/debian/changelog	(original)
+++ coolkey/trunk/debian/changelog	Sat Jan 18 14:58:43 2014
@@ -3,6 +3,7 @@
   * Fix "uninitialized variable causes firefox to crash when card is
     inserted into reader" patch in debian/patches/coolkey-nextSize.patch
     (Closes: #698230)
+  * Install the libckyapplet.pc in the correct multi-arch directory
 
  -- Ludovic Rousseau <rousseau at debian.org>  Sat, 18 Jan 2014 15:32:29 +0100
 

Modified: coolkey/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/control?rev=63&op=diff
==============================================================================
--- coolkey/trunk/debian/control	(original)
+++ coolkey/trunk/debian/control	Sat Jan 18 14:58:43 2014
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: A. Maitland Bottoms <bottoms at debian.org>
 Uploaders: Ludovic Rousseau <rousseau at debian.org>
-Build-Depends: debhelper (>= 9~), autoconf, autotools-dev, pkg-config, zlib1g-dev, libpcsclite-dev, libnss3-dev, libnspr4-dev
+Build-Depends: debhelper (>= 9~), autoconf, autotools-dev, pkg-config, zlib1g-dev, libpcsclite-dev, libnss3-dev, libnspr4-dev, dh-exec (>=0.3)
 Standards-Version: 3.9.3
 Homepage: http://directory.fedoraproject.org/wiki/CoolKey
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/

Modified: coolkey/trunk/debian/libckyapplet1-dev.install
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/libckyapplet1-dev.install?rev=63&op=diff
==============================================================================
--- coolkey/trunk/debian/libckyapplet1-dev.install	(original)
+++ coolkey/trunk/debian/libckyapplet1-dev.install	Sat Jan 18 14:58:43 2014
@@ -1,6 +1,7 @@
+#! /usr/bin/dh-exec
 src/libckyapplet/.libs/libckyapplet.so usr/lib/
 src/libckyapplet/.libs/libckyapplet.a usr/lib/
-src/libckyapplet/libckyapplet.pc usr/lib/pkgconfig/
+src/libckyapplet/libckyapplet.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
 src/libckyapplet/cky_applet.h usr/include/
 src/libckyapplet/cky_card.h usr/include/
 src/libckyapplet/cky_base.h usr/include/

Propchange: coolkey/trunk/debian/libckyapplet1-dev.install
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-coolkey-commits mailing list