summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-07-21 02:00:09 +0200
committerGuillem Jover <guillem@debian.org>2014-08-09 23:04:36 +0200
commit66bc1cdd7f2397c6982cb0079895f44a0ba006b4 (patch)
tree6796dec58053c3ebb3df23751d8da1a8f852dd5a /lib
parent7386defdaebf4746dc074a118bf7430cecf7a57f (diff)
downloaddpkg-66bc1cdd7f2397c6982cb0079895f44a0ba006b4.tar.gz
libdpkg: Remove unused pkglibdir variable from libdpkg.pc.in
The replaceable string @pkglibdir@ has possibly never been instantiated from configure, but as the variable is unused, let's just remove it. Warned-by: lintian
Diffstat (limited to 'lib')
-rw-r--r--lib/dpkg/libdpkg.pc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dpkg/libdpkg.pc.in b/lib/dpkg/libdpkg.pc.in
index a574a2550..d0b099ff6 100644
--- a/lib/dpkg/libdpkg.pc.in
+++ b/lib/dpkg/libdpkg.pc.in
@@ -2,7 +2,6 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-pkglibdir=@pkglibdir@
Name: libdpkg
Description: Debian package management system library