Source: pkg-config Version: 0.28-1 Severity: wishlist Tags: patch Hi,
First of all, thanks for taking care of pkg-config in Debian! What do you think about the attached patch that drops the unused build dependency on libpopt? I've checked the build logs and the generated files, pkg-config does not even attempt to detect popt now, let alone use it. If something goes wrong with the e-mail, the patch is also available in my Gitorious repository at https://gitorious.org/roam-debian-bootstrap/pkg-config-debian/commits/roam-no-popt Thanks again for your work on pkg-config and Debian in general! G'luck, Peter -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf information -- Peter Pentchev [email protected] [email protected] [email protected] PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13
From 3a891c29bde51f30c9d0e3ca993ed7a3d588abf2 Mon Sep 17 00:00:00 2001 From: Peter Pentchev <[email protected]> Date: Tue, 17 Jun 2014 19:51:56 +0300 Subject: [PATCH] Drop the unused libpopt-dev build dependency. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6a19eec..6008483 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pkg-config Section: devel Priority: optional Maintainer: Tollef Fog Heen <[email protected]> -Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, libglib2.0-dev, libpopt-dev +Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, libglib2.0-dev Homepage: http://pkg-config.freedesktop.org Standards-Version: 3.8.4 -- 2.0.0
signature.asc
Description: Digital signature

