[Pkg-tcltk-commits] r1705 - in tk8.6/branches/experimental/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Mar 9 08:49:07 UTC 2015
Author: sgolovan
Date: 2015-03-09 08:49:03 +0000 (Mon, 09 Mar 2015)
New Revision: 1705
Modified:
tk8.6/branches/experimental/debian/changelog
tk8.6/branches/experimental/debian/control
tk8.6/branches/experimental/debian/patches/tklibrary.diff
tk8.6/branches/experimental/debian/patches/xft.diff
tk8.6/branches/experimental/debian/rules
Log:
[tk8.6]
* New upstream release.
* Upload to experimental because of the jessie freeze.
* Bumped standards version to 3.9.6.
* Removed non-free image library/images/lamp.svg from the source code.
Modified: tk8.6/branches/experimental/debian/changelog
===================================================================
--- tk8.6/branches/experimental/debian/changelog 2015-03-09 07:52:54 UTC (rev 1704)
+++ tk8.6/branches/experimental/debian/changelog 2015-03-09 08:49:03 UTC (rev 1705)
@@ -1,8 +1,11 @@
-tk8.6 (8.6.2-2) UNRELEASED; urgency=medium
+tk8.6 (8.6.3+dfsg-1) experimental; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Upload to experimental because of the jessie freeze.
+ * Bumped standards version to 3.9.6.
+ * Removed non-free image library/images/lamp.svg from the source code.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 27 Aug 2014 23:10:49 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 09 Mar 2015 11:38:34 +0300
tk8.6 (8.6.2-1) unstable; urgency=medium
Modified: tk8.6/branches/experimental/debian/control
===================================================================
--- tk8.6/branches/experimental/debian/control 2015-03-09 07:52:54 UTC (rev 1704)
+++ tk8.6/branches/experimental/debian/control 2015-03-09 08:49:03 UTC (rev 1705)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev,
libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev,
tcl8.6-dev (>= 8.6.0-2)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://www.tcl.tk/
Package: tk8.6
Modified: tk8.6/branches/experimental/debian/patches/tklibrary.diff
===================================================================
--- tk8.6/branches/experimental/debian/patches/tklibrary.diff 2015-03-09 07:52:54 UTC (rev 1704)
+++ tk8.6/branches/experimental/debian/patches/tklibrary.diff 2015-03-09 08:49:03 UTC (rev 1705)
@@ -1,6 +1,6 @@
--- a/unix/configure
+++ b/unix/configure
-@@ -11227,7 +11227,7 @@
+@@ -11232,7 +11232,7 @@
TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
fi
Modified: tk8.6/branches/experimental/debian/patches/xft.diff
===================================================================
--- tk8.6/branches/experimental/debian/patches/xft.diff 2015-03-09 07:52:54 UTC (rev 1704)
+++ tk8.6/branches/experimental/debian/patches/xft.diff 2015-03-09 08:49:03 UTC (rev 1705)
@@ -19,7 +19,7 @@
dnl make sure that compiling against Xft header file doesn't bomb
--- a/unix/configure
+++ b/unix/configure
-@@ -10306,8 +10306,8 @@
+@@ -10311,8 +10311,8 @@
XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
if test "$found_xft" = "no" ; then
found_xft=yes
Modified: tk8.6/branches/experimental/debian/rules
===================================================================
--- tk8.6/branches/experimental/debian/rules 2015-03-09 07:52:54 UTC (rev 1704)
+++ tk8.6/branches/experimental/debian/rules 2015-03-09 08:49:03 UTC (rev 1705)
@@ -118,8 +118,16 @@
dh_shlibdeps -ldebian/libtk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- wget -O tk$(v)_$(v).2.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tk$(v).2-src.tar.gz
+ CURDIR=`pwd` && \
+ TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
+ cd $$TMPDIR && \
+ wget -O - \
+ http://prdownloads.sourceforge.net/tcl/tk$(v).3-src.tar.gz | tar -zx && \
+ for f in `find . -name *.svg` ; do \
+ echo "REMOVING NON-FREE DOC $$f" ; rm -f $$f ; \
+ done && \
+ tar -zcf $$CURDIR/tk$(v)_$(v).3+dfsg.orig.tar.gz tk$(v).3 && \
+ rm -rf $$TMPDIR
.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