debian/0000755000000000000000000000000011532456015007170 5ustar debian/compat0000644000000000000000000000000211472211767010374 0ustar 5 debian/changelog0000644000000000000000000001030111532127375011041 0ustar darcsweb (1.1-3.1) unstable; urgency=low * Non-maintainer upload. * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #605974 * [Debconf translation updates] * Japanese (Nobuhiro Iwamatsu). Closes: #605625 * Swedish (Martin Bagge / brother). Closes: #606290 * Danish (Joe Hansen). Closes: #606302 * Bokmål, Norwegian (Bjørn Steensrud). Closes: #606306 * Czech (Michal Simunek). Closes: #606342 * Russian (Yuri Kozlov). Closes: #606367 * Italian (Vincenzo Campanella). Closes: #606391 * German (Chris Leick). Closes: #606629 * Portuguese (Américo Monteiro). Closes: #607130 * Indonesian (Mahyuddin Susanto). Closes: #607166 * Spanish (Ricardo Fraile). Closes: #607357 * Brazilian Portuguese (Adriano Rafael Gomes). Closes: #607429 * French (Christian Perrier) Closes: #607339 -- Christian Perrier Sat, 26 Feb 2011 08:42:53 +0100 darcsweb (1.1-3) unstable; urgency=low [ Fabian Linzberger ] * [29966d1d] stop lowercase name in maintainer field insanity * [19e9386b] replace obsolete/broken vcs-darcs field with provisional vcs-git * [a3b8a6f9] commit darcsweb.cgi executable permission to repo to avoid it showing up in git status after builds * [70c6665a] [postinst] remove leftover set -x invocation -- Erik Wenzel Sun, 21 Nov 2010 12:42:20 +0000 darcsweb (1.1-2) unstable; urgency=low * [4b7e40c7] darcsweb: stop shipping files in /etc/apache/ bug fixed * [70794dbd] [control] added Erik Wenzel (my self) to Uploaders field * [c657d43f] [control] bumped standards version (nothing changed) * [6b5dbd2d] Switch to dpkg-source 3.0 (quilt) format -- Erik Wenzel Mon, 15 Nov 2010 00:05:25 +0100 darcsweb (1.1-1) unstable; urgency=medium * New upstream version fixing compatibility issues with the new darcs 2.0, (Closes: #502343) * debian/control: s/X-Vcs-Darcs/Vcs-Darcs/, add Vcs-Browser field * add ${misc:Depends} to Depends as suggested by morph * recommend httpd-cgi instead of httpd, thanks to Stephane Glondu for pointing it out. (Closes: #494013) * cleanup debian/rules along suggestions of morph -- fabian linzberger Tue, 28 Oct 2008 18:34:58 +0100 darcsweb (1.0-1) unstable; urgency=low * New upstream version (Closes: #491133, #399751, #421050). * updated standards-version to 3.8.0 (nothing to be done) * updated homepage, use new homepage field in debian/control * updated download location in debian/watch file with new homepage also * add unmodified upstream config.py.sample to examples since there were some default config issues and it may help as documentation * change repoencoding of class auto from "latin1" to "ascii", "utf8", "latin1" as suggested by Rodrigo Campos (Closes: #420588). * merged in changes from updated upstream example config file (Closes: #444935, #419775). * stop creating /var/www/darcs - according to http://lintian.debian.org/tags/dir-or-file-in-var-www.html this is the burden of the user -- fabian linzberger Fri, 25 Jul 2008 07:37:43 +0200 darcsweb (0.16-1) unstable; urgency=low * New upstream version (Closes: #392860). * updated Standards-Version to 3.7.2 (no-op) * removed superfluous build-dependency to python * updated config.py default config file to include new example settings from upstream * hardcode Depends: to python >= 2.3, drop dh_python from rules * added X-Vcs-Darcs, thanks to maxx@debian.org for the hint * bumped debhelper compatibility level (debian/compat) to 5, thanks to marga@debian.org for the hint -- fabian linzberger Fri, 13 Oct 2006 18:48:33 +0200 darcsweb (0.15-1) unstable; urgency=high * New upstream version * includes security fix, therefore bumping urgency * removed minor patch to darcsweb.cgi for configfile location, it is now included upstream * included upstream typofixes to license in copyright file -- fabian linzberger Sat, 25 Feb 2006 12:31:00 +0100 darcsweb (0.14-1) unstable; urgency=low * Initial release (Closes: #346564) -- fabian linzberger Thu, 12 Jan 2006 18:46:36 +0100 debian/dirs0000644000000000000000000000001511472211767010056 0ustar etc/darcsweb debian/watch0000644000000000000000000000013311472211767010224 0ustar version=3 http://blitiri.com.ar/p/darcsweb/ files/(.*)/darcsweb-\1\.tar\.gz debian uupdate debian/control0000644000000000000000000000153111473645772010611 0ustar Source: darcsweb Section: web Priority: optional Maintainer: Fabian Linzberger Uploaders: Erik Wenzel Build-Depends: debhelper (>= 7), po-debconf Standards-Version: 3.9.1 Vcs-Browser: http://git.lefant.net/cgi-bin/gitweb.cgi/darcsweb.git Vcs-Git: git://git.lefant.net/darcsweb.git Homepage: http://blitiri.com.ar/p/darcsweb/ Package: darcsweb Architecture: all Depends: ${misc:Depends}, python (>= 2.3), darcs Recommends: apache2 | httpd-cgi Description: web interface for browsing darcs repositories This package provides a simple web interface for darcs, inspired by gitweb. . It calls darcs to get most of the data, and supports browsing records and their diffs, extracting diffs against the current head, or browsing and annotating the current tree. It can also provide an RSS or Atom feed, among other features. debian/conf/0000755000000000000000000000000011472211767010123 5ustar debian/conf/config.py0000644000000000000000000001627511472211767011755 0ustar # base configuration, common to all repos class base: # location of the darcs logo darcslogo = "../darcsweb/darcs.png" # location of the darcs favicon darcsfav = "../darcsweb/minidarcs.png" # the CSS file to use cssfile = '../darcsweb/style.css' # this script's name, usually just "darcsweb.cgi" unless you rename # it; if you leave this commented it will be detected automatically #myname = "darcsweb.cgi" # our url, used only to generate RSS links, without the script name; # if you leave this commented it will be detected automatically #myurl = "http://example.com/darcsweb" # optionally, you can specify the path to the darcs executable; if you # leave this commented, the one on $PATH will be used (this is # normally what you want) #darcspath = "/home/me/bin/" # the text to appear in the top of repo list; this is also optional, # and html-formatted #summary = "I love darcs!" # in case you want to change the beautiful default, you can specify an # alternative footer here; it's optional, of course #footer = "I don't like shoes" # It is possible to have a cache where darcsweb will store the pages # it generates; entries are automatically updated when the repository # changes. This will speed things up significatively, specially for # popular sites. # It's recommended that you clean the directory with some regularity, # to avoid having too many unused files. A simple rm will do just # fine. # If you leave the entry commented, no cache will be ever used; # otherwise the directory is assumed to exist and be writeable. # If you use this option you must set the "myname" and "myurl" # variables. #cachedir = '/tmp/darcsweb-cache' # By default, darcsweb's search looks in the last 100 commits; you can # change that number by specifying it here. # Note that search are not cached, so if you have tons of commits and # set the limit to a very high number, they will take time. #searchlimit = 100 # If you want to log the times it took darcsweb to present a page, # uncomment this option. The value should be a file writeable by # darcsweb. #logtimes = "/tmp/darcsweb_times" # If you want darcsweb to automatically detect embedded URLs, # define them here, using python-style regexps like the examples # below. They will be replaced in summaries, logs, and commits. # The following variables are replaced: # myreponame: repository link (darcsweb.cgi?r=repo) # reponame: repository name (repo) # #url_links = ( # Format is: (regexp, replacement) # Some examples: # # Detect '#NNN' as a reference to bug database #(r'#([0-9]+)', # r'#\1'), # # Replace hashes with commit-links. #(r'(\d{14}-[0-9a-f]{5}-[0-9a-f]{40}\.gz)', # r'\1'), #) # If you want to generate links from patch author names, define the url # here. Example for CIA: #author_links = "http://cia.navi.cx/stats/author/%(author)s" # If you want to disable the annotate feature (for performance reasons, # the http connection will time out on slow machines), uncomment this # option. #disable_annotate = True # debian default configuration to enable auto-magic for repositories # in /var/www/darcs class auto: multidir = '/var/www/darcs' repodesc = 'automatically available from /var/www/darcs' repourl = '../darcs/%(name)s' repoencoding = "ascii", "utf8", "latin1" # upstream examples follow # # From now on, every class is a repo configuration, with the same format # There are no restrictions on the class' name, except that it can't be named # "base" (because it's the name of the one above). # # If you have a lot of repos and/or you're too lazy to do this by hand, you # can use the configuration generator that comes with darcsweb, called # "mkconfig.py". # # class repo1: # # the descriptive name # reponame = 'repo1' # # a brief description # repodesc = 'Example repository' # # the real path to the repository # repodir = '/usr/src/repo1' # # an url so people know where to do "darcs get" from # repourl = 'http://example.com/repos/repo1/' # # the encoding used in the repo # # NOTE: if you use utf8, you _must_ write 'utf8' (and not the variants # # like 'utf-8' or 'UTF8') if you expect darcsweb to work properly. # # This is because to workaround a bug in darcs we need to do some # # codec mangling and it needs special cases for UTF8. # # You can, optionally, specify multiple encodings; they're tried in # # order, and if one fails to decode a string, the next one is tried. # # Example: repoencoding = "utf8", "latin1" # repoencoding = "latin1" # # as with the base configuration, the footer is also optional, and it # # affects only this repository; if you don't specify, the one # # specified in base is used (and if you don't specify one there # # either, a default one is used) # #footer = "I don't like being cold" # # Each repository may show a link to some website associated with it. # # This is typically useful if you've got a website describing the # # software in your repository. # #repoprojurl = 'http://example.com/projects/repo1/' # class repo2: # reponame = 'repo2' # repodesc = 'Second example repository' # repodir = '/usr/src/repo2' # repourl = 'http://example.com/repos/repo2/' # repoencoding = 'latin1' # # # # If you have several repositories in a single directory and don't want to # # create a configuration entry for each one, you can use a "multidir" entry, # # which serves as a "template" for all the repositories in that directory. # # The name is taken from the directory, and inside the variables the string # # "%(name)s" gets expanded to the it. # # # # If you set multidir_deep to True (note the capitalization) then all # # subdirectories are searched for darcs repositories. Subdirectories starting # # with a dot (.) are not searched. This may be slow, if huge directory trees # # must be searched. It's unnecesary unless you have a multidir with several # # nested repositories. It defaults to False, and it's optional. # # # class multi1: # multidir = '/usr/local/src' # #multidir_deep = False # repodesc = 'Repository for %(name)s' # repourl = 'http://example.com/repos/%(name)s/' # repoencoding = 'latin1' # # optional, see above # #repoprojurl = 'http://example.com/projects/%(name)s/' # # if you want to exclude some directories, add them to this list (note # # they're relative to multidir, not absolute) # #exclude = 'dir1', 'dir2' # # if you want the descriptions to be picked up automatically from the # # file named "_darcs/third_party/darcsweb/desc" (one line only), set # # this to True. It defaults to False # #autodesc = True # # if you want to exclude all the repositories which do NOT have a # # directory named "_darcs/third_party/darcsweb/" inside, set this to # # True. It defaults to False. # #autoexclude = True # # if you want urls to be picked up automatically from the file named # # "_darcs/third_party/darcsweb/url" (one line only), set this to # # True. It defaults to False. # #autourl = True # # if you want the projects urls to be picked up automatically from the # # file named "_darcs/third_party/darcsweb/extdoc" (one line only), set # # this to True. It defaults to False. # #autoprojurl = True debian/conf/darcsweb.conf0000644000000000000000000000052011472211767012561 0ustar Alias /darcs /var/www/darcs Alias /darcsweb /usr/share/darcsweb AllowOverride None Options None Order allow,deny Allow from all RedirectMatch ^/darcsweb$ /cgi-bin/darcsweb.cgi debian/source/0000755000000000000000000000000011472211767010476 5ustar debian/source/format0000644000000000000000000000001411472211767011704 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000316611472211767011137 0ustar This package was debianized by fabian linzberger on Thu, 12 Jan 2006 18:46:36 +0100. It was downloaded from http://users.auriga.wearlab.de/~alb/darcsweb/ Copyright Holder: Alberto Bertogli License: (compare http://lists.debian.org/debian-legal/2006/01/msg00098.html) I don't like licenses, because I don't like having to worry about all this legal stuff just for a simple piece of software I don't really mind anyone using. But I also believe that it's important that people share and give back; so I'm placing darcsweb under the following license, to make you feel guilty if you don't ;) BOLA - Buena Onda License Agreement ----------------------------------- This work is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this work. To all effects and purposes, this work is to be considered Public Domain. However, if you want to be "Buena onda", you should: 1. Not take credit for it, and give proper recognition to the authors. 2. Share your modifications, so everybody benefits from them. 4. Do something nice for the authors. 5. Help someone who needs it: sign up for some volunteer work or help your neighbour paint the house. 6. Don't waste. Anything, but specially energy that comes from natural non-renewable resources. Extra points if you discover or invent something to replace them. 7. Be tolerant. Everything that's good in nature comes from cooperation. The order is important, and the further you go the more "Buena onda" you are. Make the world a better place: be "Buena onda". debian/templates0000644000000000000000000000113611476645022011117 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@lists.debian.org for advice. # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: darcsweb/webserver Type: select __Choices: Apache2, None Default: Apache2 _Description: Web server to configure: Please choose the web server that should be configured automatically for use with darcsweb. . If you choose "None", the web server should be configured manually. debian/docs0000644000000000000000000000000711472211767010046 0ustar README debian/config0000644000000000000000000000030311472211767010362 0ustar #!/bin/sh set -e action=$1 version=$2 ## Source debconf library . /usr/share/debconf/confmodule # which web-server should I use? db_input high darcsweb/webserver || true db_go || true exit 0 debian/darcsweb.examples0000644000000000000000000000003511472211767012526 0ustar mkconfig.py config.py.sample debian/rules0000755000000000000000000000156511472211767010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=5 build: dh_testdir clean: dh_testdir dh_testroot dh_clean debconf-updatepo install: build dh_testdir dh_testroot dh_prep dh_install dh_install debian/conf/config.py etc/darcsweb dh_install darcs.png minidarcs.png style.css usr/share/darcsweb chmod 0755 darcsweb.cgi dh_install darcsweb.cgi usr/lib/cgi-bin dh_installdebconf # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples debian/conf/darcsweb.conf dh_installman dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/po/0000755000000000000000000000000011532456015007606 5ustar debian/po/fr.po0000644000000000000000000000301011500620102010530 0ustar # Translation of darcsweb debconf templates to French # Copyright (C) 2010 Debian French l10n team # This file is distributed under the same license as the darcsweb package. # # Translators: # Christian Perrier , 2010. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-08 07:06+0100\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache 2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Aucun" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Serveur web à configurer :" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Veuillez choisir le serveur web à configurer automatiquement pour darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" "Si vous choisissez « Aucun », vous devrez configurer le serveur web vous-" "même." debian/po/it.po0000644000000000000000000000263611500123556010565 0ustar # ITALIAN TRANSLATION OF DARCSWEB'S PO-DEBCONF FILE. # COPYRIGHT (C) 2010 THE DARCSWEB'S COPYRIGHT HOLDER # This file is distributed under the same license as the darcsweb package. # Vincenzo Campanella , 2010. # msgid "" msgstr "" "Project-Id-Version: darcsweb 1.1-4\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-08 09:00+0100\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Nessuno" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Server web da configurare:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Scegliere il server web che dovrà essere configurato automaticamente per " "l'utilizzo con darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" "Se si sceglie «Nessuno», il server web dovrà essere configurato manualmente." debian/po/pt_BR.po0000644000000000000000000000272511503157273011164 0ustar # Debconf translations for darcsweb. # Copyright (C) 2010 THE darcsweb'S COPYRIGHT HOLDER # This file is distributed under the same license as the darcsweb package. # Adriano Rafael Gomes , 2010. # msgid "" msgstr "" "Project-Id-Version: darcsweb\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-08 10:04-0200\n" "Last-Translator: Adriano Rafael Gomes \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "pt_BR utf-8\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Nenhum" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Servidor web para configurar:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Por favor, escolha o servidor web que deverá ser configurado automaticamente " "para usar com o darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" "Se você escolher \"Nenhum\", o servidor web deverá ser configurado " "manualmente." debian/po/templates.pot0000644000000000000000000000221311477617722012342 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" debian/po/ru.po0000644000000000000000000000320111500123547010564 0ustar # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2010. msgid "" msgstr "" "Project-Id-Version: darcsweb 1.1-4\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-08 21:14+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Нет" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Веб-сервер для автоматической настройки:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Выберите веб-сервер, который нужно автоматически настроить для работы " "darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "Если выбрать «Нет», то веб-сервер придётся настраивать вручную." debian/po/ja.po0000644000000000000000000000364311503570276010552 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the darcsweb package. # Nobuhiro Iwamatsu , 2010. # msgid "" msgstr "" "Project-Id-Version: darcsweb 1.1-3\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-09 05:40+0900\n" "Last-Translator: Nobuhiro Iwamatsu \n" "Language-Team: Japanese \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "どれでもない" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "ウェブサーバの設定:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "darcsweb と一緒に使うために自動的に設定されるウェブサーバを選択してください。" #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" "「どれでもない」を選択したなら、ウェブサーバを手動で設定しなければなりませ" "ん。" #~ msgid "Apache" #~ msgstr "Apache" #~ msgid "Apache-SSL" #~ msgstr "Apache-SSL" #~ msgid "All" #~ msgstr "全て" #~ msgid "Which kind of web server should be used by darcsweb" #~ msgstr "どのウェブサーバで darcsweb を使いますか?" #~ msgid "" #~ "Select \"None\" if you would like to configure your webserver by hand." #~ msgstr "" #~ "ウェブサーバを手動で設定したい場合は「どれでもない」を選んでください。" debian/po/id.po0000644000000000000000000000275311502173142010543 0ustar # Indonesian translation for Debian package # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the darcsweb package. # Mahyuddin Susanto , 2010. # msgid "" msgstr "" "Project-Id-Version: darcsweb\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-14 22:32+0000\n" "Last-Translator: Mahyuddin Susanto \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2010-12-14 22:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Tidak ada" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Web server untuk diatur" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Silakan pilih server web yang akan di atur manual untuk penggunaan darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "Jika anda memilih \"Tidak ada\", server web harus di atur manual." debian/po/nb.po0000644000000000000000000000262511477740572010566 0ustar # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Bjørn Steensrud , 2010. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-08 10:05+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Ingen" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Vevtjener som skal settes opp:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "Velg vevtjeneren som skal settes opp automatisk til bruk med darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "Hvis du velger «Ingen» må vevtjeneren settes opp manuelt." debian/po/sv.po0000644000000000000000000000266211477740545010620 0ustar # Swedish translation of Pppconfig debconf messages # Copyright (C) 2010 Martin Bagge # This file is distributed under the same license as the pppconfig package. # # Martin Bagge , 2010 msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-08 09:06+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: Swedish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: Sweden\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Ingen" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Webbserver att göra inställningar för:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Ange webbserver som inställningar för darcsweb automatiskt ska installeras i." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "Om du väljer \"Ingen\" ska webbserverns inställningar göras manuellt." debian/po/POTFILES.in0000644000000000000000000000004411472211767011367 0ustar [type: gettext/rfc822deb] templates debian/po/pt.po0000644000000000000000000000277011502057443010576 0ustar # Translation of darcsweb debconf messages to Portuguese # Copyright (C) 2010 the darcsweb's copyright holder # This file is distributed under the same license as the darcsweb package. # # Américo Monteiro , 2010. msgid "" msgstr "" "Project-Id-Version: darcsweb 1.1-4\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-14 19:20+0000\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" "Language: Pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Nenhum" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Servidor web a configurar:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Por favor escolha o servidor web que deve ser configurado automaticamente " "para usar com o darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" "Se escolher \"Nenhum\", o servidor web terá que ser configurado manualmente." debian/po/de.po0000644000000000000000000000255711500455567010555 0ustar # German translation of darcsweb. # This file is distributed under the same license as the darcsweb package. # Chris Leick , 2010. # msgid "" msgstr "" "Project-Id-Version: darcsweb 1.1-3\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-11-23 21:15+0200\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Keiner" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Webserver, der konfiguriert werden soll:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Bitte wählen Sie den Webserver, der automatisch für die Benutzung mit " "Darcsweb konfiguriert werden soll." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" "Wenn Sie »Keiner« wählen, sollte der Webserver manuell konfiguriert werden." debian/po/da.po0000644000000000000000000000257111477740557010556 0ustar # Danish translation darcsweb. # Copyright (C) 2010 darcsweb & nedenstående oversættere. # This file is distributed under the same license as the darcsweb package. # Joe Hansen (joedalton2@yahoo.dk), 2010. # msgid "" msgstr "" "Project-Id-Version: darcsweb\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-02 12:42+0000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Ingen" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Internetserver at konfigurere:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Vælg venligst internetserveren som automatisk skal konfigureres til brug med " "darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "Hvis du vælger »Ingen«, skal internetserveren konfigureres manuelt." debian/po/cs.po0000644000000000000000000000265411500123537010555 0ustar # Czech PO debconf template translation of darcsweb. # Copyright (C) 2010 Michal Simunek # This file is distributed under the same license as the darcsweb package. # Michal Simunek , 2010. # msgid "" msgstr "" "Project-Id-Version: darcsweb 1.1-4\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2010-12-08 16:01+0100\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Žádný" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Nastavit webový server:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Zvolte prosím webový server, který se má automaticky nastavit pro použití s " "darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "Pokud zvolíte \"Žádný\", webový server bude třeba nastavit ručně." debian/po/es.po0000644000000000000000000000423311502726462010562 0ustar # darcsweb po-debconf translation to Spanish # Copyright (C) 2010 Software in the Public Interest # This file is distributed under the same license as the darcsweb package. # # Changes: # - Initial translation # Ricardo Fraile , 2010 # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: darcsweb 1.1-4\n" "Report-Msgid-Bugs-To: darcsweb@packages.debian.org\n" "POT-Creation-Date: 2010-12-08 07:04+0100\n" "PO-Revision-Date: 2012-12-10 10:52+0200\n" "Last-Translator: Ricardo Fraile \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "Apache2" msgstr "Apache2" #. Type: select #. Choices #: ../templates:2001 msgid "None" msgstr "Ninguno" #. Type: select #. Description #: ../templates:2002 msgid "Web server to configure:" msgstr "Servidor web a configurar:" #. Type: select #. Description #: ../templates:2002 msgid "" "Please choose the web server that should be configured automatically for use " "with darcsweb." msgstr "" "Por favor, elija el servidor web que deberá configurarse automáticamente " "para usarsecon darcsweb." #. Type: select #. Description #: ../templates:2002 msgid "If you choose \"None\", the web server should be configured manually." msgstr "" "Deberá configurar manualmente el servidor web si vd. elige aquí «Ninguno»" debian/postinst0000644000000000000000000000413411472211767011006 0ustar #! /bin/sh # postinst script for darcsweb # # see: dh_installdeb(1) set -e # source debconf stuff . /usr/share/debconf/confmodule db_version 2.0 # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see /usr/share/doc/packaging-manual/ # # quoting from the policy: # Any necessary prompting should almost always be confined to the # post-installation script, and should be protected with a conditional # so that unnecessary prompting doesn't happen if a package's # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. case "$1" in configure) #get config from debconf db_get darcsweb/webserver WWWTYPE="$RET" # done with debconf db_stop # configure webserver case "$WWWTYPE" in "Apache") webservers="apache" ;; "Apache-SSL") webservers="apache-ssl" ;; "Apache2") webservers="apache2" ;; "All") webservers="apache apache-ssl apache2" ;; *) webservers="" ;; esac for server in $webservers; do if [ -d "/etc/${server}/conf.d" ]; then if [ ! -e "/etc/${server}/conf.d/darcsweb.conf" ] ; then install /usr/share/doc/darcsweb/examples/darcsweb.conf \ /etc/${server}/conf.d/darcsweb.conf fi else install -d /etc/${server}/conf.d if [ ! -e "/etc/${server}/conf.d/darcsweb.conf" ] ; then install /usr/share/doc/darcsweb/examples/darcsweb.conf \ /etc/${server}/conf.d/darcsweb.conf fi fi done ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 #exit 0 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/README.Debian0000644000000000000000000000121211472211767011233 0ustar darcsweb for Debian ------------------- if you are running a flavour of apache(2), put your darcs repositories in /var/www/darcs and things should "just work". launch your webbrowser and go to http://yourhostname.com/darcsweb or use darcs get http://yourhostname.com/darcs/projectname to pull a copy. if you want to customise things, take a look at /etc/darcsweb/config.py, and maybe also /etc/apache/conf.d/darcsweb.conf. also take a look at /usr/share/doc/darcsweb/examples/mkconfig.py if you want to add configuration for many repositories automatically. happy (web)darcsing! -- fabian linzberger , Fri Jan 13 16:04:08 2006