v1.4.18
        
      
        
          | 
                Last change
                  on this file since 889f75e was
                  51a051b,
                  checked in by Olly Betts <olly@…>, 5 years ago
           | 
        
        
          | 
               
unlaunchpad-po: Update to handle hex build id 
 
           | 
        
        
          
            
              - 
                  Property mode set to
                  
100755
               
             
           | 
        
        | 
            File size:
            353 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [6176b37] | 1 | #!/usr/bin/perl -w | 
|---|
 | 2 | use strict; | 
|---|
 | 3 |  | 
|---|
 | 4 | $/ = "\n\n"; | 
|---|
 | 5 | $_ = <>; | 
|---|
 | 6 | s/^"X-Launchpad-Export-Date: .*\\n"\n//m; | 
|---|
| [51a051b] | 7 | s/^"X-Generator: Launchpad \(build \w+\)\\n"\n//m; | 
|---|
| [ad0bf7b] | 8 | s/^("PO(?:-Revision|T-Creation)-Date: \d+-\d+-\d+ \d+:\d+)(.*)$/$1:00 $2/mg; | 
|---|
| [6176b37] | 9 | print; | 
|---|
 | 10 |  | 
|---|
 | 11 | $/ = undef; | 
|---|
 | 12 | $_ = <>; | 
|---|
 | 13 | s/"\n"//g; | 
|---|
 | 14 | s/^(#\.)\s+$/$1/mg; | 
|---|
 | 15 | # Fix transifex source refs | 
|---|
| [b123bbe] | 16 | while (s/(^#: .*) /$1\n#: /m) { } | 
|---|
| [6176b37] | 17 | print; | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.