debian/0000755000000000000000000000000012015721011007154 5ustar debian/dirs0000644000000000000000000000042612015721011010042 0ustar usr/share/mercurial-server usr/share/mercurial-server/init usr/share/mercurial-server/mercurialserver usr/share/doc/mercurial-server etc/mercurial-server etc/mercurial-server/remote-hgrc.d etc/mercurial-server/keys etc/mercurial-server/keys/root etc/mercurial-server/keys/users debian/source/0000755000000000000000000000000012015721011010454 5ustar debian/source/format0000644000000000000000000000001412015721011011662 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000031312015721011010202 0ustar version=3 # Note that this will rarely be useful since I am both upstream and # Debian maintainer, but included for completeness. http://dev.lshift.net/paul/mercurial-server/mercurial-server_(.*).tar.gz debian/postinst0000644000000000000000000000161012015721011010760 0ustar #!/bin/sh # postinst script for mercurial-server set -e # Load debconf . /usr/share/debconf/confmodule case "$1" in configure|reconfigure) if ! getent passwd hg >/dev/null; then adduser --disabled-password --quiet --system \ --shell /bin/sh --group \ --home /var/lib/mercurial-server \ --gecos "Mercurial repositories" hg # Make sure Mercurial's modules will work when we come to use them update-python-modules -p su -c "/usr/share/mercurial-server/init/hginit /usr/share/mercurial-server" hg fi ;; 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 debian/config0000644000000000000000000000022612015721011010344 0ustar #!/bin/sh set -e # Load debconf . /usr/share/debconf/confmodule db_input medium mercurial-server/purge_repositories || true db_go || true exit 0 debian/rules0000755000000000000000000000043712015721011010240 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: $(MAKE) installfiles \ DESTDIR=./debian/mercurial-server/ \ PREFIX=/usr/share override_dh_pysupport: dh_pysupport /usr/share/mercurial-server/mercurialserver override_dh_installchangelogs: dh_installchangelogs NEWS debian/doc-base0000644000000000000000000000030712015721011010554 0ustar Document: mercurial-server Title: mercurial-server manual Section: Programming Format: HTML Index: /usr/share/doc/mercurial-server/html/index.html Files: /usr/share/doc/mercurial-server/html/*.html debian/postrm0000644000000000000000000000165012015721011010425 0ustar #!/bin/sh # postrm script for mercurial-server set -e # Load debconf . /usr/share/debconf/confmodule # Check if the user wants the repositories removed on purging remove_repositories_on_purge() { db_get mercurial-server/purge_repositories || RET=false if [ "$RET" = "true" ]; then return 0 else return 1 fi } case "$1" in purge) if remove_repositories_on_purge; then echo -n "Removing hg user and purging data..." deluser --remove-home --quiet --system hg > /dev/null || true delgroup --quiet --system hg > /dev/null || true echo done fi ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm 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 debian/compat0000644000000000000000000000000212015721011010352 0ustar 7 debian/changelog0000644000000000000000000000421212015721011011025 0ustar mercurial-server (1.2-2) unstable; urgency=low * Add translations for da, nl, sk, pl (Closes: #658943 #675317 #685558 #685700) -- Paul Crowley Fri, 24 Aug 2012 16:00:08 +0100 mercurial-server (1.2-1) unstable; urgency=high * New upstream version with security fixes (Closes: #641262) -- Paul Crowley Mon, 12 Sep 2011 09:14:16 +0100 mercurial-server (1.1-1) unstable; urgency=low * New upstream version * Fix "leaves unowned files on purge": Delete user/group only when purging data (Closes: #605584) * Fix "installation fails with aptitude": run update-python-modules to ensure hg will work before using it (Closes: #604213) * Add translation for pt_BR (Closes: #607407) -- Paul Crowley Sat, 18 Dec 2010 15:46:45 +0000 mercurial-server (1.0.1-1.1) unstable; urgency=medium * Non-maintainer upload. * Explicitly use 1.0 source format * Fix pending l10n issues. Debconf translations: - Spanish (Francisco Javier Cuadrado). Closes: #561921 - Portuguese (Pedro Ribeiro). Closes: #562243 - Russian (Yuri Kozlov). Closes: #562637 - Finnish (Esko Arajärvi). Closes: #564505 - French (Christian Perrier). Closes: #564594 - Vietnamese (Clytie Siddall). Closes: #576134 -- Christian Perrier Fri, 16 Apr 2010 19:57:05 +0200 mercurial-server (1.0.1-1) unstable; urgency=medium * New upstream version with security fix * Add translations for de, ja, cs, sv, it, zh_CN (Closes: #559486 #559541 #559883 #559934) -- Paul Crowley Sat, 19 Dec 2009 19:22:45 +0000 mercurial-server (1.0-1) unstable; urgency=low * Fix "call to /usr/share/mercurial-server/refresh-auth fails without -H switch for sudo" (Closes: #558143) * Fix "NP problem" with new short description (Closes: #558387) * New upstream version -- Paul Crowley Wed, 02 Dec 2009 18:01:27 +0000 mercurial-server (0.9-1) sid; urgency=low * Initial release. (Closes: #555750: ITP: mercurial-server -- provide and manage a shared Mercurial repository) -- Paul Crowley Thu, 12 Nov 2009 11:21:55 +0000 debian/po/0000755000000000000000000000000012015721011007572 5ustar debian/po/POTFILES.in0000644000000000000000000000004412015721011011345 0ustar [type: gettext/rfc822deb] templates debian/po/templates.pot0000644000000000000000000000136212015721011012316 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: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" debian/po/ja.po0000644000000000000000000000165612015721011010534 0ustar # Japanese translation for mercurial-server # Copyright (C) 2009 Paul Crowley # This file is distributed under the same license as the mercurial-server package. # Hideki Yamane (Debian-JP) , 2009. # msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.0-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-05 17:19+0000\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "mercurial-server が完全に削除 (purge) される際にリポジトリを削除しますか?" debian/po/zh_CN.po0000644000000000000000000000167512015721011011144 0ustar # Chinese (simplified) translation about mercurial-server . # Copyright (C) 2009 THE mercurial-server'S COPYRIGHT HOLDER # This file is distributed under the same license as the mercurial-server package. # Ji ZhengYu , 2009. # msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.0-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-05 18:29中国标准时间\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "您是否想在完全删除 mercurial-server 的同时删除相应的源码仓库?" debian/po/ru.po0000644000000000000000000000205612015721011010563 0ustar # translation of mercurial-server_1.0.1-1_ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2009. msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.0.1-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-26 20:41+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\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: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "Удалять репозитории при вычистке пакета mercurial-server?" debian/po/sv.po0000644000000000000000000000170312015721011010563 0ustar # Translation of mercurial-server debconf template to Swedish # Copyright (C) 2009 Martin Bagge # This file is distributed under the same license as the mercurial-server package. # # Martin Bagge , 2009 msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-07 22:33+0100\n" "Last-Translator: Martin Bagge \n" "Language-Team: Swedish \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: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Vill du att kodförråd ska tas bort när paketet mercurial-server tas bort?" debian/po/es.po0000644000000000000000000000324512015721011010545 0ustar # mercurial-server po-debconf translation to Spanish # Copyright (C) 2009 Software in the Public Interest # This file is distributed under the same license as the mercurial-server package. # # Changes: # - Initial translation # Francisco Javier Cuadrado , 2009 # # 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: mercurial-server 1.0-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-05 23:50+0200\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "¿Desea borrar los repositorios cuando mercurial-server sea purgado?" debian/po/cs.po0000644000000000000000000000165112015721011010542 0ustar # Czech translation of PO debconf template for package mercurial-server. # Copyright (C) 2009 Michal Simunek # This file is distributed under the same license as the mercurial-server package. # Michal Simunek , 2009. # msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.0-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-07 14:19+0100\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Chcete, aby byly smazány repozitáře, když bude kompletně odstraněn mercurial-" "server?" debian/po/pt.po0000644000000000000000000000156712015721011010566 0ustar # Portuguese translation for mercurial server debconf messages # Copyright (C) 2009 # This file is distributed under the same license as the mercurial server package. # Pedro Ribeiro , 2009 # msgid "" msgstr "" "Project-Id-Version: mercurial-server_1.0-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-04 22:40+0000\n" "Last-Translator: Pedro Ribeiro \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Quer que os repositórios sejam removidos quando o mercurial-server for " "purgado?" debian/po/nl.po0000644000000000000000000000167412015721011010553 0ustar # Dutch translation of mercurial-server debconf templates. # Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the mercurial-server package. # Jeroen Schot , 2012. # msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.2-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2012-05-31 10:03+0200\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Wilt u dat de database verwijderd wordt wanneer mercurial-server gewist " "('purge') wordt?" debian/po/fi.po0000644000000000000000000000154512015721011010535 0ustar # Copyright (C) 2009 # This file is distributed under the same license as the mercurial-server package. # # Esko Arajärvi , 2010. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2010-01-09 22:45+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \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: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Haluatko, että tietokannat poistetaan, kun paketti mercurial-server " "siivotaan?" debian/po/de.po0000644000000000000000000000154712015721011010531 0ustar # Translation of mercurial debconf templates to German # Copyright (C) Helge Kreutzmann , 2009. # This file is distributed under the same license as the mercurial package. # msgid "" msgstr "" "Project-Id-Version: mercurial 1.0-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-04 20:45+0100\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: de \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Sollen die Depots entfernt werden, wenn mercurial-server vollständig entfernt " "wird?" debian/po/sk.po0000644000000000000000000000215612015721011010553 0ustar # Slovak translations for mercurial-server package # Slovenské preklady pre balík mercurial-server. # Copyright (C) 2012 THE mercurial-server'S COPYRIGHT HOLDER # This file is distributed under the same license as the mercurial-server package. # Automatically generated, 2012. # Slavko , 2012. # msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.2-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2012-08-21 23:21+0200\n" "Last-Translator: Slavko \n" "Language-Team: slovenčina \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-POFile-SpellExtra: purge mercurial-server\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Chcete aby pri vyčistení (purge) mercurial-server boli odstránené aj " "úložiská ?" debian/po/it.po0000644000000000000000000000162012015721011010545 0ustar # ITALIAN TRANSLATION OF MERCURIAL-SERVER'S PO-DEBCON FILE. # COPYRIGHT (C) 2009 THE MERCURIAL-SERVER'S COPYRIGHT HOLDER # This file is distributed under the same license as the mercurial-server package. # # Vincenzo Campanella , 2009. # msgid "" msgstr "" "Project-Id-Version: mercurial server\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2009-12-05 06:13+0100\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Rimuovere anche i repository quando mercurial-server viene rimosso completamente?" debian/po/vi.po0000644000000000000000000000155512015721011010556 0ustar # Vietnamese translation for Mercurial Server. # Copyright © 2010 Free Software Foundation, Inc. # Clytie Siddall , 2010. # msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.0-1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2010-04-01 17:23+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "Khi tẩy gói này thì cũng nên gỡ bỏ các kho lưu ?" debian/po/pt_BR.po0000644000000000000000000000175312015721011011146 0ustar # Debconf translations for mercurial-server. # Copyright (C) 2009 THE mercurial-server'S COPYRIGHT HOLDER # This file is distributed under the same license as the mercurial-server package. # Adriano Rafael Gomes , 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: mercurial-server 1.0.1-1.1\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2010-11-13 21:02-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: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Você quer que os repositórios sejam removidos quando o mercurial-server for " "expurgado?" debian/po/da.po0000644000000000000000000000162012015721011010515 0ustar # Danish translation mercurial-server. # Copyright (C) 2012 mercurial-server & nedenstående oversættere. # This file is distributed under the same license as the mercurial-server package. # Joe Hansen (joedalton2@yahoo.dk), 2012. # msgid "" msgstr "" "Project-Id-Version: mercurial-server\n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2012-02-06 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: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Ønsker du at arkiverne skal fjernes, når mercurial-server afinstalleres?" debian/po/pl.po0000644000000000000000000000202012015721011010537 0ustar # Translation of mercurial-server debconf templates to Polish. # Copyright (C) 2009 # This file is distributed under the same license as the mercurial-server package. # # Michał Kułach , 2012. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2012-08-21 19:05+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 1.4\n" #. Type: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Czy repozytoria mają być usunięte podczas czyszczenia pakietu " "mercurial-server?" debian/po/fr.po0000644000000000000000000000202212015721011010535 0ustar # Translation of mercurial-server debconf templates to French # Copyright (C) 2005-2009 Debian French l10n team # This file is distributed under the same license as the mercurial-server package. # # Translators: # Christian Perrier , 2010. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: mercurial-server@packages.debian.org\n" "POT-Creation-Date: 2009-12-02 18:14+0000\n" "PO-Revision-Date: 2010-01-02 18:50+0100\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \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: boolean #. Description #: ../templates:1001 msgid "" "Do you want the repositories to be removed when mercurial-server is purged?" msgstr "" "Faut-il supprimer les dépôts de suivi de version lorsque mercurial-server " "est purgé ?" debian/templates0000644000000000000000000000024512015721011011076 0ustar Template: mercurial-server/purge_repositories Type: boolean Default: false _Description: Do you want the repositories to be removed when mercurial-server is purged? debian/control0000644000000000000000000000137012015721011010560 0ustar Source: mercurial-server Section: devel Priority: extra Maintainer: Paul Crowley Build-Depends: debhelper (>= 7.0.50~), python-support, xsltproc, docbook-xsl Standards-Version: 3.9.2 Homepage: http://www.lshift.net/mercurial-server.html Vcs-Browser: http://hg.opensource.lshift.net/mercurial-server/ Vcs-Hg: http://hg.opensource.lshift.net/mercurial-server/ Package: mercurial-server Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, adduser, python, mercurial, openssh-server | ssh-server Description: shared Mercurial repository service mercurial-server makes a group of repositories available to the developers you choose, identified by SSH keys, with easy key and access management based on Mercurial. debian/copyright0000644000000000000000000000214712015721011011113 0ustar This package was debianized by the upstream author Paul Crowley on Sat, 07 Mar 2009 10:12:02 +0000. Both the package and the Debian packaging carry this copyright and license: Copyright 2008-2010 Paul Crowley Copyright 2008-2010 LShift Ltd. License: 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 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 can be found in `/usr/share/common-licenses/GPL-2'.