xmlstarlet 1.6.1-4 source package in Ubuntu

Changelog

xmlstarlet (1.6.1-4) unstable; urgency=medium

  * QA upload.
  * run wrap-and-sort -astb
  * debian/control: pkg-config => pkgconf
  * debian/control: update Vcs—Git and Vcs-Browser
  * debian/control: mark as Multi-Arch:foreign
  * debian/control: bump Standards-Version (no changes)
  * debian/watch: update to version 4
  * add debian/salsa-ci.yml
  * add debian/source/lintian-overrides

 -- Johannes Schauer Marin Rodrigues <email address hidden>  Mon, 19 Feb 2024 07:33:00 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe text
Noble release universe text

Downloads

File Size SHA-256 Checksum
xmlstarlet_1.6.1-4.dsc 2.0 KiB ed6a8dd34b050de941af90781f759a05ea7ca2e57b78d633d34f177268e4144d
xmlstarlet_1.6.1.orig.tar.gz 411.1 KiB 15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca
xmlstarlet_1.6.1-4.debian.tar.xz 12.1 KiB 7f79ba56000a393cd35763f204618987eda0894851ce40d4f45dd7d713095658

Available diffs

No changes file available.

Binary packages built by this source

xmlstarlet: command line XML toolkit

 XMLStarlet is a set of command line utilities (tools) which can be used to
 transform, query, validate, and edit XML documents and files using simple set
 of shell commands in similar way it is done for plain text files using
 UNIX grep, sed, awk, diff, patch, join, etc commands.
 .
 This set of command line utilities can be used by those who deal with many XML
 documents on UNIX shell command prompt as well as for automated XML processing
 with shell scripts.
 .
 The toolkit's feature set includes options to:
  Check or validate XML files (simple well-formedness check, DTD, XSD, RelaxNG)
  Calculate values of XPath expressions on XML files (such as running sums, etc)
  Search XML files for matches to given XPath expressions
  Apply XSLT stylesheets to XML documents (including EXSLT support, and passing
 parameters to stylesheets)
  Query XML documents (ex. query for value of some elements of attributes,
 sorting, etc)
  Modify or edit XML documents (ex. delete some elements)
  Format or "beautify" XML documents (as changing indentation, etc)
  Fetch XML documents using http:// or ftp:// URLs
  Browse tree structure of XML documents (in similar way to 'ls' command for
 directories)
  Include one XML document into another using XInclude
  XML c14n canonicalization
  Escape/unescape special XML characters in input text
  Print directory as XML document
  Convert XML into PYX format (based on ESIS - ISO 8879), and vice versa

xmlstarlet-dbgsym: debug symbols for xmlstarlet