Package: opensc Version: 0.12.1 Severity: wishlist Tags: patch Hi,
please enable zlib support in opensc. The attached patch does exactly this. Note: It also changes changelog with a "private" release extension. Feel free to change according to your needs. Thanks for maintaining opensc in Debian Peter -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages opensc depends on: ii libc6 2.13-4 Embedded GNU C Library: Shared lib ii libltdl7 2.4-2 A system independent dlopen wrappe ii libssl1.0.0 1.0.0d-2 SSL shared libraries opensc recommends no packages. opensc suggests no packages. -- no debconf information
>From 038cc7037f2896576af62ea9c24462fc90c1afaa Mon Sep 17 00:00:00 2001 From: Peter Marschall <[email protected]> Date: Sat, 4 Jun 2011 16:52:05 +0200 Subject: [PATCH 2/5] debian/control, debian/rules: enable zlib support Signed-off-by: Peter Marschall <[email protected]> --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 1 + 3 files changed, 3 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index b54b95d..efed29a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ opensc (0.12.1-1pm1) UNRELEASED; urgency=low * debian/control: remove unnecessary Build-Depends: libxt-dev + * debian/control, debian/rules: enable zlib support -- Peter Marschall <[email protected]> Sat, 04 Jun 2011 16:42:38 +0200 diff --git a/debian/control b/debian/control index 2687c4c..95df2e4 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: opensc Priority: extra Section: utils Maintainer: Eric Dorland <[email protected]> -Build-Depends: debhelper (>= 7.0.50), libltdl3-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), flex, pkg-config, xsltproc, docbook-xsl +Build-Depends: debhelper (>= 7.0.50), libltdl3-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), flex, pkg-config, xsltproc, docbook-xsl, zlib1g-dev Standards-Version: 3.9.2 Homepage: http://www.opensc-project.org/ Vcs-Git: git://git.debian.org/git/pkg-opensc/opensc.git diff --git a/debian/rules b/debian/rules index ed3d175..6bb1c20 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ override_dh_auto_configure: dh_auto_configure -- --sysconfdir=/etc/opensc \ --enable-pcsc \ + --enable-zlib \ --enable-doc \ --htmldir=/usr/share/doc/opensc/html -- 1.7.4.4

