[pacman-dev] [GIT] pacman branch, master now at v3.0.0-270-ga501b72

Dan McGee dan at archlinux.org
Fri Jul 6 20:04:33 EDT 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  a501b72e40062c9e606a787657582d1859c35d35 (commit)
       via  b5f8a44bebc906bf6a29d30c159802b0c1a7dbb1 (commit)
       via  49f447d02c803e5a2f63582ce78cabb850ebfa89 (commit)
       via  15e1ce2e709e0a16dd54ea3b5eaab0003e32b62d (commit)
      from  6b7b9743181078aa7152daffdfc1eaeb46304c0f (commit)

- Log -----------------------------------------------------------------
commit a501b72e40062c9e606a787657582d1859c35d35
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Jul 6 19:35:32 2007 -0400

    Make paragraph text in scripts single strings
    
    It is much easier for translators to deal with paragraphs as strings rather
    than by lines. Take all usage and version information and convert it to this
    format.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b5f8a44bebc906bf6a29d30c159802b0c1a7dbb1
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Jul 6 18:43:24 2007 -0400

    Move scripts from *.in to *.sh.in so gettext can determine type
    
    If we move the scripts from *.in to *.sh.in and *.py.in, gettext can pull the
    required strings to translate a whole lot easier. Do this.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 49f447d02c803e5a2f63582ce78cabb850ebfa89
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Jul 6 17:59:08 2007 -0400

    First step of moving translations from src/pacman/po to po/
    
    Move the translations from src/pacman/po to just po/ so we can include the
    scripts gettext translations in the same message catalog as that of the
    pacman frontend. The libalpm message catalog, for now, will remain a separate
    existence.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 15e1ce2e709e0a16dd54ea3b5eaab0003e32b62d
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Jul 6 12:11:55 2007 -0400

    Various small fixes as suggested by some static code checkers
    
    I ran flawfinder and sparse over the pacman source code and found a few
    things that were worth fixing (and were quick fixes).
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

-----------------------------------------------------------------------

Diffstat:
 Makefile.am                                        |    4 +-
 configure.ac                                       |    2 +-
 lib/libalpm/add.c                                  |    7 -
 lib/libalpm/alpm.c                                 |    5 +-
 lib/libalpm/alpm.h                                 |    2 +-
 lib/libalpm/util.c                                 |    8 +-
 {lib/libalpm/po => po}/.gitignore                  |    0 
 {lib/libalpm/po => po}/LINGUAS                     |    0 
 {lib/libalpm/po => po}/Makefile.in.in              |    0 
 {src/pacman/po => po}/Makevars                     |    2 +-
 po/POTFILES.in                                     |   22 ++
 {src/pacman/po => po}/de.po                        |    0 
 {src/pacman/po => po}/en_GB.po                     |    0 
 {src/pacman/po => po}/es.po                        |    0 
 {src/pacman/po => po}/fr.po                        |    0 
 {src/pacman/po => po}/hu.po                        |    0 
 {src/pacman/po => po}/it.po                        |    0 
 {src/pacman/po => po}/pacman.pot                   |    0 
 {src/pacman/po => po}/pl_PL.po                     |    0 
 {src/pacman/po => po}/pt_BR.po                     |    0 
 {lib/libalpm/po => po}/remove-potcdate.sin         |    0 
 {src/pacman/po => po}/ru_RU.po                     |    0 
 scripts/Makefile.am                                |   44 ++--
 scripts/{abs.in => abs.sh.in}                      |   26 +-
 scripts/{gensync.in => gensync.sh.in}              |   44 ++--
 scripts/{makepkg.in => makepkg.sh.in}              |   13 +-
 scripts/{makeworld.in => makeworld.sh.in}          |    9 +-
 .../{pacman-optimize.in => pacman-optimize.sh.in}  |   35 +-
 scripts/{rankmirrors.in => rankmirrors.py.in}      |    8 +-
 scripts/{repo-add.in => repo-add.sh.in}            |   33 +-
 scripts/{repo-remove.in => repo-remove.sh.in}      |   29 +-
 scripts/{updatesync.in => updatesync.sh.in}        |   41 +--
 src/pacman/Makefile.am                             |    2 -
 src/pacman/po/.gitignore                           |    6 -
 src/pacman/po/LINGUAS                              |   10 -
 src/pacman/po/Makefile.in.in                       |  355 --------------------
 src/pacman/po/POTFILES.in                          |   12 -
 src/pacman/po/remove-potcdate.sin                  |   19 -
 38 files changed, 162 insertions(+), 576 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  6b7b9743181078aa7152daffdfc1eaeb46304c0f \
  a501b72e40062c9e606a787657582d1859c35d35




More information about the pacman-dev mailing list