Package: opensc Version: 0.12.1 Severity: minor Tags: patch Hi,
according to my findings no component of opensc 0.12.1 links to libxt any more. Hence libxt-dev can be removed from opensc's Build-Depends. The attached patch does 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 30a1da5fe3c78afa4a48ec346ac80e532a0a0dbc Mon Sep 17 00:00:00 2001 From: Peter Marschall <pe...@adpm.de> Date: Sat, 4 Jun 2011 16:43:22 +0200 Subject: [PATCH 1/5] debian/control: remove unnecessary Build-Depends: libxt-dev Signed-off-by: Peter Marschall <pe...@adpm.de> --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index ecb0376..b54b95d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +opensc (0.12.1-1pm1) UNRELEASED; urgency=low + + * debian/control: remove unnecessary Build-Depends: libxt-dev + + -- Peter Marschall <pe...@adpm.de> Sat, 04 Jun 2011 16:42:38 +0200 + opensc (0.12.1-1) unstable; urgency=low * New upstream release. (Closes: #627241) diff --git a/debian/control b/debian/control index c5ac001..2687c4c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: opensc Priority: extra Section: utils Maintainer: Eric Dorland <e...@debian.org> -Build-Depends: debhelper (>= 7.0.50), libltdl3-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), libxt-dev, 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 Standards-Version: 3.9.2 Homepage: http://www.opensc-project.org/ Vcs-Git: git://git.debian.org/git/pkg-opensc/opensc.git -- 1.7.4.4