[Pkg-tcltk-commits] r1875 - tdom/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Wed Oct 4 21:36:10 UTC 2017
Author: ssoberni-guest
Date: 2017-10-04 21:36:10 +0000 (Wed, 04 Oct 2017)
New Revision: 1875
Modified:
tdom/trunk/debian/changelog
tdom/trunk/debian/control
tdom/trunk/debian/rules
Log:
Adding HTML5 (gumbo) support
Modified: tdom/trunk/debian/changelog
===================================================================
--- tdom/trunk/debian/changelog 2017-08-26 15:52:53 UTC (rev 1874)
+++ tdom/trunk/debian/changelog 2017-10-04 21:36:10 UTC (rev 1875)
@@ -3,6 +3,9 @@
* Team upload.
* New upstream release: 0.9.0 (...)
+ [ Stefan Sobernig ]
+ * Enable HTML5 (gumbo) support.
+
[ Hector Romojaro ]
* Multiarch support.
* Update Vcs-* fields.
Modified: tdom/trunk/debian/control
===================================================================
--- tdom/trunk/debian/control 2017-08-26 15:52:53 UTC (rev 1874)
+++ tdom/trunk/debian/control 2017-10-04 21:36:10 UTC (rev 1875)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders: Hector Romojaro <hector.romojaro at gmail.com>, 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
+Build-Depends: debhelper (>= 9), autotools-dev, tcl-dev (>= 8.4), libexpat1-dev, libgumbo-dev, pkg-config
Standards-Version: 4.1.0
Homepage: http://tdom.github.io/
Vcs-Svn: svn://anonscm.debian.org/pkg-tcltk/tdom/trunk
Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules 2017-08-26 15:52:53 UTC (rev 1874)
+++ tdom/trunk/debian/rules 2017-10-04 21:36:10 UTC (rev 1875)
@@ -14,20 +14,9 @@
# Obtaining the source
version=0.9.0
-cvsdate=20080525
-cvspath=:pserver:anonymous at cvs.tdom.org:/usr/local/pubcvs
get-orig-source: get-orig-source-release
-get-orig-source-cvs:
- CURDIR=$$(pwd) && \
- TMPDIR=$$(mktemp -d /tmp/tdom.XXXXXX) && \
- cd $$TMPDIR && \
- cvs -q -d $(cvspath) -z9 co -D $(cvsdate)T23:59:59 tdom && \
- find . -name CVS -print | xargs rm -rf && \
- tar -zcf $$CURDIR/tdom_$(version)~$(cvsdate).orig.tar.gz . && \
- rm -rf $$TMPDIR
-
get-orig-source-release:
wget -O tdom_$(version).orig.tar.gz \
http://tdom.org/downloads/tdom-$(version)-src.tgz
@@ -66,7 +55,8 @@
--libdir=\$${prefix}/lib/tcltk/$(DEB_HOST_MULTIARCH) \
--enable-threads \
--includedir=$(DEV)/usr/include/tdom \
- --with-expat=/usr )
+ --with-expat=/usr \
+ --enable-html5 )
( cd extensions/tnc ; ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
@@ -77,8 +67,7 @@
--with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)/ \
--libdir=\$${prefix}/lib/tcltk/$(DEB_HOST_MULTIARCH) \
--enable-threads \
- --includedir=$(DEV)/usr/include/tdom \
- --with-expat=/usr )
+ --includedir=$(DEV)/usr/include/tdom )
( cd extensions/tdomhtml ; ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
@@ -86,11 +75,8 @@
--prefix=$(CURDIR)/debian/tdom/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
- --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)/ \
--libdir=\$${prefix}/lib/tcltk/$(DEB_HOST_MULTIARCH) \
- --enable-threads \
- --includedir=$(DEV)/usr/include/tdom \
- --with-expat=/usr )
+ --includedir=$(DEV)/usr/include/tdom )
override_dh_auto_build:
# Add here commands to compile the package.
More information about the Pkg-tcltk-commits
mailing list