[26652] in Source-Commits
Re: /svn/athena r25674 - in trunk/debathena/debathena/locker-menu/debian: . po
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Tue Jul 31 21:55:42 2012
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <alpine.GSO.1.10.1207312127590.22690@multics.mit.edu>
Date: Tue, 31 Jul 2012 21:55:37 -0400
Cc: source-commits@MIT.EDU
Message-Id: <D7AB2F7B-2A7A-465D-9793-670DF84D405A@MIT.EDU>
To: Benjamin Kaduk <kaduk@MIT.EDU>
Content-Transfer-Encoding: 8bit
Yeah, see, it's not quite as simple as that. debconf-updatepo calls xgettext, so we can just set XGETTEXT_ARGS. Oh wait, we can't, because debconf-updatepo clobbers it if you pass --msgid_bugs_address. And even then, you can't set all this with XGETTEXT_ARGS.
A quick Google search suggests that anything using debconf-updatepo has this junk in the pot file. So we can:
a) not care
b) embrace ethnocentrism and jingoism, delete po/, and override the Lintian tag
c) do something else
-Jon
On Jul 31, 2012, at 9:28 PM, Benjamin Kaduk wrote:
> On Tue, 31 Jul 2012, Jonathan D Reed wrote:
>
>> Added: trunk/debathena/debathena/locker-menu/debian/po/templates.pot
>> ===================================================================
>> --- trunk/debathena/debathena/locker-menu/debian/po/templates.pot (rev 0)
>> +++ trunk/debathena/debathena/locker-menu/debian/po/templates.pot 2012-07-31 18:54:15 UTC (rev 25674)
>> @@ -0,0 +1,36 @@
>> +# 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@ADDRESS>, YEAR.
>
> *cough*
>
> Haven't looked closely at the rest of this, yet.
>
> -Ben