debian/0000755000000000000000000000000012141426237007170 5ustar debian/compat0000644000000000000000000000000212141425604010363 0ustar 9 debian/rules0000755000000000000000000000161612141425604010251 0ustar #!/usr/bin/make -f VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') %: dh $@ override_dh_auto_clean: scons -c rm -fr build override_dh_auto_install: scons doc rm -r $(CURDIR)/build/doc/HTML/scons-reference* find $(CURDIR)/build/doc -name "*scons-reference*" -delete find $(CURDIR)/build/doc -name "*-man*" -delete get-orig-source: wget http://downloads.sourceforge.net/project/scons/scons-src/${VERSION}/scons-src-${VERSION}.tar.gz -O ../scons-src-${VERSION}.tar.gz tar fxz ../scons-src-${VERSION}.tar.gz -C ../ && mv ../scons-src-${VERSION} ../scons-doc-${VERSION} tar czf ../scons-doc_${VERSION}.orig.tar.gz ../scons-doc-${VERSION}/bin ../scons-doc-${VERSION}/config \ ../scons-doc-${VERSION}/doc ../scons-doc-${VERSION}/LICENSE ../scons-doc-${VERSION}/SConstruct ../scons-doc-${VERSION}/src rm -fr ../scons-doc-${VERSION} ../scons-src-${VERSION}.tar.gz debian/docs0000644000000000000000000000005212141425604010035 0ustar build/doc/HTML build/doc/PDF build/doc/PS debian/control0000644000000000000000000000167712141425604010603 0ustar Source: scons-doc Section: doc Priority: optional Maintainer: Luca Falavigna Uploaders: Mark Brown Build-Depends: debhelper (>= 9), scons (>= 2.3.0) Build-Depends-Indep: docbook-utils, jade, docbook-xml Standards-Version: 3.9.4 Homepage: http://www.scons.org/ Vcs-Git: git://anonscm.debian.org/collab-maint/scons-doc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/scons-doc.git;a=summary Package: scons-doc Architecture: all Depends: ${misc:Depends} Suggests: scons (>= 2.3.0) Description: Documentation for SCons, a replacement for Make SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache support. SCons rule sets are Python scripts so as well as the features it provides itself SCons allows you to use the full power of Python to control compilation. . This package provides the SCons User's guide. debian/changelog0000644000000000000000000001020212141425604011032 0ustar scons-doc (2.3.0-2) unstable; urgency=low * Upload to unstable. * debian/control: - Move VCS repository under collab-maint. -- Luca Falavigna Sun, 05 May 2013 11:50:40 +0200 scons-doc (2.3.0-1) experimental; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.4, no changes required. -- Luca Falavigna Mon, 11 Mar 2013 22:35:26 +0100 scons-doc (2.2.0-1) experimental; urgency=low * New upstream release. * debian/patches/no_remote_dtd.patch: - Removed, no longer needed. * debian/patches/unicode.patch: - Removed, applied upstream. * debian/compat: - Bump compatibility level to 9. * debian/control: - Add docbook-xml to Build-Depends-Indep field. - Bump Standards-Version to 3.9.3, no changes required. -- Luca Falavigna Mon, 20 Aug 2012 23:50:21 +0200 scons-doc (2.1.0-2) unstable; urgency=low * debian/patches/unicode.patch: - Make sure input variable is unicode. -- Luca Falavigna Tue, 18 Oct 2011 21:30:36 +0200 scons-doc (2.1.0-1) unstable; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.2, no changes required. -- Luca Falavigna Sat, 10 Sep 2011 11:31:08 +0200 scons-doc (2.0.1-1) unstable; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.1, no changes required. * debian/copyright: - Adjust copyright years. * debian/watch: - Adjust to ignore development versions. -- Luca Falavigna Thu, 10 Feb 2011 23:21:48 +0100 scons-doc (2.0.0-1) unstable; urgency=low * New upstream release. * debian/watch: - Look for 2.0 branch. -- Luca Falavigna Tue, 15 Jun 2010 16:31:02 +0200 scons-doc (1.3.0-1) unstable; urgency=low * New upstream release. -- Luca Falavigna Thu, 25 Mar 2010 20:54:30 +0100 scons-doc (1.2.0.d20100306-1) unstable; urgency=low * New upstream checkpoint release. * debian/control: - Bump Standards-Version to 3.8.4, no changes required. -- Luca Falavigna Wed, 10 Mar 2010 14:19:03 +0100 scons-doc (1.2.0.d20100117-1) unstable; urgency=low * New upstream checkpoint release * Switch to format 3.0 (quilt). -- Luca Falavigna Sat, 23 Jan 2010 15:25:58 +0100 scons-doc (1.2.0.d20091224-1) unstable; urgency=low * New upstream checkpoint release. -- Luca Falavigna Tue, 29 Dec 2009 13:24:52 +0100 scons-doc (1.2.0.d20090919-1) unstable; urgency=low * New upstream checkpoint release. -- Luca Falavigna Sat, 05 Dec 2009 17:41:49 +0100 scons-doc (1.2.0.d20090905-3) unstable; urgency=low * debian/patches/no_remote_dtd.patch: - Do not fetch DTD from WWW, use local one instead (Closes: #549824). -- Luca Falavigna Mon, 05 Oct 2009 23:14:53 +0200 scons-doc (1.2.0.d20090905-2) unstable; urgency=low * Do not install scons-reference, it is completely empty and useless. Wait for upstream to complete it (Closes: #549111). * Do not install man pages, they are installed with scons package. -- Luca Falavigna Thu, 01 Oct 2009 23:25:05 +0200 scons-doc (1.2.0.d20090905-1) unstable; urgency=low * New upstream checkpoint release. * Also provide PDF and PostScript files. * Update my e-mail address. * Remove DM-Upload-Allowed field. * Update copyright informations. * Switch to debhelper 7. * Add doc-base file. * Add Vcs-* fields to document where scons-doc debianisation is stored. * Bump Standards-Version to 3.8.3, no changes required. -- Luca Falavigna Wed, 09 Sep 2009 20:56:23 +0200 scons-doc (1.2.0-2) unstable; urgency=low * Update Standards-Version to 3.8.1, no changes required. * Add watch file. -- Luca Falavigna Sat, 04 Apr 2009 00:21:40 +0200 scons-doc (1.2.0-1) experimental; urgency=low * Initial release (Closes: #263237). -- Luca Falavigna Sat, 27 Dec 2008 11:33:28 +0100 debian/doc-base0000644000000000000000000000047312141425604010571 0ustar Document: scons Title: SCons documentation Author: The SCons Foundation Abstract: This manual describes what SCons is and how it can be used to build applications. Section: Help/Books Format: HTML Index: /usr/share/doc/scons-doc/HTML/scons-user/index.html Files: //usr/share/doc/scons-doc/HTML/scons-user/*.html debian/copyright0000644000000000000000000000350412141425604011122 0ustar This package was debianized by Luca Falavigna on Sat, 27 Dec 2008 11:33:28 +0100. It was downloaded from http://scons.tigris.org/svn/scons Upstream Author: Steven Knight Copyright: Copyright © 2001-2009 The SCons Foundation Copyright © 1999-2001 Steve Purcell Copyright © 1999-2006 Gregory P. Ward. Copyright © 2001-2003 Steven Knight Copyright © 2001-2004 Twisted Matrix Laboratories Copyright © 2002-2006 Python Software Foundation. Copyright © 2003-2005 Peter Astrand Copyright © 2003 Stichting NLnet Labs License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The Debian packaging is copyright 2008-2011, Luca Falavigna and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000012141425604010465 5ustar debian/source/format0000644000000000000000000000001412141425604011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006712141425604010221 0ustar version=3 http://sf.net/scons/scons-([0-9.]+)\.tar\.gz