[Pkg-tcltk-commits] r1680 - in tk8.5/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Oct 24 19:53:01 UTC 2014


Author: sgolovan
Date: 2014-10-24 19:53:01 +0000 (Fri, 24 Oct 2014)
New Revision: 1680

Modified:
   tk8.5/trunk/debian/changelog
   tk8.5/trunk/debian/control
   tk8.5/trunk/debian/patches/tklibrary.diff
   tk8.5/trunk/debian/patches/xft.diff
   tk8.5/trunk/debian/rules
Log:
[tk8.5]
  * New upstream release.
  * Refreshed patches.
  * Bumped standards version to 3.9.6.


Modified: tk8.5/trunk/debian/changelog
===================================================================
--- tk8.5/trunk/debian/changelog	2014-10-24 19:52:27 UTC (rev 1679)
+++ tk8.5/trunk/debian/changelog	2014-10-24 19:53:01 UTC (rev 1680)
@@ -1,8 +1,10 @@
-tk8.5 (8.5.16-2) UNRELEASED; urgency=medium
+tk8.5 (8.5.17-1) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Refreshed patches.
+  * Bumped standards version to 3.9.6.
 
- -- Sergei Golovan <sgolovan at debian.org>  Mon, 25 Aug 2014 19:33:15 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 24 Oct 2014 23:28:23 +0400
 
 tk8.5 (8.5.16-1) unstable; urgency=low
 

Modified: tk8.5/trunk/debian/control
===================================================================
--- tk8.5/trunk/debian/control	2014-10-24 19:52:27 UTC (rev 1679)
+++ tk8.5/trunk/debian/control	2014-10-24 19:53:01 UTC (rev 1680)
@@ -5,7 +5,7 @@
 Uploaders: Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev,
  libx11-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.14-3)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.tcl.tk/
 
 Package: tk8.5

Modified: tk8.5/trunk/debian/patches/tklibrary.diff
===================================================================
--- tk8.5/trunk/debian/patches/tklibrary.diff	2014-10-24 19:52:27 UTC (rev 1679)
+++ tk8.5/trunk/debian/patches/tklibrary.diff	2014-10-24 19:53:01 UTC (rev 1680)
@@ -1,6 +1,6 @@
 --- a/unix/configure
 +++ b/unix/configure
-@@ -11407,7 +11407,7 @@
+@@ -11412,7 +11412,7 @@
      TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
  fi
  

Modified: tk8.5/trunk/debian/patches/xft.diff
===================================================================
--- tk8.5/trunk/debian/patches/xft.diff	2014-10-24 19:52:27 UTC (rev 1679)
+++ tk8.5/trunk/debian/patches/xft.diff	2014-10-24 19:53:01 UTC (rev 1680)
@@ -19,7 +19,7 @@
  	dnl make sure that compiling against Xft header file doesn't bomb
 --- a/unix/configure
 +++ b/unix/configure
-@@ -10555,8 +10555,8 @@
+@@ -10560,8 +10560,8 @@
  	XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
  	if test "$found_xft" = "no" ; then
  	    found_xft=yes

Modified: tk8.5/trunk/debian/rules
===================================================================
--- tk8.5/trunk/debian/rules	2014-10-24 19:52:27 UTC (rev 1679)
+++ tk8.5/trunk/debian/rules	2014-10-24 19:53:01 UTC (rev 1680)
@@ -122,8 +122,8 @@
 	dh_shlibdeps -ldebian/libtk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
 
 get-orig-source:
-	wget -O tk$(v)_$(v).16.orig.tar.gz \
-	     http://prdownloads.sourceforge.net/tcl/tk$(v).16-src.tar.gz
+	wget -O tk$(v)_$(v).17.orig.tar.gz \
+	     http://prdownloads.sourceforge.net/tcl/tk$(v).17-src.tar.gz
 
 .PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_build \
 	override_dh_auto_install override_dh_compress  override_dh_strip \




More information about the Pkg-tcltk-commits mailing list