Bug#315840: [Pkg-shadow-devel] Bug#315840: INTL:vi

2005-07-05 Thread Christian Perrier
Quoting Clytie Siddall ([EMAIL PROTECTED]):
 Package: shadow_debian
 Version:
 Severity: minor
 Tags: l10n, patch
 
 The updated Vietnamese translation for: shadow-debian
 
 translated and submitted by:
 


 Clytie (vi-VN, Vietnamese free-software translation team / nhóm  
 Việt hóa phần mềm tự do)


Clytie, I've been wandering around in shadow bug reports looking for
the shadow *debconf* translation you mentioend me in a private mail.

None has been ever sent. You sent the 315840 bug report mentioning it,
but it actually included the shadow *programs* translation (a much
bigger file).

The shadow *debian* translation is listed in d-i level 2 translation
while the shadow *programs* translation is in level 4.

The level 2 file has 24 strings only. Could you check whether you
already translated it or not?



-- 





Bug#315840: [Pkg-shadow-devel] Bug#315840: INTL:vi

2005-06-28 Thread Christian Perrier
  Christine, do you want to take care of it?
 
 Okay, I was just looking at this, and it looks like everyone's away on
 IRC...

We need you to move in our timezone..:-)


 I get this far. However, when I attempt to push the patch, I get the
 following error:
 
 [EMAIL PROTECTED]:~/shadow-4.0.3/debian$ quilt push 132_vi.dpatch
 Applying patch 001_Makefile.in.in.dpatch
 can't find file to patch at input line 30
 Perhaps you used the wrong -p or --strip option?
 The text leading up to this was:
 --
 
 snip patch spam
 
 |--- shadow-4.0.3.orig/po/Makefile.in.in
 |+++ shadow-4.0.3/po/Makefile.in.in
 --
 No file to patch.  Skipping patch.
 3 out of 3 hunks ignored
 Patch 001_Makefile.in.in.dpatch does not apply (enforce with -f)

You need to run quilt push from the top source directory, ie
shadow-4.0.3 in your case.


 
 
 So, when I untar the orig.tar.gz file in a fresh dir, where does the
 copied debian/ go in relationship to the new folder containing the
 shadow source? I've tried in a couple different places - in the fresh
 dir, e.g. 'foo/debian' where the shadow source is 'foo/shadow-4.0.3',
 placing the copied debian/ in the untarred source like it would appear
 normally, i.e. 'shadow-4.0.3/debian' (as in above), etc.


The right place to put debian/ is under shadow-4.0.3.

You should see this as a two pieces puzzle : shadow-4.0.3/ comes from
the orig.tar.gz file and is never modified and shadow-4.0.3/debian
comes from our SVN.

 
 Is there something else to the command that I've missed, or am I doing
 something wrong in another way?


Just the current directory while running the quilt command.





Bug#315840: [Pkg-shadow-devel] Bug#315840: INTL:vi

2005-06-28 Thread Christine Spang
tags 315840 + pending
thanks

On Tue, 2005-06-28 at 10:50 +0200, Nicolas François wrote:
 On Mon, Jun 27, 2005 at 11:33:09PM -0400, Christine Spang wrote:
  Is there something else to the command that I've missed, or am I doing
  something wrong in another way?
 
 I don't know if it's mentioned somewhere, and it is probably needed. I
 have a ~/.quiltrc which contains:
 QUILT_PATCHES=debian/patches
 
 And also, as Christian wrote, you have to run quilt from the shadow-4.0.3
 directory.

The ~/.quiltrc was the piece that I was missing, which makes sense now.
Thanks!

Also, Clytie - the update has been committed. Thank you!

-- 
All that glitters is not gold; not all those that wander are lost.
J.R.R. Tolkien, The Fellowship of the Ring

blog: http://frisia.middle-earth.us/




Bug#315840: [Pkg-shadow-devel] Bug#315840: INTL:vi

2005-06-27 Thread Christian Perrier
retitle 315840 [INTL:vi] Shadow programs translation update

Quoting Christian Perrier ([EMAIL PROTECTED]):
 reassign 315840 shadow
 thanks
 
 Quoting Clytie Siddall ([EMAIL PROTECTED]):
  Package: shadow_debian
  Version:
  Severity: minor
  Tags: l10n, patch
  
  The updated Vietnamese translation for: shadow-debian
  
  translated and submitted by:
 
 
 Reassigning this bug report to the right package

This file is actually the shadow *programs* translation

Christine, do you want to take care of it?

It is a bit more complex than debconf translations because here the
update impacts the patch we have for the programs translation
(132_vi.dpatch).

So, the Right Way to deal with this bug is (see also README.patches in
debian/patches):

-Install quilt on your system

-In a fresh dir, untar the shadow_4.0.3_orig.tar.gz file (you can get
 it with apt-get source shadow).

-In this directory, copy or check out the trunk/debian directory from
 SVN.

-Go at the top of this source tree and issue:
 -quilt push 132_vi
  (this will apply all patches up to the 132 one in the order listed
   in patches/00list)

-Repalce the po/vi.po file by the one from this package

-Issue the following to refresh the 132_vi patch
 -quilt refresh
  (it refreshes the patch which is at the top of the stack)

-re-commit the new 132_vi.dpatch file, not forgetting the
debian/changelog file update

Feel free to ping me, François or Alexander on IRC for help, in case
it's needed.





Bug#315840: [Pkg-shadow-devel] Bug#315840: INTL:vi

2005-06-27 Thread Christine Spang
On Mon, 2005-06-27 at 06:54 +0200, Christian Perrier wrote:
 This file is actually the shadow *programs* translation
 
 Christine, do you want to take care of it?

Okay, I was just looking at this, and it looks like everyone's away on
IRC...

 It is a bit more complex than debconf translations because here the
 update impacts the patch we have for the programs translation
 (132_vi.dpatch).
 
 So, the Right Way to deal with this bug is (see also README.patches in
 debian/patches):
 
 -Install quilt on your system
 
 -In a fresh dir, untar the shadow_4.0.3_orig.tar.gz file (you can get
  it with apt-get source shadow).
 
 -In this directory, copy or check out the trunk/debian directory from
  SVN.
 
 -Go at the top of this source tree and issue:
  -quilt push 132_vi
   (this will apply all patches up to the 132 one in the order listed
in patches/00list)

I get this far. However, when I attempt to push the patch, I get the
following error:

[EMAIL PROTECTED]:~/shadow-4.0.3/debian$ quilt push 132_vi.dpatch
Applying patch 001_Makefile.in.in.dpatch
can't find file to patch at input line 30
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--

snip patch spam

|--- shadow-4.0.3.orig/po/Makefile.in.in
|+++ shadow-4.0.3/po/Makefile.in.in
--
No file to patch.  Skipping patch.
3 out of 3 hunks ignored
Patch 001_Makefile.in.in.dpatch does not apply (enforce with -f)


So, when I untar the orig.tar.gz file in a fresh dir, where does the
copied debian/ go in relationship to the new folder containing the
shadow source? I've tried in a couple different places - in the fresh
dir, e.g. 'foo/debian' where the shadow source is 'foo/shadow-4.0.3',
placing the copied debian/ in the untarred source like it would appear
normally, i.e. 'shadow-4.0.3/debian' (as in above), etc.

Is there something else to the command that I've missed, or am I doing
something wrong in another way?


-- 
All that glitters is not gold; not all those that wander are lost.
J.R.R. Tolkien, The Fellowship of the Ring

blog: http://frisia.middle-earth.us/



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



Bug#315840: [Pkg-shadow-devel] Bug#315840: INTL:vi

2005-06-26 Thread Christian Perrier
reassign 315840 shadow
thanks

Quoting Clytie Siddall ([EMAIL PROTECTED]):
 Package: shadow_debian
 Version:
 Severity: minor
 Tags: l10n, patch
 
 The updated Vietnamese translation for: shadow-debian
 
 translated and submitted by:


Reassigning this bug report to the right package



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