[SCM] jack-audio-connection-kit/ubuntu: debian/rules: Remove declaration of libdir, as things now resolve properly

themuso-guest at users.alioth.debian.org themuso-guest at users.alioth.debian.org
Mon Aug 8 04:16:24 UTC 2011


The following commit has been merged in the ubuntu branch:
commit 0ab48c1f82c03be485e8b9be44f52c8cbc9f3e38
Author: Luke Yelavich <themuso at ubuntu.com>
Date:   Mon Aug 8 13:57:10 2011 +1000

    debian/rules: Remove declaration of libdir, as things now resolve properly

diff --git a/debian/changelog b/debian/changelog
index c1234eb..85749b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ jack-audio-connection-kit (1:0.121.0+svn4469-2ubuntu1) UNRELEASED; urgency=low
   * Merge from Debian experimental.  Remaining changes: (LP: #685345)
     - debian/control: Drop libcelt-dev build dependency, it's in universe.
     - Ubuntu-specific changes to gbp.conf
+  * debian/rules: Remove declaration of libdir, as things now resolve properly
 
- -- Luke Yelavich <themuso at ubuntu.com>  Mon, 08 Aug 2011 14:08:24 +1000
+ -- Luke Yelavich <themuso at ubuntu.com>  Mon, 08 Aug 2011 14:09:12 +1000
 
 jack-audio-connection-kit (1:0.121.0+svn4469-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 3511b1b..7adfc51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ DEB_UPSTREAM_URL = http://jackaudio.org/downloads
 
 #unused, TODO get this soname from configure.in
 #DEB_SONAME_VERSION := 0.91.1-0
-DEB_CONFIGURE_EXTRA_FLAGS := --libdir=/usr/lib --enable-resize \
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-resize \
 	--enable-timestamps --disable-iec61883 --with-oldtrans \
 	--disable-ensure-mlock --enable-sse=yes --enable-static=yes
 	# --enable-posix-shm

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list