[Pkg-tcltk-commits] r1801 - tk8.6/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Mar 3 13:39:44 UTC 2016
Author: sgolovan
Date: 2016-03-03 13:39:44 +0000 (Thu, 03 Mar 2016)
New Revision: 1801
Modified:
tk8.6/trunk/debian/changelog
tk8.6/trunk/debian/rules
Log:
[tk8.6]
* New upstream release.
* Dropped the +dfsg suffix because the upstream tarball is DFSG-free again.
Modified: tk8.6/trunk/debian/changelog
===================================================================
--- tk8.6/trunk/debian/changelog 2016-03-03 13:27:53 UTC (rev 1800)
+++ tk8.6/trunk/debian/changelog 2016-03-03 13:39:44 UTC (rev 1801)
@@ -1,8 +1,9 @@
-tk8.6 (8.6.4+dfsg-4) UNRELEASED; urgency=medium
+tk8.6 (8.6.5-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Dropped the +dfsg suffix because the upstream tarball is DFSG-free again.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 16 Jan 2016 13:28:36 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 03 Mar 2016 16:30:22 +0300
tk8.6 (8.6.4+dfsg-3) unstable; urgency=medium
Modified: tk8.6/trunk/debian/rules
===================================================================
--- tk8.6/trunk/debian/rules 2016-03-03 13:27:53 UTC (rev 1800)
+++ tk8.6/trunk/debian/rules 2016-03-03 13:39:44 UTC (rev 1801)
@@ -117,16 +117,8 @@
dh_shlibdeps -ldebian/libtk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
- CURDIR=`pwd` && \
- TMPDIR=`mktemp -d /tmp/tk8.6.XXXXXX` && \
- cd $$TMPDIR && \
- wget -O - \
- http://prdownloads.sourceforge.net/tcl/tk$(v).4-src.tar.gz | tar -zx && \
- for f in `find . -name *.svg` ; do \
- echo "REMOVING NON-FREE FILE $$f" ; rm -f $$f ; \
- done && \
- tar -zcf $$CURDIR/tk$(v)_$(v).4+dfsg.orig.tar.gz tk$(v).4 && \
- rm -rf $$TMPDIR
+ wget -O tk$(v)_$(v).5.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tk$(v).5-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