debian/0000755000000000000000000000000012074554472007200 5ustar debian/pycompat0000644000000000000000000000000210747542210010737 0ustar 2 debian/changelog0000644000000000000000000000564512074554465011066 0ustar wikipediafs (0.4-5) unstable; urgency=low * Depend on fuse and not on fuse-utils. * Bump up Standards-Version. * Fix spelling mistake in manpage. -- Sebastien Delafond Sun, 13 Jan 2013 16:42:31 +0100 wikipediafs (0.4-4) unstable; urgency=low * Rebuild with up-to-date python-all-dev. -- Sebastien Delafond Wed, 11 May 2011 11:53:40 +0200 wikipediafs (0.4-3) unstable; urgency=low * Fix debian/rules so that dh_python2 can actually do its job (Closes: #626096). -- Sebastien Delafond Mon, 09 May 2011 11:46:35 +0200 wikipediafs (0.4-2) unstable; urgency=low * Switch to dh_python2 (Closes: #617145). * Bumped up Standards-Version. -- Sebastien Delafond Wed, 13 Apr 2011 16:06:52 +0200 wikipediafs (0.4-1) unstable; urgency=low * New upstream release (Closes: #591319). * Updated watch file. * Bumped up Standards-Version. -- Sebastien Delafond Tue, 03 Aug 2010 10:42:14 +0200 wikipediafs (0.3-9) unstable; urgency=low * Remove obsolete string exception (Closes: #585369). -- Sebastien Delafond Thu, 10 Jun 2010 11:40:23 +0200 wikipediafs (0.3-8) unstable; urgency=low * Moved to 3.0 (quilt) source format. * Bumped up Standards-Version. * Removed incorrect Vcs-* info from control file. -- Sebastien Delafond Thu, 08 Apr 2010 12:53:31 +0200 wikipediafs (0.3-7) unstable; urgency=low * Do not install files under /usr/local with python 2.6 (Closes: #557941). -- Sebastien Delafond Mon, 07 Dec 2009 20:14:31 +0100 wikipediafs (0.3-6) unstable; urgency=low * Bumped up Standards revision. * Lintian cleanups. -- Sebastien Delafond Mon, 19 Oct 2009 16:14:56 +0200 wikipediafs (0.3-5) unstable; urgency=low * Rebuild with current version of pycentral (Closes: #490512). -- Sebastien Delafond Sat, 12 Jul 2008 10:06:58 -0700 wikipediafs (0.3-4) unstable; urgency=low * Lintian cleanups. -- Sebastien Delafond Fri, 09 May 2008 16:27:38 -0700 wikipediafs (0.3-3) unstable; urgency=low * Change the rules file so that build/ is indeed removed upon cleaning (Closes: #460577). -- Sebastien Delafond Mon, 14 Jan 2008 14:03:32 -0800 wikipediafs (0.3-2) unstable; urgency=low * Fix debian/watch (Closes: #453562). -- Sebastien Delafond Thu, 29 Nov 2007 21:42:41 -0800 wikipediafs (0.3-1) unstable; urgency=low * New upstream release (Closes: #398477, #413455). -- Sebastien Delafond Sat, 26 May 2007 12:12:16 -0700 wikipediafs (0.2-1) unstable; urgency=low * New upstream release (Closes: #382218). -- Sebastien Delafond Tue, 22 Aug 2006 10:16:43 -0700 wikipediafs (0.1-1) unstable; urgency=low * Initial release (Closes: #373007). -- Sebastien Delafond Tue, 13 Jun 2006 18:34:36 -0700 debian/watch0000644000000000000000000000020010747542210010211 0ustar # format version number, currently 3; this line is compulsory! version=3 http://sf.net/wikipediafs/wikipediafs-([\d.]*).tar.gz debian/rules0000755000000000000000000000102511561733724010255 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk PACKAGE=$(shell dh_listpackages) STAGING_DIR := $(CURDIR)/debian/$(PACKAGE) MANPAGE := mount.wikipediafs.1 install/wikipediafs:: mkdir -pm755 $(STAGING_DIR) python setup.py install --root=$(STAGING_DIR) --prefix=/usr /usr/bin/docbook-to-man doc/mount.wikipediafs.sgml > $(MANPAGE) rm -fr $(STAGING_DIR)/usr/share/man/man1/ dh_python2 dh_installman $(MANPAGE) cleanbuilddir/wikipediafs:: rm -f $(wildcard *.pyc *.pyo) rm -f $(MANPAGE) rm -fr builddebian/wikipediafs.links0000644000000000000000000000006110747542210012526 0ustar usr/bin/mount.wikipediafs sbin/mount.wikipediafs debian/control0000644000000000000000000000147612074553566010616 0ustar Source: wikipediafs Section: utils Priority: extra Maintainer: Sebastien Delafond Build-Depends-Indep: docbook-to-man, python-all (>= 2.6.6-3~) Build-Depends: debhelper (>= 6), cdbs (>= 0.4.90~) Standards-Version: 3.9.4 Homepage: http://wikipediafs.sourceforge.net Package: wikipediafs Architecture: all Depends: ${python:Depends}, ${misc:Depends}, fuse (>= 2.2), python-fuse (>= 1:0.2-pre3) Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: View and edit Wikipedia articles as if they were real files WikipediaFS is a mountable Linux virtual file system that enables you to deal with Wikipedia (or any Mediawiki-based site) articles as if they were real files. . It is thus possible to use a real text editor to view and edit articles. . http://wikipediafs.sourceforge.net debian/patches/0000755000000000000000000000000012074554417010626 5ustar debian/patches/series0000644000000000000000000000011012074554417012033 0ustar #10_no_shebang_lines.patch 20_585369.patch 30-spelling-in-manpage.patch debian/patches/30-spelling-in-manpage.patch0000644000000000000000000000146412074554356015725 0ustar --- a/doc/mount.wikipediafs.sgml +++ b/doc/mount.wikipediafs.sgml @@ -46,7 +46,7 @@ &manpackage; - A program to mount WikipediaFS, a filesystem that allows to view + A program to mount WikipediaFS, a filesystem that allows one to view and edit Wikipedia articles as if they were real files. @@ -60,7 +60,7 @@ This manual page documents the &manpackage; command and general usage of WikipediaFS. - WikipediaFS allows to view and edit Wikipedia articles as if + WikipediaFS allows one to view and edit Wikipedia articles as if they were real files. &manpackage; mounts a WikipediaFS filesystem. debian/patches/20_585369.patch0000644000000000000000000000122711425753455012737 0ustar Index: wikipediafs-0.4/src/wikipediafs/metadir.py =================================================================== --- wikipediafs-0.4.orig/src/wikipediafs/metadir.py 2010-08-02 06:49:31.000000000 +0200 +++ wikipediafs-0.4/src/wikipediafs/metadir.py 2010-08-03 10:45:15.000000000 +0200 @@ -74,7 +74,7 @@ dirname = os.path.dirname(path) if path == '/' and not self.dirs.has_key('/'): - raise "At least the root class must be defined" + raise Exception("At least the root class must be defined") elif self.dirs.has_key(dirname): return self.dirs[dirname] else: debian/patches/10_no_shebang_lines.patch0000755000000000000000000000410210747542272015445 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 10_no_shebang_lines.dpatch by Sebastien Delafond ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Remove shebang lines from files not meant to be executed @DPATCH@ diff -urNad wikipediafs-0.1~/src/wikipediafs/logger.py wikipediafs-0.1/src/wikipediafs/logger.py --- wikipediafs-0.1~/src/wikipediafs/logger.py 2006-06-11 04:40:32.000000000 -0700 +++ wikipediafs-0.1/src/wikipediafs/logger.py 2006-06-15 21:47:36.000000000 -0700 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # WikipediaFS diff -urNad wikipediafs-0.1~/src/wikipediafs/WikipediaArticleList.py wikipediafs-0.1/src/wikipediafs/WikipediaArticleList.py --- wikipediafs-0.1~/src/wikipediafs/WikipediaArticleList.py 2006-06-11 04:40:32.000000000 -0700 +++ wikipediafs-0.1/src/wikipediafs/WikipediaArticleList.py 2006-06-15 21:47:36.000000000 -0700 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # WikipediaFS diff -urNad wikipediafs-0.1~/src/wikipediafs/WikipediaArticle.py wikipediafs-0.1/src/wikipediafs/WikipediaArticle.py --- wikipediafs-0.1~/src/wikipediafs/WikipediaArticle.py 2006-06-11 04:40:32.000000000 -0700 +++ wikipediafs-0.1/src/wikipediafs/WikipediaArticle.py 2006-06-15 21:47:36.000000000 -0700 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # WikipediaFS diff -urNad wikipediafs-0.1~/src/wikipediafs/WikipediaFS.py wikipediafs-0.1/src/wikipediafs/WikipediaFS.py --- wikipediafs-0.1~/src/wikipediafs/WikipediaFS.py 2006-06-11 04:40:32.000000000 -0700 +++ wikipediafs-0.1/src/wikipediafs/WikipediaFS.py 2006-06-15 21:47:36.000000000 -0700 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # WikipediaFS diff -urNad wikipediafs-0.1~/src/wikipediafs/WikipediaUser.py wikipediafs-0.1/src/wikipediafs/WikipediaUser.py --- wikipediafs-0.1~/src/wikipediafs/WikipediaUser.py 2006-06-11 04:40:32.000000000 -0700 +++ wikipediafs-0.1/src/wikipediafs/WikipediaUser.py 2006-06-15 21:47:36.000000000 -0700 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # WikipediaFS debian/source/0000755000000000000000000000000011357332506010473 5ustar debian/source/format0000644000000000000000000000001411357332506011701 0ustar 3.0 (quilt) debian/wikipediafs.dirs0000644000000000000000000000001611011156672012345 0ustar sbin usr/bin debian/compat0000644000000000000000000000000211267072200010361 0ustar 6 debian/copyright0000644000000000000000000000213311267072461011126 0ustar This package was debianized by Sebastien Delafond on Tue, 13 Jun 2006 18:32:14 -0700 It was downloaded from http://wikipediafs.sourceforge.net/ Upstream Author: Mathieu Blondel (mblondel@users.sourceforge.net) Copyright: Copyright (c) 2007 Mathieu Blondel (mblondel@users.sourceforge.net) 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; version 2 dated June, 1991. 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 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'.