[Pkg-tcltk-commits] r1861 - tcl8.6/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Thu Aug 10 09:01:59 UTC 2017


Author: sgolovan
Date: 2017-08-10 09:01:57 +0000 (Thu, 10 Aug 2017)
New Revision: 1861

Modified:
   tcl8.6/trunk/debian/changelog
   tcl8.6/trunk/debian/control
   tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
  * New upstream release.
  * Arch-qualify TCL_CC. (closes: #870853).
  * Bumped standards version to 4.0.1.


Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog	2017-07-23 19:58:14 UTC (rev 1860)
+++ tcl8.6/trunk/debian/changelog	2017-08-10 09:01:57 UTC (rev 1861)
@@ -1,8 +1,10 @@
-tcl8.6 (8.6.6+dfsg-2) UNRELEASED; urgency=medium
+tcl8.6 (8.6.7+dfsg-1) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Arch-qualify TCL_CC. (closes: #870853).
+  * Bumped standards version to 4.0.1.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 28 Jul 2016 06:21:51 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 10 Aug 2017 11:55:41 +0300
 
 tcl8.6 (8.6.6+dfsg-1) unstable; urgency=medium
 

Modified: tcl8.6/trunk/debian/control
===================================================================
--- tcl8.6/trunk/debian/control	2017-07-23 19:58:14 UTC (rev 1860)
+++ tcl8.6/trunk/debian/control	2017-08-10 09:01:57 UTC (rev 1861)
@@ -4,7 +4,7 @@
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), zlib1g-dev
-Standards-Version: 3.9.7
+Standards-Version: 4.0.0
 Homepage: http://www.tcl.tk/
 
 Package: tcl8.6

Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules	2017-07-23 19:58:14 UTC (rev 1860)
+++ tcl8.6/trunk/debian/rules	2017-08-10 09:01:57 UTC (rev 1861)
@@ -10,6 +10,10 @@
 LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 export LDFLAGS
 
+ifeq ($(origin CC),default)
+CC = $(DEB_HOST_GNU_TYPE)-gcc
+endif
+
 ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 # See bug #446335 for -fno-unit-at-a-time
 ifeq ($(DEB_HOST_ARCH), hppa)
@@ -33,6 +37,7 @@
 	TCL_PACKAGE_PATH="/usr/local/lib/tcltk /usr/local/share/tcltk \
 			  /usr/lib/tcltk/$(DEB_HOST_MULTIARCH) /usr/lib/tcltk /usr/share/tcltk \
 			  /usr/lib/tcltk/tcl$(v) /usr/lib" \
+	CC="$(CC)" \
 	CFLAGS="$(CFLAGS)" \
 	CPPFLAGS="$(CPPFLAGS)" \
 	TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$${TCL_LIB_FILE}" \
@@ -125,14 +130,14 @@
 
 get-orig-source:
 	CURDIR=`pwd` && \
-	TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
+	TMPDIR=`mktemp -d /tmp/tcl$(v).XXXXXX` && \
 	cd $$TMPDIR && \
 	wget -O - \
-	    http://prdownloads.sourceforge.net/tcl/tcl-core$(v).6-src.tar.gz | tar -zx && \
+	    http://prdownloads.sourceforge.net/tcl/tcl-core$(v).7-src.tar.gz | tar -zx && \
 	for f in `find . -name *.chm` ; do \
 	    echo "REMOVING NON-FREE FILE $$f" ; rm -f $$f ; \
 	done && \
-	tar -zcf $$CURDIR/tcl$(v)_$(v).6+dfsg.orig.tar.gz tcl$(v).6 && \
+	tar -zcf $$CURDIR/tcl$(v)_$(v).7+dfsg.orig.tar.gz tcl$(v).7 && \
 	rm -rf $$TMPDIR
 
 .PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \




More information about the Pkg-tcltk-commits mailing list