Source: xgrep
Section: utils
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Brendt Wohlberg <osspkg@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev, xutils-dev, libxml2-dev, libpcre3-dev
Standards-Version: 3.9.5
Homepage: http://www.wohlberg.net/public/software/xml/xgrep/

Package: xgrep
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: grep-like utility for XML files
 xgrep provides facilities for searching content in XML files. The
 search is specified either as an XPath via the -x flag, or a custom
 syntax, including extended regular expressions, via the -s flag.
 Multiple input files may be specified; if none are provided, input is
 read from stdin.
