Your message dated Tue, 04 Jan 2005 20:02:08 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286539: fixed in tasksel 2.19
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; 20 Dec 2004 19:02:32 +0000
>From [EMAIL PROTECTED] Mon Dec 20 11:02:32 2004
Return-path: <[EMAIL PROTECTED]>
Received: from perrier.eu.org (kheops.homeunix.org) [81.56.227.253] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CgSnf-000758-00; Mon, 20 Dec 2004 11:02:31 -0800
Received: from localhost (localhost [127.0.0.1])
        by kheops.homeunix.org (Postfix) with ESMTP
        id 50D614F980; Mon, 20 Dec 2004 20:01:59 +0100 (CET)
Received: from kheops.homeunix.org ([127.0.0.1])
        by localhost (kheops [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 22186-08; Mon, 20 Dec 2004 20:01:57 +0100 (CET)
Received: from mykerinos.kheops.frmug.org (mykerinos.kheops.frmug.org 
[192.168.1.3])
        by kheops.homeunix.org (Postfix) with ESMTP
        id A1D344F97E; Mon, 20 Dec 2004 20:01:57 +0100 (CET)
Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426)
        id 9FF4523262; Mon, 20 Dec 2004 19:23:42 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============0891764504=="
MIME-Version: 1.0
From: Christian Perrier <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: tasksel: Missing languages in Makefile
X-Mailer: reportbug 3.5
Date: Mon, 20 Dec 2004 19:23:42 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at kheops.frmug.org
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

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

--===============0891764504==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: tasksel
Version: 2.18.1
Severity: normal
Tags: patch l10n

I've just discovered that the translations of tasks descriptions
and the phrases used by tasksel are only enabled when languages are listed
in the Makefile.

Thus, for a few languages for which a translation was available, no
translation was used.

The attached Makefile should correct this.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

Versions of packages tasksel depends on:
ii  aptitude                      0.2.15.8-1 terminal-based apt frontend
ii  debconf [debconf-2.0]         1.4.41     Debian configuration management sy
ii  liblocale-gettext-perl        1.01-17    Using libc functions for internati

-- debconf information excluded

--===============0891764504==
Content-Type: text/x-makefile; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile"

DOMAIN=debian-tasks
TASKDESC=$(DOMAIN).desc
TASKDIR=/usr/share/tasksel
DESCDIR=tasks
DESCPO=$(DESCDIR)/po
VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : 
'.*Version: \(.*\)' | cut -d - -f 1)
LANGS=ar bg bs ca cs cy da de el es eu fi fr gl he hr hu id it ja ko lt mk nb 
nl nn pl pt pt_BR ro ru sk sl sq sv tr uk zh_CN zh_TW
LANGS_DESC=ar bg bs ca cs cy da de el es eu fi fr gl he hr hu id it ja ko lt mk 
nb nl nn pl pt pt_BR ro ru sk sl sq sv tr uk zh_CN zh_TW
LOCALEDIR=$(DESTDIR)/usr/share/locale

all: $(TASKDESC) $(DESCPO)/build_stamp po/build_stamp

$(TASKDESC): makedesc.pl $(DESCDIR)/[a-z]??*
        ./doincludes.pl $(DESCDIR)
        ./makedesc.pl $(DESCDIR) $(TASKDESC)

%.o: %.c
        $(COMPILE) $<

po/build_stamp:
        $(MAKE) -C po LANGS="$(LANGS)"

updatepo:
        $(MAKE) -C po update LANGS="$(LANGS)"

$(DESCPO)/build_stamp:
        $(MAKE) -C $(DESCPO) LANGS="$(LANGS_DESC)"

updatetaskspo:
        $(MAKE) -C $(DESCPO) update LANGS="$(LANGS_DESC)"

install:
        install -d $(DESTDIR)/usr/bin $(DESTDIR)$(TASKDIR) \
                $(DESTDIR)/usr/lib/tasksel/tests \
                $(DESTDIR)/usr/lib/tasksel/packages \
                $(DESTDIR)/usr/share/man/man8
        install -m 755 tasksel.pl $(DESTDIR)/usr/bin/tasksel
        install -m 755 tasksel-debconf $(DESTDIR)/usr/lib/tasksel/
        install -m 0644 $(TASKDESC) $(DESTDIR)$(TASKDIR)
        pod2man --section=8 --center "Debian specific manpage" --release 
$(VERSION) tasksel.pod | gzip -9c > $(DESTDIR)/usr/share/man/man8/tasksel.8.gz
        for lang in $(LANGS); do \
                [ ! -d $(LOCALEDIR)/$$lang/LC_MESSAGES/ ] && mkdir -p 
$(LOCALEDIR)/$$lang/LC_MESSAGES/; \
                install -m 644 po/$$lang.mo 
$(LOCALEDIR)/$$lang/LC_MESSAGES/tasksel.mo; \
        done
        for lang in $(LANGS_DESC); do \
                [ ! -d $(LOCALEDIR)/$$lang/LC_MESSAGES/ ] && mkdir -p 
$(LOCALEDIR)/$$lang/LC_MESSAGES/; \
                install -m 644 tasks/po/$$lang.mo 
$(LOCALEDIR)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
        done
        for test in tests/*; do \
                install -m 755 $$test $(DESTDIR)/usr/lib/tasksel/tests/; \
        done

clean:
        rm -f $(TASKDESC) *~
        $(MAKE) -C po clean
        $(MAKE) -C $(DESCPO) clean

# This taget is run to generate the overrides files.
# It is run from a cron job, so should only generate output if there are
# problems.
override:
        @svn up tasks 2>&1 | grep -v ^U | grep -v "At revision" || true
        @./makeoverride.pl $(DESCDIR) > external-overrides-task

--===============0891764504==--

---------------------------------------
Received: (at 286539-close) by bugs.debian.org; 5 Jan 2005 01:08:02 +0000
>From [EMAIL PROTECTED] Tue Jan 04 17:08:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Clzec-0007Z5-00; Tue, 04 Jan 2005 17:08:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1ClzYu-0007SC-00; Tue, 04 Jan 2005 20:02:08 -0500
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#286539: fixed in tasksel 2.19
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 04 Jan 2005 20:02:08 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: tasksel
Source-Version: 2.19

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

tasksel_2.19.dsc
  to pool/main/t/tasksel/tasksel_2.19.dsc
tasksel_2.19.tar.gz
  to pool/main/t/tasksel/tasksel_2.19.tar.gz
tasksel_2.19_all.deb
  to pool/main/t/tasksel/tasksel_2.19_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated tasksel 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Tue,  4 Jan 2005 19:37:37 -0500
Source: tasksel
Binary: tasksel
Architecture: source all
Version: 2.19
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 tasksel    - Tool for selecting tasks for installation on Debian system
Closes: 272360 278186 286053 286054 286539
Changes: 
 tasksel (2.19) unstable; urgency=low
 .
   * Christian Perrier
     - Fix typo in README. Closes: #286053
     - Add missing languages in Makefile. Closes: #286539
   * Joey Hess
     - Don't require whitespace after keys with multiline values. Closes: 
#286054
     - Patch from Denis to always use untranslated values in the debconf
       choices list of tasks, as used for preseeding. Closes: #278186
     - If the user chooses manual selection and does not change any other task
       selections, run aptitude without --visual-preview parameter, as that
       parameter made it skip the package browser. Closes: #272360
   * Translations
     - Bosnian translation updates by Safir Secerovic
Files: 
 a0ba055bb694320430068dc79588eb28 628 base optional tasksel_2.19.dsc
 a3dcaea96d238bb9d8e4b0aafc1eb7f0 209841 base optional tasksel_2.19.tar.gz
 208bde7b6449608068e65ddd45feccd5 132366 base optional tasksel_2.19_all.deb

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

iD8DBQFB2zke2tp5zXiKP0wRAg8SAJ0Rk4MPlPhxavwZZ6mhfIbabgP1xgCgp6TP
PJ9JcJ7J/+fs2ZYB8ES3sM0=
=x7+/
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to