debian/0000755000000000000000000000000012034636263007173 5ustar debian/doc-base0000644000000000000000000000066612023203570010570 0ustar Document: anarchism Title: An Anarquist FAQ Author: Iain McKay, Gary Elkin, Dave Neal, Ed Boraas Abstract: An exhaustive exploration of Anarchist theory and practice Section: Help/FAQ Format: HTML Index: /usr/share/doc/anarchism/html/index.html Files: /usr/share/doc/anarchism/html/*.html Format: text Index: /usr/share/doc/anarchism/txt/index.txt Files: /usr/share/doc/anarchism/txt/*.txt.gz /usr/share/doc/anarchism/txt/*.txt debian/source/0000755000000000000000000000000012023203570010460 5ustar debian/source/format0000644000000000000000000000001412023203570011666 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000032512023203570011337 0ustar README.source for anarchism =========================== There was a patch to manipulate alinks.{html,txt} but these are not needed anymore. -- Mauro Lizaur Mon, 03 Sep 2012 22:40:49 -0300 debian/copyright0000644000000000000000000000357112023203570011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AAFAQ Source: http://anarchism.pageabode.com/afaq/index.html Files: * Copyright: 1995-2012 The Anarchist FAQ Editorial Collective License: GPL-2 This package 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 package 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 complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 1990-2006 Ed Boraas 2012 Mauro Lizaur License: GPL-2 This package 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 package 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 complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/rules0000755000000000000000000000056012023203570010241 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 %: dh $@ override_dh_auto_clean: $(CURDIR)/debian/html2txt clean $(CURDIR)/html/*.txt $(CURDIR)/txt dh_auto_clean override_dh_auto_build: $(CURDIR)/debian/html2txt build $(CURDIR)/html dh_auto_build override_dh_auto_install: dh_installchangelogs html/new.html dh_auto_installdebian/source.lintian-overrides0000644000000000000000000000005712023203570014042 0ustar anarchism source: debian-watch-file-is-missing debian/compat0000644000000000000000000000000212023203570010356 0ustar 8 debian/html2txt0000755000000000000000000000115012033404004010665 0ustar #!/bin/dash clean(){ shift; rm -fr $@; exit 0; } build(){ shift; ORIG_DIR=$1; DEST_DIR=`echo $ORIG_DIR|sed -s "s,html,txt,g"`; mkdir -p $DEST_DIR; AAFAQ_PATH=`echo $ORIG_DIR|sed -s "s,\/,\\\/,g"`; for html in `find $ORIG_DIR -type f -name "*.html"`; do txt=$(basename `echo $html|sed -s "s,html,txt,g"`); lynx -dump $html|sed -e "s,localhost${AAFAQ_PATH},usr\/share\/doc\/anarchism\/html,g" -e "s,anarchism\/html\/\(.*\)\.html,anarchism\/txt\/\1.txt,g" -e "s,file:\/,,g" > $DEST_DIR/$txt; done; exit 0; } [ -z $1 ] && exit 0 || $1 $@; debian/docs0000644000000000000000000000001312023203570010025 0ustar txt/ html/ debian/README.Debian0000644000000000000000000000212512023203570011221 0ustar Anarchist FAQ for Debian ---------------------- This is a Debian-packaged distribution of "An Anarchist FAQ". It is also available in tarballs and dos-format zip files at: http://www.infoshop.org/page/AnAnarchistFAQ http://anarchism.pageabode.com/afaq/index.html The latest version of the FAQ can also be read "live" at: http://www.anarchistfaq.org/ and its mirrors. This package will install both the HTML and Text-formatted versions of the FAQ in the /usr/share/doc/anarchism/html/ and /usr/share/doc/anarchism/text/ directories, respectively. If you are interested in setting up a mirror of the FAQ, it should be a simple matter to symlink the html directory into your website somewhere. In any case, if you're looking for contacts, the authors can be reached at if you have comments on the FAQ itself. Remember, this FAQ is free software! If you are interested in contributing, contact the authors at the email address above. Ed Boraas AAFAQ -- Mauro Lizaur Fri, 13 Aug 2010 23:17:06 -0300 debian/control0000644000000000000000000000133612034636235010600 0ustar Source: anarchism Section: doc Priority: optional Maintainer: Mauro Lizaur Build-Depends: debhelper (>= 8.0.0) Build-Depends-Indep: lynx (>= 2.8.8dev.5), sed (>= 4.2.1) Standards-Version: 3.9.3 Homepage: http://www.infoshop.org/page/AnAnarchistFAQ Package: anarchism Depends: ${misc:Depends} Suggests: www-browser | dhelp | dwww | doc-central | yelp | khelpcenter4 Architecture: all Description: Exhaustive exploration of Anarchist theory and practice The Anarchist FAQ is an excellent source of information regarding Anarchist (libertarian socialist) theory and practice. It covers all major topics, from the basics of Anarchism to very specific discussions of politics, social organization, and economics. debian/changelog0000644000000000000000000001203712033432623011041 0ustar anarchism (14.0-2) unstable; urgency=low * Fixed the name in References section for each txt. * Removed dependency on x-www-browser. Oops. * Added build-dep-indep on sed. -- Mauro Lizaur Thu, 04 Oct 2012 19:05:16 -0300 anarchism (14.0-1) unstable; urgency=low * New upstream release. (Closes: #609927) ps: sorry for the lack of maintenance. * No more wrong path in txt doc (Closes: #655287) * Added debian/html2txt helper to convert the FAQ. * Added build-dependency on lynx. ^ related. * Bumped the Standard-Version. * Updated debian/rules. * Merged patches with upstream, quilt stopped being a build-dep. * Updated debian/copyright. -- Mauro Lizaur Mon, 03 Sep 2012 22:40:49 -0300 anarchism (13.4-1) unstable; urgency=low * New upstream release. (Closes: #441622) * New maintainer upload (In an agreement with Ed Boraas). * Switch to DebSrc3.0 (quilt) format. * Marking dead links with a line-through with CSS plus a possible mirror at archive.org (Closes: #292386) -- Mauro Lizaur Fri, 15 Aug 2010 20:50:06 -0300 anarchism (11.7-1) unstable; urgency=low * New upstream release -- 10th anniversary edition! * Updated URLs and contact info in README.Debian -- Ed Boraas Thu, 20 Jul 2006 18:17:06 -0600 anarchism (11.1-1) unstable; urgency=low * New upstream release -- Ed Boraas Sun, 9 Jan 2005 10:39:38 -0700 anarchism (10.0-2) unstable; urgency=low * Upstream is now dual-licensing under FDL and GPL; update debian/copyright to reflect this -- Ed Boraas Sun, 8 Aug 2004 10:54:23 -0600 anarchism (10.0-1) unstable; urgency=low * New upstream release (Closes: #188628) * Updated to Policy 3.6.1 -- Ed Boraas Sat, 7 Aug 2004 22:55:51 -0600 anarchism (9.7-1) unstable; urgency=low * New upstream release -- Ed Boraas Mon, 29 Jul 2002 07:13:04 -0700 anarchism (9.5-1) unstable; urgency=medium * New upstream release (sorry for the delays) (Closes: #128141) * New license: GNU FDL * Fix RC bug in debian/rules (Closes: #133359) -- Ed Boraas Mon, 18 Feb 2002 16:15:57 -0700 anarchism (9.0-1) unstable; urgency=low * New upstream release -- Ed Boraas Sun, 20 May 2001 10:34:24 -0600 anarchism (8.7-1) unstable; urgency=low * New upstream release * Update for policy 3.5.2 -- Ed Boraas Tue, 20 Mar 2001 06:14:42 -0700 anarchism (8.6-1) unstable; urgency=low * New upstream release * Updated for policy 3.2.1 -- Ed Boraas Sun, 17 Dec 2000 19:17:34 -0700 anarchism (8.5-1) unstable; urgency=low * New upstream release (I missed 8.4; sorry) * Fixed maintainer-script permissions bug (Closes: #70078, #70162) -- Ed Boraas Sat, 28 Oct 2000 14:48:14 -0600 anarchism (8.3-1) unstable; urgency=low * Appendix 3 is now included in text format (unreported bug) * New upstream release -- Ed Boraas Thu, 13 Apr 2000 20:42:54 -0600 anarchism (8.2-1) unstable; urgency=low * New upstream release (sorry about missing the last one) -- Ed Boraas Sun, 19 Mar 2000 20:45:15 -0700 anarchism (8.0-2) frozen unstable; urgency=low * Fixed typo in copyright file (Closes: #56416) * Copyright file now refers to the new license location (/usr/share/common-licenses/GPL) -- Ed Boraas Wed, 2 Feb 2000 22:57:12 -0700 anarchism (8.0-1) unstable; urgency=low * New upstream version -- Ed Boraas Tue, 11 Jan 2000 21:01:34 -0700 anarchism (7.8-1) unstable; urgency=low * New upstream version -- Ed Boraas Thu, 11 Nov 1999 15:11:42 -0600 anarchism (7.7-2) unstable; urgency=low * Fixed problems with html/secA2.html * Text version is now compressed * Added symlink at /usr/doc/anarchism -- Ed Boraas Sun, 17 Oct 1999 01:44:23 -0600 anarchism (7.7-1) unstable; urgency=low * New upstream version * Minor change to the copyright file to reflect new upstream distrivution location * Moved to /usr/share/doc/anarchism to comply with policy v3 * Updated documentation to reflect the above change -- Ed Boraas Sat, 31 Jul 1999 10:44:56 -0600 anarchism (7.6-1) unstable; urgency=low * New upstream version * Cruft from pre-7.x versions removed * Local flag image used in index.html * Priority changed from extra back to optional (Closes: #34898) -- Ed Boraas Sun, 13 Jun 1999 00:58:07 -0600 anarchism (7.5-2) unstable; urgency=low * Priority changed from optional to extra. -- Ed Boraas Wed, 17 Mar 1999 23:23:36 -0600 anarchism (7.5-1) unstable; urgency=low * New upstream source; see /usr/doc/anarchism/html/new.html for details. * Adds text version of the FAQ in /usr/doc/anarchism/text/ -- Ed Boraas Wed, 17 Mar 1999 01:18:42 -0600 anarchism (7.4-1) unstable; urgency=low * Initial Release. -- Ed Boraas Sat, 13 Feb 1999 15:26:30 -0600