debian/0000755000000000000000000000000011642356423007174 5ustar debian/source/0000755000000000000000000000000011642320426010466 5ustar debian/source/format0000644000000000000000000000001411642320426011674 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000063111642320426011345 0ustar WiLiKi for Debian ----------------- You will need git-buildpackage and pristine-tar to build wiliki package correctly from the git repository. % git clone git://git.debian.org/users/yaegashi/wiliki.git % git-buildpackage -rfakeroot --git-pristine-tar See https://honk.sigxcpu.org/piki/projects/git-buildpackage/ for more detail. -- YAEGASHI Takeshi Wed, 23 Feb 2011 04:43:42 +0900 debian/changelog0000644000000000000000000000617311642356111011047 0ustar wiliki (0.6.2-1) unstable; urgency=low * New upstream release. (Closes: #520761) * Use 3.0 (quilt) source format. * debian/watch: Fixed. (Closes: #450327) * debian/postrm: Removed. Leave /var/lib/wiliki on purge. * debian/control: Add Recommends: apache2 | httpd-cgi. * debian/wiliki.install: Install /usr/share/wiliki/www/wiliki.css. * debian/README.Debian: Revised. * debian/copyright: Revised. -- YAEGASHI Takeshi Tue, 04 Oct 2011 01:00:15 +0900 wiliki (0.5.3-1.1) unstable; urgency=high * Non-maintainer upload with maintainer's ACK. * debian/control - set "Build-Depends: gauche-dev", not gauche to fix configure works (Closes: #608210) -- Hideki Yamane Thu, 30 Dec 2010 00:10:12 +0900 wiliki (0.5.3-1) unstable; urgency=low * New upstream release. * src/wiliki.scm (cmd-view): Accept the pagename with whitespaces. -- YAEGASHI Takeshi Mon, 19 Dec 2005 03:26:59 +0900 wiliki (0.5.1-1) unstable; urgency=low * New upstream release. -- YAEGASHI Takeshi Fri, 3 Jun 2005 21:47:24 +0900 wiliki (0.5-1) unstable; urgency=low * New upstream release. -- YAEGASHI Takeshi Sun, 5 Dec 2004 23:43:32 +0900 wiliki (0.4-2) unstable; urgency=low * src/wiliki/db.scm: Use srfi-1. closes: #234287. -- YAEGASHI Takeshi Tue, 24 Feb 2004 19:55:01 +0900 wiliki (0.4-1) unstable; urgency=low * New upstream release. -- YAEGASHI Takeshi Thu, 9 Oct 2003 03:52:03 +0900 wiliki (0.3+030913-1) unstable; urgency=low * New upstream release. -- YAEGASHI Takeshi Sat, 13 Sep 2003 02:32:09 +0900 wiliki (0.3+030824-1) unstable; urgency=low * New upstream release. -- YAEGASHI Takeshi Sun, 24 Aug 2003 21:37:00 +0900 wiliki (0.3+030815-1) unstable; urgency=low * New upstream release. -- YAEGASHI Takeshi Fri, 15 Aug 2003 06:32:57 +0900 wiliki (0.3+030405-1) unstable; urgency=low * New upstream release. * src/wiliki.cgi: Set the default title to "Debian WiLiKi". Commented out style-sheet argument. * debian/TODO.Debian: Renamed. * debian/rules: Specify DH_OPTIONS=-Pdebian/tmp. -- YAEGASHI Takeshi Sun, 6 Apr 2003 03:33:09 +0900 wiliki (0.3+030328-2) unstable; urgency=low * debian/TODO: Memos on possible improvements of packaging. * First upload, closes: #186512. -- YAEGASHI Takeshi Fri, 28 Mar 2003 22:57:41 +0900 wiliki (0.3+030328-1) unstable; urgency=low * New upstream version (pulled from CVS). -- YAEGASHI Takeshi Fri, 28 Mar 2003 03:09:01 +0900 wiliki (0.3-2) unstable; urgency=low * src/wiliki.scm: Support ftp/http/https links. -- YAEGASHI Takeshi Wed, 5 Mar 2003 00:21:27 +0900 wiliki (0.3-1) unstable; urgency=low * New upstream release -- YAEGASHI Takeshi Tue, 4 Mar 2003 01:03:14 +0900 wiliki (0.2-1) unstable; urgency=low * Initial Release. -- YAEGASHI Takeshi Fri, 20 Dec 2002 18:30:05 +0900 debian/gbp.conf0000644000000000000000000000003611642320426010604 0ustar [DEFAULT] pristine-tar = True debian/watch0000644000000000000000000000006011642320426010213 0ustar version=3 http://sf.net/wiliki/WiLiKi-(.*)\.tgz debian/control0000644000000000000000000000137711642355736010615 0ustar Source: wiliki Section: web Priority: optional Maintainer: YAEGASHI Takeshi Build-Depends: debhelper (>= 7.0.50~), gauche-dev, gauche-gdbm Standards-Version: 3.9.1 Homepage: http://practical-scheme.net/wiliki/wiliki.cgi Vcs-Git: git://git.debian.org/users/yaegashi/wiliki.git Vcs-Browser: http://git.debian.org/?p=users/yaegashi/wiliki.git;a=summary Package: wiliki Architecture: all Depends: gauche, gauche-gdbm, ${misc:Depends} Recommends: apache2 | httpd-cgi Description: Yet another Wiki clone written in Scheme WiLiKi is yet another Wiki-clone suitable for intra-net collaborative work in multilingual environment. The features include multiple back-end databases, permission and version control, and easy access from other programs. debian/copyright0000644000000000000000000000252111642320426011121 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: WiLiKi Source: http://sourceforge.net/projects/wiliki/ Files: * Copyright: Copyright (c) 2000-2009 Shiro Kawai License: MIT 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. Files: debian/* Copyright: 2011 YAEGASHI Takeshi License: MIT The same as the upstream package. debian/wiliki.install0000644000000000000000000000004411642320426012044 0ustar src/wiliki.css usr/share/wiliki/www debian/README.Debian0000644000000000000000000000140011642320426011222 0ustar WiLiKi for Debian ----------------- The upstream documentation can be found at: http://www.shiro.dreamhost.com/scheme/wiliki/wiliki.cgi After package installation you can find a sample WiLiKi site working at http://localhost/cgi-bin/wiliki.cgi. /var/lib/wiliki is prepared for www-data to store WiLiKi database files like wikidata.dbm. You might want to provide /wiliki/wiliki.css to make the site look fancy. If you're running apache2 it suffices to create a file /etc/apache2/conf.d/wiliki and put a line like this: Alias /wiliki /usr/share/wiliki/www You can copy and customize wiliki.cgi (optionally with wiliki.css) in the example directory to set up other WiLiKi sites. -- YAEGASHI Takeshi Mon, 03 Oct 2011 20:22:20 +0900 debian/examples0000644000000000000000000000002411642320426010723 0ustar src/*.cgi src/*.css debian/docs0000644000000000000000000000001411642320426010034 0ustar NEWS README debian/rules0000755000000000000000000000204511642320426010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ROOTDIR=$(CURDIR)/debian/wiliki RSSMIX=$(ROOTDIR)/usr/share/gauche-*/site/lib/wiliki/rssmix.scm CGI=$(ROOTDIR)/usr/lib/cgi-bin/wiliki.cgi %: dh $@ override_dh_auto_configure: ./configure --prefix=/usr override_dh_auto_install: dh_auto_install rm -f $(RSSMIX) sed -e '/:db-path "/,+6c\ :db-path "/var/lib/wiliki/wikidata.dbm"\ :log-file "wikidata.log"\ :top-page "WiLiKi"\ :title "Debian WiLiKi"\ :description "Debian'\''s Default WiLiKi Site"\ :style-sheet "/wiliki/wiliki.css"\ :language '\''en\ :charsets '\''((jp . utf-8) (en . utf-8))' src/wiliki.cgi > $(CGI) chmod +x $(CGI) debian/compat0000644000000000000000000000000211642320426010364 0ustar 7 debian/dirs0000644000000000000000000000003711642320426010052 0ustar usr/lib/cgi-bin var/lib/wiliki debian/postinst0000644000000000000000000000175511642320426011004 0ustar #!/bin/sh # postinst script for wiliki # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package USER=www-data case "$1" in configure) chown $USER:$USER /var/lib/wiliki ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0