debian/0000755000000000000000000000000012260073420007162 5ustar debian/dirs0000644000000000000000000000006511626000543010050 0ustar /usr/bin /usr/share/man/man1 /usr/share/applications debian/source/0000755000000000000000000000000011626001553010465 5ustar debian/source/format0000644000000000000000000000001411626001553011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000123611626003140010241 0ustar #!/usr/bin/make -f build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir touch $@ clean: dh_testdir dh_testroot rm -f build-stamp $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/buxon install binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installmenu dh_link dh_compress dh_fixperms dh_python2 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/patches/0000755000000000000000000000000011626424050010615 5ustar debian/patches/series0000644000000000000000000000010711626424022012027 0ustar manpage-input-help manpage-dates manpage-trailing-spaces manpage-typos debian/patches/manpage-dates0000644000000000000000000000077011626415610013254 0ustar --- a/manpages/buxon.1 +++ b/manpages/buxon.1 @@ -1,4 +1,4 @@ -.TH BUXON "1" "March 2008" "buxon" "User Commands" +.TH BUXON "1" "August 2011" "buxon" "User Commands" .SH NAME \fBbuxon\fP \- RDF sioc:Forum browser .SH SYNOPSIS @@ -17,7 +17,7 @@ .SH BUGS Report bugs to http://swaml.berlios.de/bugs or to Debian BTS. .SH COPYRIGHT -Copyright \(co 2006-2008, Sergio Fernandez. Licensed under GPLv2 license. +Copyright \(co 2006-2011, Sergio Fernandez. Licensed under GPLv2 license. .PP .nf .fam C debian/patches/manpage-trailing-spaces0000644000000000000000000000132211626417541015240 0ustar --- a/manpages/buxon.1 +++ b/manpages/buxon.1 @@ -4,7 +4,7 @@ .SH SYNOPSIS \fBbuxon\fP [uri] .SH DESCRIPTION -\fBbuxon\fP is a RDF sioc:Forum browser, created by the SWAML +\fBbuxon\fP is a RDF sioc:Forum browser, created by the SWAML developers as well and written in PyGTK. .PP \fBbuxon\fP expects as an input a URI pointing to an RDF file @@ -12,7 +12,7 @@ outputs generated by SWAML. .SH AUTHOR Manpage written by Nacho Barrientos Arias and -Sergio Fernandez for the Debian GNU/Linux system +Sergio Fernandez for the Debian GNU/Linux system (but may be used by others). .SH BUGS Report bugs to http://swaml.berlios.de/bugs or to Debian BTS. debian/patches/manpage-typos0000644000000000000000000000053511626424050013327 0ustar --- a/manpages/buxon.1 +++ b/manpages/buxon.1 @@ -4,7 +4,7 @@ .SH SYNOPSIS \fBbuxon\fP [uri] .SH DESCRIPTION -\fBbuxon\fP is a RDF sioc:Forum browser, created by the SWAML +\fBbuxon\fP is an RDF sioc:Forum browser, created by the SWAML developers as well and written in PyGTK. .PP \fBbuxon\fP expects as an input a URI pointing to an RDF file debian/patches/manpage-input-help0000644000000000000000000000076511626417260014250 0ustar --- a/manpages/buxon.1 +++ b/manpages/buxon.1 @@ -6,6 +6,10 @@ .SH DESCRIPTION \fBbuxon\fP is a RDF sioc:Forum browser, created by the SWAML developers as well and written in PyGTK. +.PP +\fBbuxon\fP expects as an input a URI pointing to an RDF file +containing a representation of a SIOC forum. Typical inputs are +outputs generated by SWAML. .SH AUTHOR Manpage written by Nacho Barrientos Arias and Sergio Fernandez for the Debian GNU/Linux system debian/docs0000644000000000000000000000000711626000543010033 0ustar README debian/menu0000644000000000000000000000026011626000543010050 0ustar ?package(buxon):\ needs="x11"\ section="Applications/Viewers"\ title="Buxon"\ command="buxon"\ longtitle="SIOC forums browser"\ icon="/usr/share/pixmaps/buxon.xpm" debian/control0000644000000000000000000000123512260073420010566 0ustar Source: buxon Section: web Priority: extra Maintainer: Debian QA Group Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~) Standards-Version: 3.9.2 Homepage: http://swaml.berlios.de XS-Python-Version: >=2.6 Package: buxon Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-rdflib, python-glade2 Description: SIOC forums browser Buxon, which was created as a part of the SWAML (Semantic Web Archive of Mailing Lists) project, provides a graphical user interface which helps you to browse SIOC forums. . This GUI only needs a URL to an RDF file storing SIOC forums information to start browsing and searching into it. debian/watch0000644000000000000000000000007711626000543010220 0ustar version=3 http://swaml.berlios.de/releases/buxon-(.*)\.tar\.gz debian/changelog0000644000000000000000000000516212260073417011046 0ustar buxon (0.0.5-4) unstable; urgency=low * Orphaned. Set maintainer to Debian QA Group. -- Nacho Barrientos Arias Sun, 29 Dec 2013 19:25:03 +0000 buxon (0.0.5-3) unstable; urgency=low * debian/patches (+1 patches) - manpage-typos: s/a RDF/an RDF/ -- Nacho Barrientos Arias Sun, 28 Aug 2011 11:36:14 +0000 buxon (0.0.5-2) unstable; urgency=low * debian/control - Fix grammar error in package description. (a RDF file -> an RDF file). Thanks Justin. * debian/patches (+3 patches) - manpage-input-help: Clarify input. (closes: #509205). Thanks Olivier. - manpage-dates: Fix copyright dates. - manpage-training-spaces: Drop trailing whitespaces. -- Nacho Barrientos Arias Sun, 28 Aug 2011 10:12:36 +0000 buxon (0.0.5-1) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Migrate to dh_python2. * debian/control - Fix grammar error in package description (closes: #492536, closes: #495008). - Drop dependency on gazpacho (no longer needed). Depend on python-glade2 instead. - Drop build-dependency on python-support. - Bump debhelper compatibility level to 8. - Set Standards-Version to 3.9.2 (no changes). - Add {misc:Depends}. - dh_clean -k -> dh_prep. * debian/copyright - Bump copyright dates. - Add packaging license. * debian/pyversions - Dropped. -- Nacho Barrientos Arias Fri, 26 Aug 2011 22:26:24 +0200 buxon (0.0.4-1) unstable; urgency=low * New upstream release + Now independent from SWAML (closes: #468251) + Fixed incompatibility with Rdflib (closes: #468250) * debian/control + Drop quilt from b-d. + Drop SWAML from depends field, put rdflib instead. * debian/rules, patches/ + Drop shebang-related patches, merged upstream. -- Nacho Barrientos Arias Sat, 08 Mar 2008 12:56:17 +0100 buxon (0.0.3-3) unstable; urgency=low * debian/control + Bumping standards version to 3.7.3. + Moving the Homepage information to the right place. * debian/pyversions, debian/patches, debian/pyversions + Support Python 2.5 (closes: #445247) * debian/menu + s/Apps/Applications/ -- Nacho Barrientos Arias Tue, 04 Mar 2008 15:27:31 +0100 buxon (0.0.3-2) unstable; urgency=low * Added debian/watch file. * New maintainer's email address. -- Nacho Barrientos Arias Thu, 22 Mar 2007 15:23:29 +0100 buxon (0.0.3-1) unstable; urgency=low * Initial release (Closes: #404745). -- Nacho Barrientos Arias Thu, 28 Dec 2006 13:57:38 +0100 debian/compat0000644000000000000000000000000211626001535010363 0ustar 8 debian/copyright0000644000000000000000000000242611626001513011120 0ustar This package was debianized by Nacho Barrientos Arias on Thu, 28 Dec 2006 13:37:16 +0100. It was downloaded from http://swaml.berlios.de/ Upstream Author: Sergio Fdez Copyright (C) 2005-2011 Sergio Fdez Diego Berrueta Jose Emilio Labra License: 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 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' The Debian packaging is (C) 2006-2011, Nacho Barrientos Arias and is licensed under the GPL, see above.