[SCM] libiodbc2 packaging branch, master, updated. debian/3.52.9-1-3-g97e709b

Maximiliano Curia maxy at moszumanska.debian.org
Thu May 29 11:04:48 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libiodbc2.git;a=commitdiff;h=97e709b

The following commit has been merged in the master branch:
commit 97e709b7c4d70bcc4cbb9b17215452c6a0eec9c1
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu May 29 10:13:08 2014 +0200

    Set SYSTEM_DIR to the odbc multiarch path. (Closes: #749427)
---
 debian/changelog | 3 ++-
 debian/rules     | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0a25bcd..23228d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libiodbc2 (3.52.9-2~) UNRELEASED; urgency=medium
 
-  * 
+  * Set SYSTEM_DIR to the odbc multiarch path. (Closes: #749427)
+    Thanks to Christoph Berg.
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 27 May 2014 18:06:29 +0200
 
diff --git a/debian/rules b/debian/rules
index b0f9f79..586e1ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+export DEB_CFLAGS_MAINT_APPEND = -DSYSTEM_DIR=\"/usr/lib/$(DEB_HOST_MULTIARCH)/odbc\"
+
 %:
 	dh $@ --parallel --with autoreconf,pkgkde_symbolshelper
 

-- 
libiodbc2 packaging



More information about the pkg-kde-commits mailing list