Your message dated Mon, 18 Apr 2016 06:07:29 +0000
with message-id <[email protected]>
and subject line Bug#821329: fixed in xqilla 2.3.3-1
has caused the Debian Bug report #821329,
regarding xqilla: Missing Build-Depends on libtidy-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
821329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821329
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xqilla
Version: 2.3.0-3
Severity: important
Tags: patch

Dear Maintainer,

xqilla is missing a Build-Depends on libtidy-dev.

Its built-in extension function parse-html is built on top of libtidy-dev.

Currently, the following minimal example gives the error below:

$ xqilla <(echo 
'data(xqilla:parse-html(fn:unparsed-text("http://www.google.at/";))/html/head/title)')
/dev/fd/63:1:6: error: A function called 
{http://xqilla.sourceforge.net/Functions}parse-html with 1 arguments is not 
defined [err:XPST0017]

xqilla:parse-html is documented here: 
http://xqilla.sourceforge.net/ExtensionFunctions#parse-html

After "apt install libtidy-dev" and rebuilding/installing xqilla, the example
From above works as expected:

$ xqilla <(echo 
'data(xqilla:parse-html(fn:unparsed-text("http://www.google.at/";))/html/head/title)')
Google


Background: XQilla is used as a backend to implement web scraping for a
Windows Screen Reader I am occasionally using.  It would be very useful
to be able to develop extensions cross platform by using xqilla on Linux
to test the actual XQuery code, and deploy the finished extension on
Windows later on.  However, the system in question makes use of
xqilla:parse-html for most of what it does.  So when I tried to run the
first initial examples, I immediately noticed that xqilla on Linux is claiming 
to
not have xqilla:parse-html, while the function is actually
documented.

Attachment: signature.asc
Description: PGP signature

--- xqilla-2.3.0/debian/control.orig	2016-04-17 20:20:42.699959631 +0200
+++ xqilla-2.3.0/debian/control	2016-04-17 20:13:32.533657724 +0200
@@ -1,7 +1,7 @@
 Source: xqilla
 Priority: extra
 Maintainer: Tommi Vainikainen <[email protected]>
-Build-Depends: debhelper (>= 8.1.3), dh-autoreconf, autotools-dev, libxerces-c-dev, chrpath, g++ (>= 4:5.2)
+Build-Depends: debhelper (>= 8.1.3), dh-autoreconf, autotools-dev, libxerces-c-dev, libtidy-dev, chrpath, g++ (>= 4:5.2)
 Standards-Version: 3.9.5
 Section: libs
 Vcs-Git: git://anonscm.debian.org/collab-maint/xqilla.git
-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xqilla depends on:
ii  libc6           2.22-6
ii  libgcc1         1:5.3.1-14
ii  libstdc++6      5.3.1-14
ii  libxerces-c3.1  3.1.3+debian-1
ii  libxqilla6v5    2.3.0-3

-- 
CYa,
  ⡍⠁⠗⠊⠕

--- End Message ---
--- Begin Message ---
Source: xqilla
Source-Version: 2.3.3-1

We believe that the bug you reported is fixed in the latest version of
xqilla, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tommi Vainikainen <[email protected]> (supplier of updated xqilla package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 18 Apr 2016 07:30:23 +0300
Source: xqilla
Binary: xqilla libxqilla-dev libxqilla6v5
Architecture: source
Version: 2.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Tommi Vainikainen <[email protected]>
Changed-By: Tommi Vainikainen <[email protected]>
Description:
 libxqilla-dev - XQuery and XPath 2.0 library - Development files
 libxqilla6v5 - XQuery and XPath 2.0 library
 xqilla     - XQuery and XPath 2.0 command line interpreter
Closes: 697948 821329 821330
Changes:
 xqilla (2.3.3-1) unstable; urgency=low
 .
   * New upstream version 2.3.3 (Closes: #821330).
   * Use dh(1) v9.
   * Fix spelling of the Apache License (Closes: #697948).
   * Add Build-Depends on libtidy-dev to support external parse-html
     function (Closes: #821329).
Checksums-Sha1:
 99cacb0d0a8b41df2d3637f163c310eb925fce88 2005 xqilla_2.3.3-1.dsc
 efe2f55f035d639c2b45bb9d03ee814b0d46a20e 16170903 xqilla_2.3.3.orig.tar.gz
 18d01a258bf0b435c6d50a8d744d8e3010d754a7 6420 xqilla_2.3.3-1.debian.tar.xz
Checksums-Sha256:
 3007668cabec89e7636221c499d10bce1eaeabfd0c602605fe37fdd5ecc0263a 2005 
xqilla_2.3.3-1.dsc
 8f76b9b4f966f315acc2a8e104e426d8a76ba4ea3441b0ecfdd1e39195674fd6 16170903 
xqilla_2.3.3.orig.tar.gz
 b1cd031f489040e226f92c2bfb8ebe9c52274ba068e6780292582dd78d9f8284 6420 
xqilla_2.3.3-1.debian.tar.xz
Files:
 772d513a2066a2c3c87285c1f3c6bd55 2005 libs extra xqilla_2.3.3-1.dsc
 8ece20348687b6529bb934c17067803c 16170903 libs extra xqilla_2.3.3.orig.tar.gz
 6870306e54bde26020b40310bc82423e 6420 libs extra xqilla_2.3.3-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXFHRvAAoJEIrvvk52FptgM90P/0m2bUV2dHwA7tDlcm2owUGF
Zy0CFaPV0/0xZwVPXsPux+t+Mat65cfGVqnAQkcNdxj779Yar+aguIYdt8fOBo6S
SGUD1V4E7TI4bV/1wYzkmZH2QYM84BXWnfWjG+lE0MgqMpn5lS2I53kbRgg9N1ZI
1ffATlaLQt7dnKWiz80UhiMMoqMMtjj1EN8kYc7osRR42dLDR5hTKG3/9UcrERxj
mUlQdjxRVTdGL8rk17LlJVO7ZaqaxN/juj2mjX+TkBHurdVtiqeKVosYGlwtVR4K
W1C0Pyp4HV+4vFmo4YDyI5/SZScmEVr/FbNYuE921RXRuiD+i70HDHsmvvrUvS2x
VogXDp9upck18ikITTVatKji8EyRidO2FYOarH5yxxlCVNNYk2/lPFubaCAmvCCY
U+/7fxsUQo4ixB3vdhZMmKEmiTFtF5h2LlmQczQvsifeFwQEquZY53/2A0nNF713
/HchRazO2xj/+j2EU+9YEmgc5BOx1KCERpFURSsZGg9h3sUFyDMm5fViq0YNqogg
LVz6siDMX9XZXah5u/XJq8v86uLrRkzct35sNLf7RDtAL55YUz+e1Sizl+MaEFIf
7zDW2ATZnS5q6w/p5XiBrTeSJr2BQI1JiEKOqs7NYpMCUYiP+wSZmUJt94UikD3w
4nk+JaxEFSKYK4HCJaRO
=hrSg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to