summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2011-07-23 20:01:09 +0100
committerRoger Leigh <rleigh@debian.org>2011-07-23 20:03:14 +0100
commit278913436380bf077c0fa7bda95b6c5a27c251c7 (patch)
tree3e4fdfae42bb5f2e41ea78a51d9584728a5a810d
parent61f2d8e22642c09b3ca55367b64cacfed5d17918 (diff)
debian: Set LIBDIR correctly
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a86ddb6..5ad9469 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gutenprint (5.2.7-2) unstable; urgency=low
+
+ * Set libdir correctly.
+
+ -- Roger Leigh <rleigh@debian.org> Sat, 23 Jul 2011 20:01:21 +0100
+
gutenprint (5.2.7-1) unstable; urgency=low
* New upstream stable release.
diff --git a/debian/rules b/debian/rules
index a90f8c6..be10561 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_auto_configure: debian/build/config.status
debian/build/config.status: configure debian/control
# Note: manually specifying libdir to work around bug in configure script
dh_auto_configure -- \
- --libdir=/usr/lib/x86_64-linux-gnu \
+ --libdir=/$(LIBDIR) \
--disable-static --enable-shared --disable-rpath \
--disable-static-genppd \
--with-modules=dlopen \