debian/0000755000000000000000000000000012227613725007175 5ustar debian/rules0000755000000000000000000000041611641363440010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk debian/control.in0000644000000000000000000000163112227607423011204 0ustar Source: yelp-tools Section: gnome Priority: extra Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 8), cdbs, gnome-pkg-tools, pkg-config, libxml2-utils (>= 2.6.12), xsltproc (>= 1.1.8), yelp-xsl, itstool Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/yelp-tools Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/yelp-tools Package: yelp-tools Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, xsltproc, libxml2-utils, itstool Recommends: zip Description: Yelp documentation tools A set of command-line tools to build and check your documentation, as well as an M4 file to use in your autotools-based build chain. debian/control0000644000000000000000000000223612227613745010605 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: yelp-tools Section: gnome Priority: extra Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Martin Pitt , Michael Biebl Build-Depends: debhelper (>= 8), cdbs, gnome-pkg-tools, pkg-config, libxml2-utils (>= 2.6.12), xsltproc (>= 1.1.8), yelp-xsl, itstool Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/yelp-tools Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/yelp-tools Package: yelp-tools Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, xsltproc, libxml2-utils, itstool Recommends: zip Description: Yelp documentation tools A set of command-line tools to build and check your documentation, as well as an M4 file to use in your autotools-based build chain. debian/patches/0000755000000000000000000000000012227613725010624 5ustar debian/patches/series0000644000000000000000000000005012227613560012031 0ustar 0001-Fix-posix-shell-syntax-error.patch debian/patches/0001-Fix-posix-shell-syntax-error.patch0000644000000000000000000000125612227613552017673 0ustar From d04617cdee047e6d101346f8f02f4448f5f9d4b8 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 17 Oct 2013 00:18:44 +0200 Subject: [PATCH] Fix posix shell syntax error --- tools/yelp-check.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/yelp-check.in b/tools/yelp-check.in index 7498012..c66c46d 100755 --- a/tools/yelp-check.in +++ b/tools/yelp-check.in @@ -252,7 +252,8 @@ yelp_hrefs () { } yelp_ids_page () { - pageid=$(( + pageid=$( + ( echo ' License: GPL-2+ Files: debian/* Copyright: 2011 Canonical Ltd 2011-2012 Michael Biebl License: GPL-2+ License: GPL-2+ 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 program. If not, see . . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file /usr/share/common-licenses/GPL-2. debian/source/0000755000000000000000000000000012227613725010475 5ustar debian/source/format0000644000000000000000000000001411641363015011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211641363015010364 0ustar 8 debian/changelog0000644000000000000000000000341612227613655011055 0ustar yelp-tools (3.10.0-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4. No further changes. * debian/patches/0001-Fix-posix-shell-syntax-error.patch: Fix syntax error in yelp-check. -- Michael Biebl Thu, 17 Oct 2013 00:48:12 +0200 yelp-tools (3.6.1-2) unstable; urgency=low * Upload to unstable. -- Andreas Henriksson Thu, 30 May 2013 10:10:59 +0200 yelp-tools (3.6.1-1) experimental; urgency=low * Team upload * New upstream release (Closes: #690955) -- Simon McVittie Mon, 22 Oct 2012 22:19:08 +0100 yelp-tools (3.4.1-1) unstable; urgency=low * New upstream release: - yelp.m4: Fix dist when using the LINGUAS envar - Fix "command not found" configure script messages -- Martin Pitt Mon, 16 Apr 2012 23:12:23 +0200 yelp-tools (3.4.0-1) unstable; urgency=low * New upstream release. -- Michael Biebl Tue, 27 Mar 2012 17:50:12 +0200 yelp-tools (3.3.4-1) experimental; urgency=low * New upstream development release. -- Michael Biebl Tue, 20 Mar 2012 03:59:04 +0100 yelp-tools (3.3.3-1) experimental; urgency=low * New upstream development release. * debian/copyright: Update Format to the final version 1.0. * Bump Standards-Version to 3.9.3. -- Michael Biebl Sat, 17 Mar 2012 15:22:25 +0100 yelp-tools (3.2.1-1) unstable; urgency=low * New upstream release. * debian/watch: - Track .xz tarballs. -- Michael Biebl Tue, 18 Oct 2011 01:24:33 +0200 yelp-tools (3.2.0-1) unstable; urgency=low * Initial upload to Debian. Based on work by Ubuntu, thanks! Closes: #643892 -- Michael Biebl Fri, 30 Sep 2011 18:34:59 +0200