[pkg-opensc-commit] [SCM] OpenSC packaging branch, master, updated. 9568a9c29778f71d2ba280d61be11b5249f48d8c
Eric Dorland
eric at debian.org
Mon Jan 11 01:16:52 UTC 2010
The following commit has been merged in the master branch:
commit a006317ee104e4c133dff38c9b6d01f76be22b4a
Author: Eric Dorland <eric at debian.org>
Date: Sun Jan 10 18:13:22 2010 -0500
debian/rules: Enable documentation installation.
diff --git a/debian/changelog b/debian/changelog
index 5da22f3..f9fb19d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ opensc (0.11.12-1) unstable; urgency=low
* debian/source/format, debian/source/options,
debian/source/patch-header: Convert to v3 quilt format, with
single-debian-patch.
+ * debian/rules: Enable documentation installation.
--
diff --git a/debian/rules b/debian/rules
index 3d41f58..e99f070 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@ override_dh_auto_configure:
dh_auto_configure -- --sysconfdir=/etc/opensc \
--enable-nsplugin \
--enable-pcsc \
- --enable-openct
+ --enable-openct \
+ --enable-doc \
+ --htmldir=/usr/share/doc/opensc/html
override_dh_strip:
dh_strip --dbg-package=libopensc2-dbg
--
OpenSC packaging
More information about the pkg-opensc-commit
mailing list