[pkg-opensc-commit] [SCM] OpenSC packaging branch, master, updated. 70dcae02e96340afe3b94add604b7f9c68b46706

Eric Dorland eric at debian.org
Tue May 31 07:29:12 UTC 2011


The following commit has been merged in the master branch:
commit a71e0a9115a93cf92488d54af60c7b7609f19103
Author: Eric Dorland <eric at debian.org>
Date:   Tue May 31 03:14:28 2011 -0400

    debian/rules: Install into debian/tmp.

diff --git a/debian/changelog b/debian/changelog
index 4241b63..a2e65ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,9 @@ opensc (0.12.0-1) unstable; urgency=low
   * debian/control: Add xsltproc and docbook-xsl build depends for
     documentation building.
   * debian/rules: Remove unneedded override_dh_strip rule.
+  * debian/rules: Install into debian/tmp.
 
- -- Eric Dorland <eric at debian.org>  Mon, 04 Apr 2011 02:57:39 -0400
+ -- Eric Dorland <eric at debian.org>  Tue, 31 May 2011 03:13:29 -0400
 
 opensc (0.11.13-1.1) unstable; urgency=high
 
diff --git a/debian/rules b/debian/rules
index aebd71b..ed3d175 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,8 @@ override_dh_auto_configure:
 		--enable-doc \
 		--htmldir=/usr/share/doc/opensc/html
 
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp
+
 override_dh_installdocs:
 	dh_installdocs -A README NEWS

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list