debian/0000775000000000000000000000000012243577565007210 5ustar debian/control0000664000000000000000000000137512243577543010615 0ustar Source: xgrep Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Brendt Wohlberg 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. debian/watch0000664000000000000000000000012212243577530010224 0ustar version=3 http://www.wohlberg.net/public/software/xml/xgrep/xgrep-(.*)\.tar\.gz debian/source/0000775000000000000000000000000012243577565010510 5ustar debian/source/format0000664000000000000000000000001312243577543011711 0ustar 3.0 (quilt)debian/dirs0000664000000000000000000000001012243577530010053 0ustar usr/bin debian/rules0000775000000000000000000000242312243577543010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) depend $(MAKE) all touch build-stamp clean: dh_testdir dh_testroot dh_clean rm -f build-stamp [ ! -f Makefile ] || $(MAKE) clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/xgrep binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/compat0000664000000000000000000000000212243577543010402 0ustar 9 debian/docs0000664000000000000000000000001512243577530010047 0ustar README NEWS debian/changelog0000664000000000000000000000272712243577543011066 0ustar xgrep (0.08-0ubuntu1) trusty; urgency=low * New upstream release * Create debian/source/format * Drop patches, included upstream * debian/control: - Add misc depends - Bump debhelper to 9 - Bump standards-version to 3.9.5 * debian/rules: - Replace dh_clean -k with dh_prep - Use recommended targets -- Jackson Doak Fri, 22 Nov 2013 06:43:48 +1100 xgrep (0.07-0ubuntu4) quantal; urgency=low * debian/control: moved homepage information to its own field. -- Daniel Holbach Thu, 13 Sep 2012 10:17:57 +0200 xgrep (0.07-0ubuntu3) natty; urgency=low * configure{,.ac}, Makefile.in: Use LIBS instead of LDFLAGS (fixes linking with --as-needed). -- Michael Bienia Sun, 05 Dec 2010 18:42:51 +0100 xgrep (0.07-0ubuntu2) maverick; urgency=low * Build depend on xutils-dev rather than makedepend as its a virtual package provided by xutils-dev fix FTBFS LP: #618239 -- Bhavani Shankar Sun, 15 Aug 2010 19:27:18 +0530 xgrep (0.07-0ubuntu1) intrepid; urgency=low * New upstream release. (LP: #237808) -- Brendt Wohlberg Mon, 02 Jun 2008 20:10:09 -0600 xgrep (0.06-0ubuntu1) gutsy; urgency=low * New upstream release. -- Brendt Wohlberg Sun, 9 Sep 2007 11:43:20 -0600 xgrep (0.05-0ubuntu1) gutsy; urgency=low * Initial Release. -- Brendt Wohlberg Tue, 17 Jul 2007 19:59:40 -0600 debian/copyright0000664000000000000000000000122112243577530011127 0ustar This package was debianized by Brendt Wohlberg on Thu, 16 Mar 2006 16:37:00 -0600. It was downloaded from: http://www.wohlberg.net/public/software/xml/xgrep/ Upstream author: Brendt Wohlberg This software is copyright (C) 2003,2008 by Brendt Wohlberg This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'.