From 957b61e33158a063690647b779dc1bdf48cc09cd Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Fri, 14 Jun 2013 17:28:22 -0400 Subject: [PATCH 1/3] Fix Debian FTBFS and other warnings --- debian/changelog | 8 ++++++++ debian/control | 1 - debian/rules | 5 +++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0cc148d..f08bb61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hesiod (3.2.1-2) unstable; urgency=low + + * Don't run make check when build packages. (Closes: #710468) + * Show compiler arguments at build time. + * Remove DM-Upload-Allowed. + + -- Alexander Chernyakhovsky Fri, 14 Jun 2013 17:25:47 -0400 + hesiod (3.2.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 02f2636..4cb18a1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: libs Priority: extra Maintainer: Karl Ramm Uploaders: Alexander Chernyakhovsky -DM-Upload-Allowed: yes Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-exec (>=0.3), autotools-dev, dh-autoreconf, libidn11-dev Vcs-git: git://github.com/achernya/hesiod.git diff --git a/debian/rules b/debian/rules index 072dc82..0eac8d0 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,11 @@ override_dh_auto_configure: dh_auto_configure -- \ --sysconfdir=/etc +override_dh_auto_build: + dh_auto_build -- V=1 + +override_dh_auto_test: + override_dh_installdocs: dh_installdocs -plibhesiod0 From 1d2d22d3003482d6688a65173ae3e21250da2d7f Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Sat, 14 Dec 2013 18:45:56 -0500 Subject: [PATCH 2/3] Split out hesiod.conf into its own debian binary package --- debian/changelog | 8 +++++++ debian/control | 21 ++++++++++++++++--- ...libhesiod0.config => hesiod-common.config} | 0 .../{libhesiod0.docs => hesiod-common.docs} | 0 debian/hesiod-common.install | 1 + ...esiod0.postinst => hesiod-common.postinst} | 0 ...libhesiod0.postrm => hesiod-common.postrm} | 0 ...iod0.templates => hesiod-common.templates} | 0 debian/hesiod.links | 2 +- debian/libhesiod0.install | 1 - debian/po/POTFILES.in | 2 +- debian/po/cs.po | 18 ++++++++-------- debian/po/da.po | 18 ++++++++-------- debian/po/de.po | 18 ++++++++-------- debian/po/es.po | 18 ++++++++-------- debian/po/eu.po | 18 ++++++++-------- debian/po/fi.po | 18 ++++++++-------- debian/po/fr.po | 18 ++++++++-------- debian/po/gl.po | 18 ++++++++-------- debian/po/it.po | 18 ++++++++-------- debian/po/ja.po | 18 ++++++++-------- debian/po/nb.po | 18 ++++++++-------- debian/po/nl.po | 18 ++++++++-------- debian/po/pt.po | 18 ++++++++-------- debian/po/pt_BR.po | 18 ++++++++-------- debian/po/ru.po | 18 ++++++++-------- debian/po/sv.po | 18 ++++++++-------- debian/po/templates.pot | 18 ++++++++-------- debian/po/vi.po | 18 ++++++++-------- debian/rules | 2 ++ 30 files changed, 193 insertions(+), 168 deletions(-) rename debian/{libhesiod0.config => hesiod-common.config} (100%) rename debian/{libhesiod0.docs => hesiod-common.docs} (100%) create mode 100644 debian/hesiod-common.install rename debian/{libhesiod0.postinst => hesiod-common.postinst} (100%) rename debian/{libhesiod0.postrm => hesiod-common.postrm} (100%) rename debian/{libhesiod0.templates => hesiod-common.templates} (100%) diff --git a/debian/changelog b/debian/changelog index f08bb61..8996d3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hesiod (3.2.1-3) unstable; urgency=low + + * Move hesiod.conf-related material to architecture-independent hesiod-common + package. (Closes: #718564) + * Bump Standards-Version. + + -- Alexander Chernyakhovsky Sat, 14 Dec 2013 18:38:30 -0500 + hesiod (3.2.1-2) unstable; urgency=low * Don't run make check when build packages. (Closes: #710468) diff --git a/debian/control b/debian/control index 4cb18a1..c9ba549 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: extra Maintainer: Karl Ramm Uploaders: Alexander Chernyakhovsky -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-exec (>=0.3), autotools-dev, dh-autoreconf, libidn11-dev Vcs-git: git://github.com/achernya/hesiod.git Vcs-browser: https://github.com/achernya/hesiod @@ -11,7 +11,7 @@ Vcs-browser: https://github.com/achernya/hesiod Package: hesiod Architecture: any Section: utils -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, hesiod-common (= ${source:Version}) Description: Project Athena's DNS-based directory service - utilities Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley @@ -22,12 +22,27 @@ Description: Project Athena's DNS-based directory service - utilities This package is only useful on networks that already use Hesiod. +Package: hesiod-common +Architecture: all +Section: utils +Depends: ${misc:Depends} +Breaks: libhesiod0 (<= 3.2.1-2) +Replaces: libhesiod0 (<= 3.2.1-2) +Description: Project Athena's DNS-based directory service - libraries + Hesiod is a name service library that can provide general name service + for a variety of applications. It is derived from BIND, the Berkeley + Internet Name Daemon, and leverages the existing DNS infrastructure of a + network. It is used on a number of university networks, including MIT + and Iowa State University. + . + This package contains Hesiod's configuration files. + Package: libhesiod0 Architecture: any Multi-Arch: same Section: libs Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: hesiod-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Project Athena's DNS-based directory service - libraries Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley diff --git a/debian/libhesiod0.config b/debian/hesiod-common.config similarity index 100% rename from debian/libhesiod0.config rename to debian/hesiod-common.config diff --git a/debian/libhesiod0.docs b/debian/hesiod-common.docs similarity index 100% rename from debian/libhesiod0.docs rename to debian/hesiod-common.docs diff --git a/debian/hesiod-common.install b/debian/hesiod-common.install new file mode 100644 index 0000000..fa664f3 --- /dev/null +++ b/debian/hesiod-common.install @@ -0,0 +1 @@ +usr/share/man/man5/*.5 diff --git a/debian/libhesiod0.postinst b/debian/hesiod-common.postinst similarity index 100% rename from debian/libhesiod0.postinst rename to debian/hesiod-common.postinst diff --git a/debian/libhesiod0.postrm b/debian/hesiod-common.postrm similarity index 100% rename from debian/libhesiod0.postrm rename to debian/hesiod-common.postrm diff --git a/debian/libhesiod0.templates b/debian/hesiod-common.templates similarity index 100% rename from debian/libhesiod0.templates rename to debian/hesiod-common.templates diff --git a/debian/hesiod.links b/debian/hesiod.links index 324059f..8e7bf32 100644 --- a/debian/hesiod.links +++ b/debian/hesiod.links @@ -1 +1 @@ -usr/share/doc/libhesiod0 usr/share/doc/hesiod +usr/share/doc/hesiod-common usr/share/doc/hesiod diff --git a/debian/libhesiod0.install b/debian/libhesiod0.install index cc44be0..e1ae633 100755 --- a/debian/libhesiod0.install +++ b/debian/libhesiod0.install @@ -1,3 +1,2 @@ #!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/libhesiod.so.* -usr/share/man/man5/*.5 diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in index 6806449..cab101d 100644 --- a/debian/po/POTFILES.in +++ b/debian/po/POTFILES.in @@ -1 +1 @@ -[type: gettext/rfc822deb] libhesiod0.templates +[type: gettext/rfc822deb] hesiod-common.templates diff --git a/debian/po/cs.po b/debian/po/cs.po index 7d666ec..ca75bc4 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -29,13 +29,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Doména Hesiodu pro vyhledávání:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Zadejte prosím pravou část domény, ve které se má prohledávat." @@ -43,7 +43,7 @@ msgstr "Zadejte prosím pravou část domény, ve které se má prohledávat." #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -56,25 +56,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Prefix Hesiodu pro vyhledávání:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Zadejte prosím levou část domény, ve které se má prohledávat." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Pořadí prohledávání DNS tříd:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -86,7 +86,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -96,7 +96,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/da.po b/debian/po/da.po index 63c7107..ac65887 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -17,13 +17,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Hesioddomæne til søgninger:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Indtast venligst Hesiod-RHS'en (højre side) som søgninger skal foretages i." @@ -31,7 +31,7 @@ msgstr "Indtast venligst Hesiod-RHS'en (højre side) som søgninger skal foretag #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -44,25 +44,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Hesiodpræfiks til søgninger:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Indtast venligst Hesiod-LHS'en (venstre side) som søgninger skal foretages i." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Søgerækkefølge for DNS-klasse:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -74,7 +74,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -85,7 +85,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/de.po b/debian/po/de.po index c8e0df2..1c4f227 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -16,13 +16,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Hesiod-Domain, in der gesucht werden soll:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "" "Bitte geben Sie die RHS (rechte Seite, right hand-side) von Hesiod fr " @@ -32,7 +32,7 @@ msgstr "" #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -45,13 +45,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Hesiod-Prfix fr Recherchen:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "" "Bitte geben Sie die LHS (linke Seite, left hand-side) von Hesiod fr Suchen " @@ -59,13 +59,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Such-Reihenfolge der DNS-Klassen:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -77,7 +77,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -88,7 +88,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/es.po b/debian/po/es.po index 453ce37..71befc6 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -45,13 +45,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Dominio de Hesiod para las búsquedas:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Introduzca el RHS («right hand-side», lado derecho) en el que hacer las búsquedas." @@ -59,7 +59,7 @@ msgstr "Introduzca el RHS («right hand-side», lado derecho) en el que hacer la #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -68,25 +68,25 @@ msgstr "Si el servidor Hesiod es «ns.example.org», el LHS será «.ns», el RH #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Prefijo de Hesiod para búsquedas:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Introduzca el LHS («left hand-side», parte izquierda) en el que realizar las búsquedas." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Orden de búsqueda para las clases DNS:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -95,7 +95,7 @@ msgstr "Hesiod busca los nombres utilizando registros DNS TXT. Además de usar l #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -103,7 +103,7 @@ msgstr "Introduzca el orden de búsqueda para las clases (el valor por omisión #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/eu.po b/debian/po/eu.po index 92cd9da..83d4c1b 100644 --- a/debian/po/eu.po +++ b/debian/po/eu.po @@ -29,13 +29,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Bilaketetarako hesiod domeinua:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Mesedez idatzi bilaketak bertan egiteko Hesiod RHS-a (eskuinaldea)." @@ -43,7 +43,7 @@ msgstr "Mesedez idatzi bilaketak bertan egiteko Hesiod RHS-a (eskuinaldea)." #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -56,25 +56,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Bilaketetako hesiod aurrizkia:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Mesedez idatzi bilaketak bertan egiteko hesiod LHS-a (ezkerraldea)." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "DNS klase bilaketa ordena:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -86,7 +86,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -96,7 +96,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/fi.po b/debian/po/fi.po index a228fbc..291b80b 100644 --- a/debian/po/fi.po +++ b/debian/po/fi.po @@ -14,13 +14,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Hauissa käytettävä Hesiod-verkkoalue:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Anna Hesiod RHS (oikea puoli), jossa haut tehdään." @@ -28,7 +28,7 @@ msgstr "Anna Hesiod RHS (oikea puoli), jossa haut tehdään." #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -41,25 +41,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Hauissa käytettävä Hesiod-etuliite:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Anna Hesiod LHS (vasen puoli), jossa haut tehdään." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "DNS-luokkien hakujärjestys:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -71,7 +71,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -81,7 +81,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/fr.po b/debian/po/fr.po index f2bd85b..dc8a689 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -18,13 +18,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Domaine Hesiod pour les recherches :" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "" "Veuillez indiquer la « RHS » (« right hand-side » : partie droite) Hesiod dans " @@ -34,7 +34,7 @@ msgstr "" #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -47,13 +47,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Préfixe Hesiod pour les recherches :" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "" "Veuillez indiquer la « LHS » (« left hand-side » : partie gauche) Hesiod dans " @@ -61,13 +61,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Ordre de recherche dans les classes DNS :" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -80,7 +80,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -91,7 +91,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/gl.po b/debian/po/gl.po index db0ea96..01b23ab 100644 --- a/debian/po/gl.po +++ b/debian/po/gl.po @@ -16,13 +16,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Dominio Hesiod para as buscas:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Introduza o RHS (lado dereito) de Hesiod no que facer as buscas." @@ -30,7 +30,7 @@ msgstr "Introduza o RHS (lado dereito) de Hesiod no que facer as buscas." #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -43,25 +43,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Prefixo Hesiod para as buscas:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Introduza o LHS (lado esquerdo) de Hesiod no que facer as buscas." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Orde de busca de clases DNS:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -73,7 +73,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -83,7 +83,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/it.po b/debian/po/it.po index d5b70e2..a3e69e7 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -17,13 +17,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Dominio Hesiod per le ricerche:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "" "Inserire l'Hesiod RHS (la parte di destra) in cui effettuare le ricerche." @@ -32,7 +32,7 @@ msgstr "" #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -44,26 +44,26 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Prefisso Hesiod per le ricerche:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "" "Inserire l'Hesiod LHS (la parte di sinistra) in cui effettuare le ricerche." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Ordine di ricerca classe DNS:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -75,7 +75,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -85,7 +85,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/ja.po b/debian/po/ja.po index f38a7cc..ef8a085 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -16,13 +16,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "検索対象の Hesiod ドメイン:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "検索対象の Hesiod RHS (right hand-side、右手側) を入力してください。" @@ -30,7 +30,7 @@ msgstr "検索対象の Hesiod RHS (right hand-side、右手側) を入力して #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -42,25 +42,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "検索対象の Hesiod プレフィックス:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "検索対象の Hesiod LHS (heft hand-side、左手側) を入力してください。" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "DNS クラスの検索順:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -72,7 +72,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -82,7 +82,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/nb.po b/debian/po/nb.po index c6f8635..0865489 100644 --- a/debian/po/nb.po +++ b/debian/po/nb.po @@ -18,13 +18,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Hesiod-domene for søking:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Oppgi Hesiod RHS (Right Hand Side, høyreside) der det skal søkes." @@ -32,7 +32,7 @@ msgstr "Oppgi Hesiod RHS (Right Hand Side, høyreside) der det skal søkes." #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -45,25 +45,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Hesiod-prefiks for søking:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Oppgi Hesiod LHS (Left Hand Side, venstreside) der det skal søkes." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Søkerekkefølge for DNS -klasser:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -75,7 +75,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -85,7 +85,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/nl.po b/debian/po/nl.po index 26a7e7c..55bd1ef 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -26,13 +26,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Domein voor Hesiod-zoekopdrachten:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "" "In welke Hesiod RHS (Right Hand-Side/Rechterkant) wilt u zoekopdrachten " @@ -42,7 +42,7 @@ msgstr "" #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -54,13 +54,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Prefix voor Hesiod-zoekopdrachten:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "" "In welke Hesiod LHS (Left Hand-Side/Linkerkant) wilt u zoekopdrachten " @@ -68,13 +68,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Zoekvolgorde voor DNS-klassen:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -85,7 +85,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -96,7 +96,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/pt.po b/debian/po/pt.po index 0a18c1e..1cef4fe 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -15,13 +15,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Domínio Hesiod para efectuar procuras:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "" "Por favor introduz o RHS do Hesiod (lado direito) para efectuar pesquisas." @@ -30,7 +30,7 @@ msgstr "" #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -42,26 +42,26 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Prefixo Hesiod para procuras:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "" "Por favor introduz o LHS do Hesiod (lado esquerdo) para efectuar pesquisas." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Ordem de procura por classes de DNS:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -73,7 +73,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -84,7 +84,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index cc25541..61ea181 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -20,13 +20,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Domínio do hesiod para pesquisas:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "" "Por favor, informe o Hesiod RHS (\"right hand-side\") onde as pesquisas " @@ -36,7 +36,7 @@ msgstr "" #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -48,13 +48,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Prefixo do Hesiod para pesquisas:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "" "Por favor, informe o Hesiod LHS (\"left hand-side\") onde as pesquisas devem " @@ -62,13 +62,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Ordem de pesquisa da classe DNS:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -80,7 +80,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -91,7 +91,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/ru.po b/debian/po/ru.po index f691e6d..beb00f6 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -28,13 +28,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Домен Hesiod для поисков:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Введите Hesiod RHS (правую часть) поиска." @@ -42,7 +42,7 @@ msgstr "Введите Hesiod RHS (правую часть) поиска." #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -54,25 +54,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Префикс Hesiod для поисков:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Введите Hesiod LHS (левую часть) поиска." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Порядок поиска в классах DNS:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -84,7 +84,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -95,7 +95,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/sv.po b/debian/po/sv.po index 4f4be59..3f0ce55 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -31,13 +31,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Hesiod-domn fr skningar:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Ange Hesiod-RHS (hgersida, eng. right hand side) att ska i." @@ -45,7 +45,7 @@ msgstr "Ange Hesiod-RHS (h #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -57,25 +57,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Hesiod-prefix fr skningar:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Ange Hesiod-LHS (vnstersida, eng. left hand side) att ska i." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Skordning fr DNS-klasser:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -87,7 +87,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -97,7 +97,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 7aaceb3..8bf0ac5 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -18,13 +18,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "" @@ -32,7 +32,7 @@ msgstr "" #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -41,25 +41,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -68,7 +68,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -76,7 +76,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/po/vi.po b/debian/po/vi.po index 7d30d9f..e04d3d0 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -18,13 +18,13 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Hesiod domain for searches:" msgstr "Miền Hesiod để tìm kiếm:" #. Type: string #. Description -#: ../libhesiod0.templates:2001 +#: ../hesiod-common.templates:2001 msgid "Please enter the Hesiod RHS (right hand-side) to do searches in." msgstr "Hãy nhập RHS (bên phải) Hesiod trong đó cần tìm kiếm." @@ -32,7 +32,7 @@ msgstr "Hãy nhập RHS (bên phải) Hesiod trong đó cần tìm kiếm." #. Description #. Type: string #. Description -#: ../libhesiod0.templates:2001 ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:2001 ../hesiod-common.templates:3001 msgid "" "If the Hesiod server is 'ns.example.org' then the LHS will be '.ns', the RHS " "will be '.example.org' (note leading periods) and directory lookups will be " @@ -45,25 +45,25 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Hesiod prefix for searches:" msgstr "Tiền tố Hesiod để tìm kiếm:" #. Type: string #. Description -#: ../libhesiod0.templates:3001 +#: ../hesiod-common.templates:3001 msgid "Please enter the Hesiod LHS (left hand-side) to do searches in." msgstr "Hãy nhập LHS (bên trái) Hesiod trong đó cần tìm kiếm." #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "DNS class search order:" msgstr "Thứ tự tìm kiếm hạng DNS:" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Hesiod looks up names using DNS TXT records. In addition to using the " "standard IN DNS class for Internet names, it also uses by default the " @@ -74,7 +74,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Please enter the class search order (the default value is suitable for most " "sites). There should be no spaces in this search order value." @@ -84,7 +84,7 @@ msgstr "" #. Type: string #. Description -#: ../libhesiod0.templates:4001 +#: ../hesiod-common.templates:4001 msgid "" "Sites using older Hesiod installations may need to use the 'HS,IN' search " "order." diff --git a/debian/rules b/debian/rules index 0eac8d0..e859168 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,9 @@ override_dh_auto_build: override_dh_auto_test: override_dh_installdocs: + dh_installdocs -phesiod-common dh_installdocs -plibhesiod0 override_dh_installchangelogs: + dh_installchangelogs -phesiod-common dh_installchangelogs -plibhesiod0 From 2dbca2ea83ef74768432cfd0c20a6146630ab49c Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 1 Feb 2014 18:40:20 -0500 Subject: [PATCH 3/3] remove build-package.sh --- build-package.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 build-package.sh diff --git a/build-package.sh b/build-package.sh deleted file mode 100755 index cad11fd..0000000 --- a/build-package.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec git-buildpackage --git-upstream-branch=master --git-upstream-tree=branch