[Pkg-tcltk-commits] r1894 - in tcl8.6/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Dec 25 05:58:09 UTC 2017


Author: sgolovan
Date: 2017-12-25 05:58:09 +0000 (Mon, 25 Dec 2017)
New Revision: 1894

Modified:
   tcl8.6/trunk/debian/changelog
   tcl8.6/trunk/debian/control
   tcl8.6/trunk/debian/patches/non-linux.diff
   tcl8.6/trunk/debian/patches/tcllibrary.diff
   tcl8.6/trunk/debian/patches/tclpackagepath.diff
   tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
  * New upstream release.
  * Refreshed patches.
  * Replaced the libtcl8.6-dbg package priority to optional.
  * Bumped standards version to 4.1.2.


Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog	2017-10-28 08:25:12 UTC (rev 1893)
+++ tcl8.6/trunk/debian/changelog	2017-12-25 05:58:09 UTC (rev 1894)
@@ -1,8 +1,11 @@
-tcl8.6 (8.6.7+dfsg-2) UNRELEASED; urgency=medium
+tcl8.6 (8.6.8+dfsg-1) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Refreshed patches.
+  * Replaced the libtcl8.6-dbg package priority to optional.
+  * Bumped standards version to 4.1.2.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 10 Aug 2017 12:31:01 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 25 Dec 2017 08:44:35 +0300
 
 tcl8.6 (8.6.7+dfsg-1) unstable; urgency=medium
 

Modified: tcl8.6/trunk/debian/control
===================================================================
--- tcl8.6/trunk/debian/control	2017-10-28 08:25:12 UTC (rev 1893)
+++ tcl8.6/trunk/debian/control	2017-12-25 05:58:09 UTC (rev 1894)
@@ -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: 4.0.0
+Standards-Version: 4.1.2
 Homepage: http://www.tcl.tk/
 
 Package: tcl8.6
@@ -39,7 +39,7 @@
 
 Package: libtcl8.6-dbg
 Section: debug
-Priority: extra
+Priority: optional
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libtcl8.6 (= ${binary:Version}), ${misc:Depends}

Modified: tcl8.6/trunk/debian/patches/non-linux.diff
===================================================================
--- tcl8.6/trunk/debian/patches/non-linux.diff	2017-10-28 08:25:12 UTC (rev 1893)
+++ tcl8.6/trunk/debian/patches/non-linux.diff	2017-12-25 05:58:09 UTC (rev 1894)
@@ -3,7 +3,7 @@
 
 --- a/unix/configure
 +++ b/unix/configure
-@@ -6452,6 +6452,9 @@
+@@ -4908,6 +4908,9 @@
  		if test "`uname -s`" = "AIX" ; then
  		    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
  		fi

Modified: tcl8.6/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.6/trunk/debian/patches/tcllibrary.diff	2017-10-28 08:25:12 UTC (rev 1893)
+++ tcl8.6/trunk/debian/patches/tcllibrary.diff	2017-12-25 05:58:09 UTC (rev 1894)
@@ -1,6 +1,6 @@
 --- a/unix/configure
 +++ b/unix/configure
-@@ -18901,7 +18901,7 @@
+@@ -10245,7 +10245,7 @@
  
  eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
  

Modified: tcl8.6/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.6/trunk/debian/patches/tclpackagepath.diff	2017-10-28 08:25:12 UTC (rev 1893)
+++ tcl8.6/trunk/debian/patches/tclpackagepath.diff	2017-12-25 05:58:09 UTC (rev 1894)
@@ -4,7 +4,7 @@
 
 --- a/unix/configure
 +++ b/unix/configure
-@@ -19032,9 +19032,9 @@
+@@ -10374,9 +10374,9 @@
      test -z "$TCL_MODULE_PATH"  && \
  	TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
  elif test "$prefix/lib" != "$libdir"; then

Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules	2017-10-28 08:25:12 UTC (rev 1893)
+++ tcl8.6/trunk/debian/rules	2017-12-25 05:58:09 UTC (rev 1894)
@@ -132,11 +132,11 @@
 	TMPDIR=`mktemp -d /tmp/tcl$(v).XXXXXX` && \
 	cd $$TMPDIR && \
 	wget -O - \
-	    http://prdownloads.sourceforge.net/tcl/tcl-core$(v).7-src.tar.gz | tar -zx && \
+	    http://prdownloads.sourceforge.net/tcl/tcl-core$(v).8-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).7+dfsg.orig.tar.gz tcl$(v).7 && \
+	tar -zcf $$CURDIR/tcl$(v)_$(v).8+dfsg.orig.tar.gz tcl$(v).8 && \
 	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