[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#201250: marked as done (mifluz: Please switch to gettext-based debconf templates)



Your message dated Mon, 21 Jul 2003 04:02:11 -0400
with message-id <E19eVcZ-0005K7-00@auric.debian.org>
and subject line Bug#201250: fixed in mifluz 0.24.0-8.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Jul 2003 15:15:49 +0000
>From bubulle@kheops.frmug.org Mon Jul 14 10:14:25 2003
Return-path: <bubulle@kheops.frmug.org>
Received: from frmug-gw.frmug.org (frmug.org) [193.56.58.252] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19c521-00085Y-00; Mon, 14 Jul 2003 10:14:25 -0500
Received: from frmug.org (localhost [127.0.0.1])
	by frmug.org (8.12.9/8.11.3/frmug-2.7/nospam) with ESMTP id h6EFEO0H016287
	(using TLSv1/SSLv3 with cipher DHE-RSA-AES256-SHA (256 bits) verified NO);
	Mon, 14 Jul 2003 17:14:24 +0200 (CEST)
	(envelope-from bubulle@kheops.frmug.org)
Received: (from uucp@localhost)
	by frmug.org (8.12.9/8.12.9/Submit) with UUCP id h6EFEOH4016286;
	Mon, 14 Jul 2003 17:14:24 +0200 (CEST)
Received: from mykerinos.kheops.frmug.org (unknown [192.168.1.3])
	by kheops.kheops.frmug.org (Postfix) with ESMTP
	id E33644068; Mon, 14 Jul 2003 17:10:07 +0200 (CEST)
Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426)
	id D2C77D089; Sun, 13 Jul 2003 10:11:35 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============0872819832=="
MIME-Version: 1.0
From: Christian Perrier <bubulle@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: mifluz: Please switch to gettext-based debconf templates
X-Mailer: reportbug 2.19
Date: Sun, 13 Jul 2003 10:11:35 +0200
Message-Id: <[🔎] 20030713081135.D2C77D089@mykerinos.kheops.frmug.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0
	tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27 (1.174.2.15-2003-03-30-exp)

This is a multi-part MIME message sent by reportbug.

--===============0872819832==
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="ISO-8859-1"
Content-Disposition: inline

Package: mifluz
Version: unavailable; reported 2003-07-13
Severity: wishlist
Tags: patch

(as the package is orphaned, I plan a NMU for correcting this)

Using the "new" gettext format for debconf templates helps for templates
translations. For instance, detecting outdated or untranslated strings 
becomes considerably easier. It also keeps track of who did which translation.

The attached patch does the required modifications :
- debian/control modification for dependencies (see below)
- execute "debconf-gettextize debian/*templates*"
- removed files left by debconf-gettextize (*.templates.old which are the
  old-style templates and *.templates.xx which are the former translated
  templates
- french translation proofreading (the file is debian/po/fr.po)

Then diff file creation....

If you want to reproduce this by yourself instead of applying the
patch, you have to do:

-install po-debconf on your system
-go to the debian directory
-read man po-debconf..:-)
-run "debconf-gettextize *.templates"
-read the output
-change Build-Depends or Build-Depends-Indep (see below)

Then pick up the fr.po file from my own patch (I often make small
corrections to existing french translations to make them conformant to
the existing standards of the Debian french l10n team).


Build Dependencies of the package have to become the following :

Build-Depends(-Indep) should list "debhelper (>= 4.1.16)" (debhelper
depends upon po-debconf) if you use debhelper, or "po-debconf"
directly if you don't (but, then, please look at po-debconf man page)

For more details, see po-debconf documentation, especially "man 7 po-debconf"


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykerinos 2.4.20 #1 mer jan 29 09:30:35 CET 2003 i686
Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1 (ignored: LC_ALL set)


--===============0872819832==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="iso-8859-1"
Content-Disposition: attachment; filename="patch"

diff -Nru mifluz-0.24.0.ori/debian/control mifluz-0.24.0/debian/control
--- mifluz-0.24.0.ori/debian/control	2003-07-13 09:54:20.000000000 +0200
+++ mifluz-0.24.0/debian/control	2003-07-13 09:54:42.000000000 +0200
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>> 3.0.0), flex, libz-dev, texinfo, tetex-bin, autotools-dev, autoconf
+Build-Depends: debhelper (>> 4.1.16), flex, libz-dev, texinfo, tetex-bin, autotools-dev, autoconf
 Standards-Version: 3.5.9.0
 
 Package: libmifluz0
diff -Nru mifluz-0.24.0.ori/debian/mifluz.templates mifluz-0.24.0/debian/mifluz.templates
--- mifluz-0.24.0.ori/debian/mifluz.templates	2003-07-13 09:54:20.000000000 +0200
+++ mifluz-0.24.0/debian/mifluz.templates	2003-07-13 10:00:01.000000000 +0200
@@ -1,39 +1,18 @@
 Template: mifluz/create_index_dir
 Type: string
 Default: /var/lib/mifluz
-Description: Index directory ?
- This is the place where you want mifluz to store generated indexes
-Description-de: Index-Verzeichnis?
- Dies ist das Verzeichnis, im dem die erstellten Indexes gespeichert werden.
-Description-fr: Répertoire des Index ?
- C'est l'endroit où vous souhaitez que mifluz stocke les index générés
-Description-ru: éÎÄÅËÓÎÙÊ ËÁÔÁÌÏÇ?
- üÔÏ ÍÅÓÔÏ, × ËÏÔÏÒÏÍ mifluz ÈÒÁÎÉÔ ÓÇÅÎÅÒÉÒÏ×ÁÎÎÙÅ ÉÎÄÅËÓÙ.
+_Description: Index directory
+ Indexes will be stored in this directory.
 
 Template: mifluz/create_cache_dir
 Type: string
 Default: /var/cache/mifluz
-Description: Cache directory ?
- This is the place where you want  mifluz  to  store  cache  file  when
- creating indexes
-Description-de: Cache-Verzeichnis?
- Dies ist das Verzeichnis, im dem die Cache-Dateien, die beim erstellen des
- Index entstehen, zwischengespeichert werden.
-Description-fr: Répertoire cache ?
- C'est l'endroit où vous souhaitez que mifluz stocke  les  fichiers  de
- cache lors de la création d'un index.
-Description-ru: ëÁÔÁÌÏÇ ËÅÛÁ?
- üÔÏ ÍÅÓÔÏ, × ËÏÔÏÒÏÍ mifluz ÈÒÁÎÉÔ ËÅÛ-ÆÁÊÌÙ ÐÒÉ ÓÏÚÄÁÎÉÉ ÉÎÄÅËÓÏ×.
+_Description: Cache directory
+ Cached files will be kept in this directory.
 
 Template: mifluz/remove_question
 Type: boolean
 Default: true
-Description: Do you want to remove the directories ?
- Do you want to automatically remove cache and  index  directories  when
- purging the package ?
-Description-ru: èÏÔÉÔÅ ÕÄÁÌÉÔØ ËÁÔÁÌÏÇÉ?
- ÷Ù   ÈÏÔÉÔÅ   Á×ÔÏÍÁÔÉÞÅÓËÉ  ÕÄÁÌÉÔØ  ËÁÔÁÌÏÇÉ  ËÅÛÁ  É  ÉÎÄÅËÓÏ×  ÐÒÉ
- ÕÎÉÞÔÏÖÅÎÉÉ ÐÁËÅÔÁ?
-Description-fr: Voulez-vous supprimer les répertoires ?
- Souhaitez-vous supprimer automatiquement les répertoires  de  cache  et
- d'index lors de la purge du paquetage ?
+_Description: Do you want to remove the directories when purging the package?
+ Do you want to automatically remove the cache and index directories when
+ purging the package?
diff -Nru mifluz-0.24.0.ori/debian/po/de.po mifluz-0.24.0/debian/po/de.po
--- mifluz-0.24.0.ori/debian/po/de.po	1970-01-01 01:00:00.000000000 +0100
+++ mifluz-0.24.0/debian/po/de.po	2003-07-13 10:04:39.000000000 +0200
@@ -0,0 +1,71 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-13 10:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../mifluz.templates:4
+#, fuzzy
+msgid "Index directory"
+msgstr "Index-Verzeichnis?"
+
+#. Description
+#: ../mifluz.templates:4
+msgid "Indexes will be stored in this directory."
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:10
+#, fuzzy
+msgid "Cache directory"
+msgstr "Cache-Verzeichnis?"
+
+#. Description
+#: ../mifluz.templates:10
+msgid "Cached files will be kept in this directory."
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:16
+msgid "Do you want to remove the directories when purging the package?"
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:16
+msgid ""
+"Do you want to automatically remove the cache and index directories when "
+"purging the package?"
+msgstr ""
+
+#~ msgid "This is the place where you want mifluz to store generated indexes"
+#~ msgstr ""
+#~ "Dies ist das Verzeichnis, im dem die erstellten Indexes gespeichert "
+#~ "werden."
+
+#~ msgid ""
+#~ "This is the place where you want  mifluz  to  store  cache  file  when "
+#~ "creating indexes"
+#~ msgstr ""
+#~ "Dies ist das Verzeichnis, im dem die Cache-Dateien, die beim erstellen "
+#~ "des Index entstehen, zwischengespeichert werden."
diff -Nru mifluz-0.24.0.ori/debian/po/fr.po mifluz-0.24.0/debian/po/fr.po
--- mifluz-0.24.0.ori/debian/po/fr.po	1970-01-01 01:00:00.000000000 +0100
+++ mifluz-0.24.0/debian/po/fr.po	2003-07-13 10:09:00.000000000 +0200
@@ -0,0 +1,57 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: mifluz 0.24.0-8\n"
+"POT-Creation-Date: 2003-07-13 10:04+0200\n"
+"PO-Revision-Date: 2003-07-13 10:08+0100\n"
+"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../mifluz.templates:4
+msgid "Index directory"
+msgstr "Répertoire des index"
+
+#. Description
+#: ../mifluz.templates:4
+msgid "Indexes will be stored in this directory."
+msgstr "Les index seront conservés dans ce répertoire."
+
+#. Description
+#: ../mifluz.templates:10
+msgid "Cache directory"
+msgstr "Répertoire cache"
+
+#. Description
+#: ../mifluz.templates:10
+msgid "Cached files will be kept in this directory."
+msgstr "Les fichiers mis en cache seront conservés dans ce répertoire."
+
+#. Description
+#: ../mifluz.templates:16
+msgid "Do you want to remove the directories when purging the package?"
+msgstr "Souhaitez-vous effacer les répertoires lors de la purge du paquet ?"
+
+#. Description
+#: ../mifluz.templates:16
+msgid ""
+"Do you want to automatically remove the cache and index directories when "
+"purging the package?"
+msgstr ""
+"Souhaitez-vous supprimer automatiquement les répertoires de cache et d'index "
+"lors de la purge (c'est-à-dire la suppression complète) du paquet ?"
diff -Nru mifluz-0.24.0.ori/debian/po/POTFILES.in mifluz-0.24.0/debian/po/POTFILES.in
--- mifluz-0.24.0.ori/debian/po/POTFILES.in	1970-01-01 01:00:00.000000000 +0100
+++ mifluz-0.24.0/debian/po/POTFILES.in	2003-07-13 09:56:44.000000000 +0200
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] mifluz.templates
diff -Nru mifluz-0.24.0.ori/debian/po/ru.po mifluz-0.24.0/debian/po/ru.po
--- mifluz-0.24.0.ori/debian/po/ru.po	1970-01-01 01:00:00.000000000 +0100
+++ mifluz-0.24.0/debian/po/ru.po	2003-07-13 10:04:40.000000000 +0200
@@ -0,0 +1,76 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-13 10:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=KOI8-R\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../mifluz.templates:4
+#, fuzzy
+msgid "Index directory"
+msgstr "éÎÄÅËÓÎÙÊ ËÁÔÁÌÏÇ?"
+
+#. Description
+#: ../mifluz.templates:4
+msgid "Indexes will be stored in this directory."
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:10
+#, fuzzy
+msgid "Cache directory"
+msgstr "ëÁÔÁÌÏÇ ËÅÛÁ?"
+
+#. Description
+#: ../mifluz.templates:10
+msgid "Cached files will be kept in this directory."
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:16
+#, fuzzy
+msgid "Do you want to remove the directories when purging the package?"
+msgstr ""
+"÷Ù   ÈÏÔÉÔÅ   Á×ÔÏÍÁÔÉÞÅÓËÉ  ÕÄÁÌÉÔØ  ËÁÔÁÌÏÇÉ  ËÅÛÁ  É  ÉÎÄÅËÓÏ×  ÐÒÉ "
+"ÕÎÉÞÔÏÖÅÎÉÉ ÐÁËÅÔÁ?"
+
+#. Description
+#: ../mifluz.templates:16
+#, fuzzy
+msgid ""
+"Do you want to automatically remove the cache and index directories when "
+"purging the package?"
+msgstr ""
+"÷Ù   ÈÏÔÉÔÅ   Á×ÔÏÍÁÔÉÞÅÓËÉ  ÕÄÁÌÉÔØ  ËÁÔÁÌÏÇÉ  ËÅÛÁ  É  ÉÎÄÅËÓÏ×  ÐÒÉ "
+"ÕÎÉÞÔÏÖÅÎÉÉ ÐÁËÅÔÁ?"
+
+#~ msgid "This is the place where you want mifluz to store generated indexes"
+#~ msgstr "üÔÏ ÍÅÓÔÏ, × ËÏÔÏÒÏÍ mifluz ÈÒÁÎÉÔ ÓÇÅÎÅÒÉÒÏ×ÁÎÎÙÅ ÉÎÄÅËÓÙ."
+
+#~ msgid ""
+#~ "This is the place where you want  mifluz  to  store  cache  file  when "
+#~ "creating indexes"
+#~ msgstr "üÔÏ ÍÅÓÔÏ, × ËÏÔÏÒÏÍ mifluz ÈÒÁÎÉÔ ËÅÛ-ÆÁÊÌÙ ÐÒÉ ÓÏÚÄÁÎÉÉ ÉÎÄÅËÓÏ×."
+
+#~ msgid "Do you want to remove the directories ?"
+#~ msgstr "èÏÔÉÔÅ ÕÄÁÌÉÔØ ËÁÔÁÌÏÇÉ?"
diff -Nru mifluz-0.24.0.ori/debian/po/templates.pot mifluz-0.24.0/debian/po/templates.pot
--- mifluz-0.24.0.ori/debian/po/templates.pot	1970-01-01 01:00:00.000000000 +0100
+++ mifluz-0.24.0/debian/po/templates.pot	2003-07-13 10:04:40.000000000 +0200
@@ -0,0 +1,57 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-13 10:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../mifluz.templates:4
+msgid "Index directory"
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:4
+msgid "Indexes will be stored in this directory."
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:10
+msgid "Cache directory"
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:10
+msgid "Cached files will be kept in this directory."
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:16
+msgid "Do you want to remove the directories when purging the package?"
+msgstr ""
+
+#. Description
+#: ../mifluz.templates:16
+msgid ""
+"Do you want to automatically remove the cache and index directories when "
+"purging the package?"
+msgstr ""

--===============0872819832==--

---------------------------------------
Received: (at 201250-close) by bugs.debian.org; 21 Jul 2003 08:05:10 +0000
>From katie@auric.debian.org Mon Jul 21 03:05:09 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19eVfR-0007u8-00; Mon, 21 Jul 2003 03:05:09 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19eVcZ-0005K7-00; Mon, 21 Jul 2003 04:02:11 -0400
From: Christian Perrier <bubulle@debian.org>
To: 201250-close@bugs.debian.org
X-Katie: $Revision: 1.34 $
Subject: Bug#201250: fixed in mifluz 0.24.0-8.1
Message-Id: <E19eVcZ-0005K7-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Mon, 21 Jul 2003 04:02:11 -0400
Delivered-To: 201250-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
mifluz, which is due to be installed in the Debian FTP archive:

libmifluz0-dev_0.24.0-8.1_i386.deb
  to pool/main/m/mifluz/libmifluz0-dev_0.24.0-8.1_i386.deb
libmifluz0_0.24.0-8.1_i386.deb
  to pool/main/m/mifluz/libmifluz0_0.24.0-8.1_i386.deb
mifluz-doc_0.24.0-8.1_all.deb
  to pool/main/m/mifluz/mifluz-doc_0.24.0-8.1_all.deb
mifluz_0.24.0-8.1.diff.gz
  to pool/main/m/mifluz/mifluz_0.24.0-8.1.diff.gz
mifluz_0.24.0-8.1.dsc
  to pool/main/m/mifluz/mifluz_0.24.0-8.1.dsc
mifluz_0.24.0-8.1_i386.deb
  to pool/main/m/mifluz/mifluz_0.24.0-8.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 201250@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier <bubulle@debian.org> (supplier of updated mifluz package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 14 Jul 2003 19:55:56 +0200
Source: mifluz
Binary: mifluz-doc libmifluz0-dev libmifluz0 mifluz
Architecture: source all i386
Version: 0.24.0-8.1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Christian Perrier <bubulle@debian.org>
Description: 
 libmifluz0 - Libraries for using mifluz
 libmifluz0-dev - development environment for mifluz
 mifluz     - A full text inverted indexer
 mifluz-doc - Documentation for mifluz
Closes: 201250
Changes: 
 mifluz (0.24.0-8.1) unstable; urgency=low
 .
   * NMU
   * Switch to gettext-based debconf templates. Closes: #201250
   * English templates minor rewrite (typographical mistakes, double
     spaces, etc.)
   * Non existing doc/mifluz.info-1, doc/mifluz.info-2, doc/mifluz.info-3
     removed from mifluz-doc.info as the build was failing due to this.
Files: 
 01de64c7b4ea4270082abd5c2c519e7e 677 utils optional mifluz_0.24.0-8.1.dsc
 80553fa6d0762e81735dd67bee09eae2 71267 utils optional mifluz_0.24.0-8.1.diff.gz
 6bc4e73e5ddaad1dde27eaf70ccd0346 415714 doc optional mifluz-doc_0.24.0-8.1_all.deb
 a4c847108605aa12d39aad624f2494a7 289232 libs optional libmifluz0_0.24.0-8.1_i386.deb
 b6ad1fbf4c9e9538d2b5ee9f38a7dfa0 87186 utils optional mifluz_0.24.0-8.1_i386.deb
 14e231814055bbbb89a2c754aac90a61 510864 libdevel optional libmifluz0-dev_0.24.0-8.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/G5qtiONoszDJNIoRAktdAJ4lDbBmNnpv01m7cZ1pNmWeU5oJEgCeOPLp
fxPTNyNmSE1jsBurqMoYPXs=
=LwfY
-----END PGP SIGNATURE-----



Reply to: