Package: netcf Version: 1:0.2.2-3 Severity: wishlist Tags: patch This avoids unnecessary deps on the ncftool package. Patch attached. Cheers, -- Guido
-- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 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 netcf depends on: ii libc6 2.13-37 ii libnetcf1 1:0.2.2-3 ii libreadline6 6.2-8 netcf recommends no packages. netcf suggests no packages. -- no debconf information
>From d7f982717e0f44af9b01eaf3f6753c16086db38b Mon Sep 17 00:00:00 2001 Message-Id: <d7f982717e0f44af9b01eaf3f6753c16086db38b.1357572081.git....@sigxcpu.org> From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]> Date: Mon, 7 Jan 2013 16:16:57 +0100 Subject: [PATCH] Link with --as-needed to avoid unneeded dependencies --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index a271104..fc4fcfc 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ DEB_BUILD_PARALLEL = yes DEB_CONFIGURE_EXTRA_FLAGS := --with-driver=debian +LDFLAGS += -Wl,--as-needed + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -- 1.7.10.4

