[Pkg-ocaml-maint-commits] [approx] 02/03: eliminate debconf configuration of port number

Eric Cooper ecc at cmu.edu
Sun Dec 18 00:30:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to branch master
in repository approx.

commit a58bb46219510614e8e639192c8f1e73b042d93b
Author: Eric Cooper <ecc at cmu.edu>
Date:   Sat Dec 17 19:16:14 2016 -0500

    eliminate debconf configuration of port number
---
 debian/approx.postinst  | 10 ---------
 debian/approx.templates | 16 --------------
 debian/control          |  1 -
 debian/po/POTFILES.in   |  1 -
 debian/po/cs.po         | 36 --------------------------------
 debian/po/da.po         | 35 -------------------------------
 debian/po/de.po         | 33 -----------------------------
 debian/po/es.po         | 55 -------------------------------------------------
 debian/po/fi.po         | 35 -------------------------------
 debian/po/fr.po         | 38 ----------------------------------
 debian/po/gl.po         | 35 -------------------------------
 debian/po/id.po         | 33 -----------------------------
 debian/po/it.po         | 35 -------------------------------
 debian/po/ja.po         | 33 -----------------------------
 debian/po/ka.po         | 38 ----------------------------------
 debian/po/nl.po         | 35 -------------------------------
 debian/po/pl.po         | 39 -----------------------------------
 debian/po/pt.po         | 35 -------------------------------
 debian/po/pt_BR.po      | 36 --------------------------------
 debian/po/ru.po         | 37 ---------------------------------
 debian/po/sv.po         | 36 --------------------------------
 debian/po/templates.pot | 32 ----------------------------
 22 files changed, 684 deletions(-)

diff --git a/debian/approx.postinst b/debian/approx.postinst
index 2203bf5..5e6f4a5 100644
--- a/debian/approx.postinst
+++ b/debian/approx.postinst
@@ -17,16 +17,6 @@ if [ ! -d /var/cache/approx ]; then
     chown approx:approx /var/cache/approx
 fi
 
-# first remove any "vanilla" entry from /etc/inetd.conf
-update-inetd --remove '^(\d|\w)+\s.*\bapprox\s+/usr/sbin/approx'
-
-# add entry to /etc/inetd.conf unless there is already a custom one
-if ! egrep -q '^[^#].*\s/usr/sbin/approx\b' /etc/inetd.conf; then
-    db_get approx/port
-    port="$RET"
-    update-inetd --add "$port\t\tstream\ttcp\tnowait\tapprox\t/usr/sbin/approx /usr/sbin/approx"
-fi
-
 if dpkg --compare-versions "$2" lt "4.0"; then
     if [ -f /etc/default/approx ]; then
         rm -f /etc/default/approx
diff --git a/debian/approx.templates b/debian/approx.templates
deleted file mode 100644
index a482ef4..0000000
--- a/debian/approx.templates
+++ /dev/null
@@ -1,16 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english at lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: approx/port
-Type: string
-Default: 9999
-_Description: TCP port for approx service:
- Please enter the TCP port on which approx should listen for requests.
- The default is the value used by apt-proxy, for compatibility with
- its clients' /etc/apt/sources.list files.
diff --git a/debian/control b/debian/control
index 9f50e73..0dd49f5 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,6 @@ Depends:
  bzip2,
  curl,
  rsyslog | system-log-daemon,
- update-inetd,
  xz-utils
 Suggests: libconfig-model-approx-perl
 Description: caching proxy server for Debian archive files
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
deleted file mode 100644
index 4c3f6fb..0000000
--- a/debian/po/POTFILES.in
+++ /dev/null
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] approx.templates
diff --git a/debian/po/cs.po b/debian/po/cs.po
deleted file mode 100644
index 8a6638c..0000000
--- a/debian/po/cs.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# translation of cs.po to Czech
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# Vítězslav Kotrla <vitezslav.kotrla at gmail.com>, 2009
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: cs\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-07-15 06:24+0200\n"
-"Last-Translator: Vitezslav Kotrla <vitezslav.kotrla at gmail.com>\n"
-"Language-Team: Czech <debian-l10n-czech at lists.debian.org>\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"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "TCP port pro službu approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Zadejte prosím TCP port, na kterém bude approx naslouchat. Výchozí hodnota "
-"je kvůli udržení kompatibility stejná, jako používá apt-proxy (není proto "
-"nutné opravovat konfiguraci klientů a soubor /etc/apt/sources.list)."
-
diff --git a/debian/po/da.po b/debian/po/da.po
deleted file mode 100644
index 71485a4..0000000
--- a/debian/po/da.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# Danish translation approx.
-# Copyright (C) approx & nedenstående oversættere.
-# This file is distributed under the same license as the approx package.
-# Joe Hansen <joedalton2 at yahoo.dk>, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: approx\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2010-09-11 23:51+0200\n"
-"Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish at lists.debian.org> \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "TCP-port for approxtjeneste:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Indtast venligst TCP-porten som approx skal lytte på efter forespørgsler. "
-"Standarden er værdien brugt af apt-proxy, for kompatibilitet med sine klienters "
-"/etc/apt/sources.list-filer."
-
diff --git a/debian/po/de.po b/debian/po/de.po
deleted file mode 100644
index c635022..0000000
--- a/debian/po/de.po
+++ /dev/null
@@ -1,33 +0,0 @@
-# Translation of approx debconf templates to German
-# Copyright (C) Helge Kreutzmann <debian at helgefjell.de>, 2009.
-# This file is distributed under the same license as the approx package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: approx 4.0-2\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-13 22:12+0200\n"
-"Last-Translator: Helge Kreutzmann <debian at helgefjell.de>\n"
-"Language-Team: de <debian-l10n-german at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "TCP-Port für den Approx-Dienst:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Bitte geben Sie den TCP-Port ein, auf dem Approx auf Anfragen warten soll. "
-"Voreingestellt ist aus Kompatibilität zu den /etc/apt/sources.list-Dateien "
-"der Clients der von Apt-proxy verwandte Wert."
diff --git a/debian/po/es.po b/debian/po/es.po
deleted file mode 100644
index 2451720..0000000
--- a/debian/po/es.po
+++ /dev/null
@@ -1,55 +0,0 @@
-# approx po-debconf translation to Spanish
-# Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the approx package.
-#
-# Changes:
-#   - Initial translation
-#       Francisco Javier Cuadrado <fcocuadrado at gmail.com>, 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: approx 4.0-2\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-11 11:57+0200\n"
-"Last-Translator: Francisco Javier Cuadrado <fcocuadrado at gmail.com>\n"
-"Language-Team: Debian l10n Spanish <debian-l10n-spanish at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Puerto TCP del servicio approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Introduzca el puerto TCP en el que approx debería recibir las peticiones. El "
-"valor predeterminado es el que utiliza apt-proxy, por compatibilidad con los "
-"archivos «/etc/apt/sources.list» de los clientes."
diff --git a/debian/po/fi.po b/debian/po/fi.po
deleted file mode 100644
index 7a27c77..0000000
--- a/debian/po/fi.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright (C) 2009
-# This file is distributed under the same license as the approx package.
-#
-# Esko Arajärvi <edu at iki.fi>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: approx\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-30 21:33+0300\n"
-"Last-Translator: Esko Arajärvi <edu at iki.fi>\n"
-"Language-Team: Finnish <debian-l10n-finnish at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 0.3\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "approx-palvelun TCP-portti:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Anna TCP-portti, johon tulevia pyyntöjä approxin tulisi kuunnella. "
-"Oletusarvo on apt-proxyn käyttämä portti, jotta ohjelma olisi yhteensopiva "
-"apt-proxyn asiakkaiden /etc/apt/sources.list-tiedostojen kanssa."
diff --git a/debian/po/fr.po b/debian/po/fr.po
deleted file mode 100644
index 1a71d6c..0000000
--- a/debian/po/fr.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# French po-debconf translation of approx
-# Copyright (C) 2009 Debian French l10n team <debian-l10n-french at lists.debian.org>
-# This file is distributed under the same license as the approx package.
-#
-# Translators:
-# Christian Perrier <bubulle at debian.org>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-25 09:59+0200\n"
-"Last-Translator: Christian Perrier <bubulle at debian.org>\n"
-"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 0.3\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Port TCP pour le service approx :"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Veuillez indiquer le port TCP sur lequel approx sera à l'écoute des "
-"connexions entrantes. La valeur par défaut est celle utilisée par apt-proxy, "
-"ce qui permet d'utiliser les mêmes fichiers /etc/apt/sources.list sur les "
-"machines clientes."
diff --git a/debian/po/gl.po b/debian/po/gl.po
deleted file mode 100644
index 7a24985..0000000
--- a/debian/po/gl.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# marce villarino <mvillarino at users.sourceforge.net>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: templates_[zj3397]\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-16 22:14+0200\n"
-"Last-Translator: marce villarino <mvillarino at users.sourceforge.net>\n"
-"Language-Team: Galician <proxecto at trasno.ent>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 0.2\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Porto TCP do servizo approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Indique o porto TCP no que approx debe escoitar por pedidos. O "
-"predeterminado é o valor empregado por apt-proxy, por motivos de "
-"compatibilidade cos ficheiros /etc/apt/sources.list dos seus clientes."
diff --git a/debian/po/id.po b/debian/po/id.po
deleted file mode 100644
index 4afab09..0000000
--- a/debian/po/id.po
+++ /dev/null
@@ -1,33 +0,0 @@
-# Indonesian translation of approx
-# Copyright (C) 2012 approx'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the approx package.
-# Andika Triwidada <andika at gmail.com>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: approx HEAD\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2012-04-30 19:16+0700\n"
-"Last-Translator: Andika Triwidada <andika at gmail.com>\n"
-"Language-Team: Indonesian <id at li.org>\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-Poedit-Language: Indonesian\n"
-"X-Poedit-Country: Indonesia\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Port TCP bagi layanan approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "Please enter the TCP port on which approx should listen for requests. The default is the value used by apt-proxy, for compatibility with its clients' /etc/apt/sources.list files."
-msgstr "Silakan masukkan port TCP yang dipakai oleh approx untuk mendengarkan permintaan. Nilai bakunya adalah nilai yang dipakai oleh apt-proxy, untuk kompatibilitas dengan berkas /etc/apt/sources.list klien."
-
diff --git a/debian/po/it.po b/debian/po/it.po
deleted file mode 100644
index f38923b..0000000
--- a/debian/po/it.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# Italian translation of approx.
-# COPYRIGHT (C) 2009 THE APPROX'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the approx package.
-# Vincenzo Campanella <vinz65 at gmail.com>, 2009.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: approx 4.0-2\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-10 08:41+0200\n"
-"Last-Translator: Vincenzo Campanella <vinz65 at gmail.com>\n"
-"Language-Team: Italian <tp at lists.linux.it>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Porta TCP per il servizio approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Inserire la porta TCP su cui approx si metterà in ascolto per le richieste. "
-"Il valore predefinito è quello utilizzato da apt-proxy, per motivi di "
-"compatibilità con i file «/etc/apt/sources.list» dei client."
diff --git a/debian/po/ja.po b/debian/po/ja.po
deleted file mode 100644
index 1eb8b53..0000000
--- a/debian/po/ja.po
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright (C) 2009 Eric Cooper <ecc at cmu.edu>
-# This file is distributed under the same license as approx package.
-# Hideki Yamane (Debian-JP) <henrich at debian.or.jp>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: approx 4.0-2\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-18 15:02+0900\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich at debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "approx サービスが使う TCP ポート:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"approx がリクエストを listen する TCP ポートを入力してください。"
-"クライアントの /etc/apt/sources.list ファイルとの互換性を保つため、デフォルトは "
-"apt-proxy によって使われている値です。"
diff --git a/debian/po/ka.po b/debian/po/ka.po
deleted file mode 100644
index 4e78abd..0000000
--- a/debian/po/ka.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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 <EMAIL at ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Georgian translation of debconf\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-10 12:21+0400\n"
-"Last-Translator: Aiet Kolkhi <aietkolkhi at gmail.com>\n"
-"Language-Team: Georgian <aietkolkhi at gmail.com>\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-Poedit-Language: Georgian\n"
-"X-Poedit-Country: GEORGIA\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "TCP-პორტი approx სერვისისათვის:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"გთხოვთ შეიყვანოთ  TCP-პორტის ნომერი, რომელზეც approx სერვისი დაელოდება "
-"მოთხოვნებს. სტანდარტულად პორტის ნომერი იგივეა, რასაც apt-proxy იყენებს, რაჩა "
-"მისი კლიენტების /etc/apt/sources.list ფაილებთან თავსებადობა შენარჩუნდეს."
diff --git a/debian/po/nl.po b/debian/po/nl.po
deleted file mode 100644
index 2c2d1dd..0000000
--- a/debian/po/nl.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# Dutch translation of approx debconf templates.
-# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the approx package.
-# Jeroen Schot <schot at a-eskwadraat.nl>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: approx 5.1-1\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2012-02-27 09:48+0100\n"
-"Last-Translator: Jeroen Schot <schot at a-eskwadraat.nl>\n"
-"Language-Team: Debian l10n Dutch <debian-l10n-dutch at lists.debian.org>\n"
-"Language: nl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "TCP-poort voor de approx-dienst:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Op welke TCP-poort moet approx naar aanvragen luisteren? De standaard is "
-"hetzelfde als die van apt-proxy, vanwege compatibiliteit met de /etc/apt/"
-"sources.list-bestanden van diens clients."
diff --git a/debian/po/pl.po b/debian/po/pl.po
deleted file mode 100644
index fcb8822..0000000
--- a/debian/po/pl.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# Translation of approx debconf templates to Polish.
-# Copyright (C) 2009
-# This file is distributed under the same license as the approx package.
-#
-# Michał Kułach <michal.kulach at gmail.com>, 2012.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2012-05-02 01:39+0200\n"
-"Last-Translator: Michał Kułach <michal.kulach at gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pl\n"
-"X-Generator: Lokalize 1.2\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Port TCP do usługi approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Proszę wprowadzić port TCP, na której approx powinien nasłuchiwać żądań. "
-"Domyślną wartością, jest wartość używana przez apt-proxy, z powodu "
-"kompatybilności z plikami /etc/apt/sources.list jego klientów."
-
diff --git a/debian/po/pt.po b/debian/po/pt.po
deleted file mode 100644
index 7c87df4..0000000
--- a/debian/po/pt.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# translation of approx debconf to Portuguese
-# Copyright (C) The approx's copyright holder
-# This file is distributed under the same license as the approx package.
-#
-# Américo Monteiro <a_monteiro at netcabo.pt>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: approx 4.0-2\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-10 13:17+0100\n"
-"Last-Translator: Américo Monteiro <a_monteiro at netcabo.pt>\n"
-"Language-Team: Portuguese <traduz at debianpt.org>\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"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Porto TCP para o serviço approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Por favor indique o porto TCP no qual o approx deve escutar por pedidos. A "
-"predefinição é o valor usado pelo apt-proxy, para compatibilidade com os "
-"ficheiros /etc/apt/sources.list dos seus clientes."
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
deleted file mode 100644
index 6ebc5e3..0000000
--- a/debian/po/pt_BR.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# Debconf translations for approx.
-# Copyright (C) 2011 THE approx'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the approx package.
-# Adriano Rafael Gomes <adrianorg at gmail.com>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: approx 5.1-1\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2012-02-24 16:32-0200\n"
-"Last-Translator: Adriano Rafael Gomes <adrianorg at gmail.com>\n"
-"Language-Team: Brazilian Portuguese <debian-l10n-portuguese at lists.debian."
-"org>\n"
-"Language: pt_BR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "Porta TCP para o serviço approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Por favor, informe a porta TCP na qual o approx deverá escutar as "
-"requisições. O padrão é o valor usado pelo apt-proxy, para compatibilidade "
-"com os arquivos /etc/apt/sources.list de seus clientes."
diff --git a/debian/po/ru.po b/debian/po/ru.po
deleted file mode 100644
index 9ca02ad..0000000
--- a/debian/po/ru.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# translation of 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 <yuray at komyakino.ru>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: approx 4.0-2\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-25 12:31+0400\n"
-"Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\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: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "TCP-порт для службы approx:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Укажите порт TCP, на котором approx должен ожидать запросы. По умолчанию "
-"используется значение порта от apt-proxy, в целях совместимости с файлами "
-"его клиентов /etc/apt/sources.list."
diff --git a/debian/po/sv.po b/debian/po/sv.po
deleted file mode 100644
index 50164b8..0000000
--- a/debian/po/sv.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# translation of approx_sv.po to Swedish
-# Copyright (C) 2009
-# This file is distributed under the same license as the approx package.
-#
-# Martin Ågren <martin.agren at gmail.com>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: approx_sv\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: 2009-04-12 15:17+0200\n"
-"Last-Translator: Martin Ågren <martin.agren at gmail.com>\n"
-"Language-Team: Swedish <debian-l10n-swedish at lists.debian.org>\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=2; plural=(n != 1);\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr "TCP-port för approx-tjänsten:"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""
-"Ange på vilken port approx ska lyssna efter förfrågningar. Standard är det "
-"värde som används av apt-proxy, för kompatibilitet med dess klienters /etc/"
-"apt/sources.list-filer."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
deleted file mode 100644
index ac2684f..0000000
--- a/debian/po/templates.pot
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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 <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
-"POT-Creation-Date: 2009-04-09 07:33+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid "TCP port for approx service:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../approx.templates:2001
-msgid ""
-"Please enter the TCP port on which approx should listen for requests. The "
-"default is the value used by apt-proxy, for compatibility with its clients' /"
-"etc/apt/sources.list files."
-msgstr ""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/approx.git



More information about the Pkg-ocaml-maint-commits mailing list