debian/0000775000000000000000000000000012306073005007164 5ustar debian/docs0000664000000000000000000000000512306072772010044 0ustar NEWS debian/compat0000664000000000000000000000000212306072772010374 0ustar 5 debian/patches/0000775000000000000000000000000012306073005010613 5ustar debian/patches/fix-ftbfs-encoding.patch0000664000000000000000000000054312306072772015324 0ustar Description: Fix FTBFS adding =encoding declaration. Author: Leo Iannacone Bug-Ubuntu: https://launchpad.net/bugs/1280855 --- xnav | 2 ++ 1 file changed, 2 insertions(+) --- a/xnav +++ b/xnav @@ -315,6 +315,8 @@ =pod +=encoding utf8 + =head1 NAME xnav - Construct navigation top and sidebars for a collection of web pages debian/patches/series0000664000000000000000000000003112306072772012034 0ustar fix-ftbfs-encoding.patch debian/rules0000775000000000000000000000214312306072772010256 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) config.status: configure dh_testdir ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) all touch build-stamp clean: dh_testdir dh_testroot dh_clean rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/xnav binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_installman dh_compress dh_fixperms dh_perl dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/source/0000775000000000000000000000000012306073005010464 5ustar debian/source/format0000664000000000000000000000001412306072772011704 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000011712306072772010226 0ustar version=3 http://www.wohlberg.net/public/software/xml/xnav/xnav-(.*)\.tar\.gz debian/control0000664000000000000000000000140012306072772010574 0ustar Source: xnav Section: utils Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Brendt Wohlberg Build-Depends: debhelper (>= 5.0.0) Build-Depends-Indep: autotools-dev, libxml2-utils, xsltproc Homepage: http://www.wohlberg.net/public/software/xml/xnav/ Standards-Version: 3.9.5 Package: xnav Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml2-utils, xsltproc Description: Automatically construct web site navigation links XNav adds a wrapper with CSS style and top and side navigation bars to a directory tree of XHTML documents. It also provides a mechanism for automatic construction of XHTML documents from user defined XML document types, using user supplied XSL. debian/copyright0000664000000000000000000000210312306072772011125 0ustar This package was debianized by Brendt Wohlberg on Tue, 04 Jul 2006 11:43:00 -0700. It was downloaded from: http://www.wohlberg.net/public/software/xml/xnav/ Upstream author: Brendt Wohlberg This software is copyright (C) 2004-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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000664000000000000000000000132512306072772011051 0ustar xnav (0.04-0ubuntu3) trusty; urgency=medium * New patch fix-ftbfs-encoding.patch. Add =encoding declaration in xnav (LP: #1280855). * Added debian/source/format. * Bump Standards-Version to 3.9.5. -- Leo Iannacone Sun, 02 Mar 2014 22:03:32 +0100 xnav (0.04-0ubuntu2) quantal; urgency=low * debian/control: - Bump Standards-Version to 3.9.3. - Add ${misc:Depends} to xnav binary. * debian/rules: - Fix debian-rules-missing-recommended-target warning. -- Logan Rosen Mon, 17 Sep 2012 03:40:16 -0400 xnav (0.04-0ubuntu1) jaunty; urgency=low * Initial Release (LP: #186922). -- Brendt Wohlberg Tue, 27 Jan 2009 06:29:10 -0700