Your message dated Mon, 18 Jul 2005 16:32:24 +0200 (CEST) with message-id <[EMAIL PROTECTED]> and subject line Bug#318887: gettextize can't be run in debian/rules 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; 18 Jul 2005 12:39:35 +0000 >From [EMAIL PROTECTED] Mon Jul 18 05:39:35 2005 Return-path: <[EMAIL PROTECTED]> Received: from master.debian.org [146.82.138.7] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DuUuF-0007ml-00; Mon, 18 Jul 2005 05:39:35 -0700 Received: from granat.internetia.pl (ginger.netia.net.pl) [195.114.173.177] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DuUuE-0000kS-00; Mon, 18 Jul 2005 07:39:34 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Piotr Roszatycki <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gettextize can't be run in debian/rules X-Mailer: reportbug 3.15 Date: Mon, 18 Jul 2005 14:39:32 +0200 Message-Id: <[EMAIL PROTECTED]> 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-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, OUR_MTA_MSGID autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gettext Version: 0.14.5-2 Severity: wishlist Tags: patch gettextize can't be run in i.e. debian/rules script. I don't see any reason that it should be forbidden. I.e. in my libnss-db package I had to prepare the huge patch with gettextize modifications only. The trivial patch: --- /usr/bin/gettextize 2005-07-06 18:33:54 +0200 +++ gettextize 2005-07-18 14:35:31 +0200 @@ -1207,7 +1207,7 @@ echo "Press Return to acknowledge the previous $count." # Read from /dev/tty, not stdin, so that gettextize cannot be abused by # non-interactive tools. - read dummy < /dev/tty + read dummy fi exit 0 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable'), (500, 'oldstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1-686 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) Versions of packages gettext depends on: ii gettext-base 0.14.5-2 GNU Internationalization utilities ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an Versions of packages gettext recommends: ii curl 7.14.0-2 Get a file from an HTTP, HTTPS, FT ii lynx 2.8.5-2 Text-mode WWW Browser ii wget 1.10-3+1.10.1beta1 retrieves files from the web -- no debconf information --------------------------------------- Received: (at 318887-done) by bugs.debian.org; 18 Jul 2005 14:57:32 +0000 >From [EMAIL PROTECTED] Mon Jul 18 07:57:32 2005 Return-path: <[EMAIL PROTECTED]> Received: from pizarro.unex.es [158.49.8.2] (postfix) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DuX3k-0006o9-00; Mon, 18 Jul 2005 07:57:32 -0700 Received: from localhost (almendralejo.unex.es [158.49.8.199]) by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id B20FEA1E6D; Mon, 18 Jul 2005 16:57:29 +0200 (CEST) Received: from pizarro.unex.es ([158.49.8.2]) by localhost (emilio [158.49.17.20]) (amavisd-new, port 10024) with ESMTP id 17495-01; Mon, 18 Jul 2005 16:59:13 +0200 (CEST) Received: from guadiana.unex.es (guadiana.unex.es [158.49.17.23]) by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id 0CD03A1E4B; Mon, 18 Jul 2005 16:33:33 +0200 (CEST) Received: from cantor.unex.es ([158.49.18.105]) by guadiana.unex.es with esmtp (Exim 3.35 #1 (Debian)) id 1DuWgX-0008EH-00; Mon, 18 Jul 2005 16:33:33 +0200 Date: Mon, 18 Jul 2005 16:32:24 +0200 (CEST) From: Santiago Vila <[EMAIL PROTECTED]> To: Piotr Roszatycki <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#318887: gettextize can't be run in debian/rules In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unex.es 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-Level: 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 On Mon, 18 Jul 2005, Piotr Roszatycki wrote: > Package: gettext > Version: 0.14.5-2 > Severity: wishlist > Tags: patch > > gettextize can't be run in i.e. debian/rules script. I don't see any reason > that it should be forbidden. I.e. in my libnss-db package I had to prepare > the huge patch with gettextize modifications only. The gettext manual clearly says gettextize should not be invoked automatically (which is what you are trying to do). For that there exists the autopoint tool. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]