[med-svn] r17441 - trunk/packages/staden/trunk/debian
Sergei Golovan
sgolovan at moszumanska.debian.org
Fri Jul 11 06:02:47 UTC 2014
Author: sgolovan
Date: 2014-07-11 06:02:47 +0000 (Fri, 11 Jul 2014)
New Revision: 17441
Modified:
trunk/packages/staden/trunk/debian/changelog
trunk/packages/staden/trunk/debian/rules
Log:
[staden]
* Non-maintainer upload.
* Point configure to the new location of Itcl and Itk packages
(closes: #753935).
Modified: trunk/packages/staden/trunk/debian/changelog
===================================================================
--- trunk/packages/staden/trunk/debian/changelog 2014-07-10 13:03:28 UTC (rev 17440)
+++ trunk/packages/staden/trunk/debian/changelog 2014-07-11 06:02:47 UTC (rev 17441)
@@ -1,3 +1,11 @@
+staden (2.0.0+b10-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Point configure to the new location of Itcl and Itk packages
+ (closes: #753935).
+
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 11 Jul 2014 09:36:09 +0400
+
staden (2.0.0+b10-1) unstable; urgency=low
[ Tim Booth ]
Modified: trunk/packages/staden/trunk/debian/rules
===================================================================
--- trunk/packages/staden/trunk/debian/rules 2014-07-10 13:03:28 UTC (rev 17440)
+++ trunk/packages/staden/trunk/debian/rules 2014-07-11 06:02:47 UTC (rev 17441)
@@ -2,6 +2,7 @@
## DEB_BUILD_ARCH or DEB_BUILD_ARCH_BITS ??
BITARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
ifeq ($(BITARCH),64)
enable64bit:=--enable-64bit
else
@@ -20,7 +21,9 @@
# dh_auto_configure -- --disable-rpath
override_dh_auto_configure:
- dh_auto_configure -- $(enable64bit)
+ dh_auto_configure -- $(enable64bit) \
+ --with-itcl=/usr/lib/tcltk/$(DEB_HOST_MULTIARCH) \
+ --with-itk=/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
dh_auto_install
More information about the debian-med-commit
mailing list