[Pkg-tcltk-commits] r1625 - blt/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Jul 4 11:58:42 UTC 2014


Author: sgolovan
Date: 2014-07-04 11:58:42 +0000 (Fri, 04 Jul 2014)
New Revision: 1625

Modified:
   blt/trunk/debian/changelog
   blt/trunk/debian/rules
Log:
[blt]
  * Restored forgotten call to dh_autotools-dev_updateconfig and explicitly
    supplied --host option to the configure call to build the package on
    kfreebsd-* architectures.


Modified: blt/trunk/debian/changelog
===================================================================
--- blt/trunk/debian/changelog	2014-07-04 05:49:36 UTC (rev 1624)
+++ blt/trunk/debian/changelog	2014-07-04 11:58:42 UTC (rev 1625)
@@ -1,8 +1,10 @@
-blt (2.5.3-2) UNRELEASED; urgency=medium
+blt (2.5.3-2) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Restored forgotten call to dh_autotools-dev_updateconfig and explicitly
+    supplied --host option to the configure call to build the package on
+    kfreebsd-* architectures.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 04 Jul 2014 09:49:34 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 04 Jul 2014 15:54:47 +0400
 
 blt (2.5.3-1) unstable; urgency=low
 

Modified: blt/trunk/debian/rules
===================================================================
--- blt/trunk/debian/rules	2014-07-04 05:49:36 UTC (rev 1624)
+++ blt/trunk/debian/rules	2014-07-04 11:58:42 UTC (rev 1625)
@@ -14,7 +14,9 @@
 	dh $@
 
 override_dh_auto_configure:
+	dh_autotools-dev_updateconfig
 	dh_auto_configure -- \
+			  --host=$(DEB_HOST_GNU_TYPE) \
 			  --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)/tcl$(tclv) \
 			  --with-tk=/usr/lib/$(DEB_HOST_MULTIARCH)/tk$(tclv)
 




More information about the Pkg-tcltk-commits mailing list