[Pkg-tcltk-commits] r1872 - in tdom/trunk/debian: . patches

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Thu Aug 24 15:05:18 UTC 2017


Author: ssoberni-guest
Date: 2017-08-24 15:05:17 +0000 (Thu, 24 Aug 2017)
New Revision: 1872

Modified:
   tdom/trunk/debian/changelog
   tdom/trunk/debian/control
   tdom/trunk/debian/patches/series
   tdom/trunk/debian/rules
Log:
Initial adjustments to accomodate the 0.9.0 release. To be continued

Modified: tdom/trunk/debian/changelog
===================================================================
--- tdom/trunk/debian/changelog	2017-08-24 11:41:53 UTC (rev 1871)
+++ tdom/trunk/debian/changelog	2017-08-24 15:05:17 UTC (rev 1872)
@@ -1,3 +1,9 @@
+tdom (0.9.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release: 0.9.0 (...)
+
+ -- Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>  Thu, 24 Aug 2017 13:42:46 +0200
+
 tdom (0.8.3-1) unstable; urgency=low
 
   * Team upload.

Modified: tdom/trunk/debian/control
===================================================================
--- tdom/trunk/debian/control	2017-08-24 11:41:53 UTC (rev 1871)
+++ tdom/trunk/debian/control	2017-08-24 15:05:17 UTC (rev 1872)
@@ -4,7 +4,7 @@
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Hector Romojaro <hromojaro at dia.uned.es>, Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>, Avni Khatri <avni321 at gmail.com>, Carl Blesius <carl at blesius.org>
 Build-Depends: debhelper (>= 9), autotools-dev, tcl-dev (>= 8.4), libexpat1-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Homepage: http://tdom.github.io/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-tcltk/tdom/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-tcltk/tdom/

Modified: tdom/trunk/debian/patches/series
===================================================================
--- tdom/trunk/debian/patches/series	2017-08-24 11:41:53 UTC (rev 1871)
+++ tdom/trunk/debian/patches/series	2017-08-24 15:05:17 UTC (rev 1872)
@@ -1,7 +1,7 @@
-01-shared-expat.patch
-02-kfreebsd.patch
-03-tcl8.6-compat.patch
-04-xpath.patch
-05-pkgindex.patch
-06-memcpy.patch
-07-CVE-2009-3720.patch
+#01-shared-expat.patch
+#02-kfreebsd.patch
+#03-tcl8.6-compat.patch
+#04-xpath.patch
+#05-pkgindex.patch
+#06-memcpy.patch
+#07-CVE-2009-3720.patch

Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules	2017-08-24 11:41:53 UTC (rev 1871)
+++ tdom/trunk/debian/rules	2017-08-24 15:05:17 UTC (rev 1872)
@@ -7,11 +7,11 @@
 	dh  $@ --with autotools-dev
 
 # Obtaining the source
-version=0.8.3
+version=0.9.0
 cvsdate=20080525
 cvspath=:pserver:anonymous at cvs.tdom.org:/usr/local/pubcvs
 
-get-orig-source: get-orig-source-cvs
+get-orig-source: get-orig-source-release
 
 get-orig-source-cvs:
 	CURDIR=$$(pwd) && \
@@ -23,8 +23,8 @@
 	rm -rf $$TMPDIR
 
 get-orig-source-release:
-	wget -O tdom_0.8.2.orig.tar.gz \
-		http://www.tdom.org/files/tDOM-0.8.2.tgz
+	wget -O tdom_$(version).orig.tar.gz \
+		http://tdom.org/downloads/tdom-$(version)-src.tgz
 
 
 # These are used for cross-compiling and for saving the configure script
@@ -139,7 +139,7 @@
 	-e "s|^(TDOM_STUB_LIB_PATH)=.*$$|\1='/usr/lib/tcltk/tdom$(VERSION)/libtdomstub$(VERSION).a'|;" \
 	$(DEV)/usr/lib/tcltk/tdom$(VERSION)/tdomConfig.sh
 
-	install -d -m 755 -o root -g root $(DEV)/usr/lib/tcltk/tdom$(VERSION)
+	#install -d -m 755 -o root -g root $(DEV)/usr/lib/tcltk/tdom$(VERSION)
 
 	# `- provide symlinks 
 	(cd $(DEV)/usr/lib; \




More information about the Pkg-tcltk-commits mailing list