[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.4.0-2-g7fc50d7
Dan McGee
dan at archlinux.org
Thu Jun 17 01:32:18 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, maint has been updated
via 7fc50d79508f30e74e5ea8d9c801549e7f52229d (commit)
via dc817a2061699cd1f33ca93f0d93a1fbc2f33ea1 (commit)
via 892266277ed437114080591882d06d5508b3fed7 (commit)
via 2ee186506c29b98d46420bc7d7b22c150b6cb71c (commit)
via 1c59b9e88135395e72738f7dbb3f70a36b9132e1 (commit)
via 2e5e3739a185b40344651df493387bd3c80f84f6 (commit)
via 84b999823b5775dce3fd01128bbc74b678af919e (commit)
via c355d2a3b7136ea7fb494e4ad1e51ad1dc548dac (commit)
via 6e31ddf42e9bb9a42ae13e95554d04dc4b98e3fa (commit)
via 8fbc91e6934ac553bccf2f65faccc942fa9f5657 (commit)
via fe7b77cd8a8c95898fb990f92b97f5eea4eb79ff (commit)
via ea7696b44124dfd28c85164290835fad61bd6d89 (commit)
via 6297248087e3f73df636b7950b3f94b9e0b6d98d (commit)
via 5f5b6f16afdac3b5fb5b0e1c7caf45dac4ade9d3 (commit)
via f9c70d31402b11e21b25cba970f41e1853ce5ed6 (commit)
via d978039cf0e0cf2accabc33c925d33edaabf0ebb (commit)
via d73d055c6fc194ce7b383308ed283ef3100ab26f (commit)
via b8863622828287fc0ba204ce7270176753df6bd2 (commit)
via ac5c2fd09b6b612fe956ac40f8f90a0cd26881a9 (commit)
via 8163beb622733824d9e7baa884a574ac36ad3d8e (commit)
from 88f139ab4ecb5242dc4682b49bb706413da976cc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7fc50d79508f30e74e5ea8d9c801549e7f52229d
Author: Dan McGee <dan at archlinux.org>
Date: Thu Jun 17 00:01:23 2010 -0500
Revert disabling of make in doc/ dir by default
This is a partial revert of commit d44e5099. By making disabling docs the
default, it presents all sorts of problems- namely anyone who builds from a
tarball and isn't careful enough to include '--enable-doc' will get an
install without any manpages at all. Remember that make includes both
'build' and 'install' steps.
The warning introduced by the commit is kept, so we do not lose all its
benefits, but I am not happy to see regressions introduced in packaging and
installing of this piece of software.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit dc817a2061699cd1f33ca93f0d93a1fbc2f33ea1
Author: Allan McRae <allan at archlinux.org>
Date: Thu Jun 17 14:32:08 2010 +1000
makepkg: fallback to sane defaults for library stripping
If the library stripping variables are not defined in makepkg.conf,
libraries will be fully stripped and become broken. Fallback to a
sane default stripping level.
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
.mailmap | 28 +++
Makefile.am | 2 +-
TRANSLATORS | 6 +-
configure.ac | 7 +-
doc/Makefile.am | 13 +--
doc/index.txt | 1 +
doc/makepkg.conf.5.txt | 16 +-
lib/libalpm/po/LINGUAS | 4 +-
lib/libalpm/po/ca.po | 24 ++--
lib/libalpm/po/el.po | 25 ++--
lib/libalpm/po/en_GB.po | 105 +----------
lib/libalpm/po/es.po | 25 ++--
lib/libalpm/po/{nb_NO.po => nb.po} | 0
lib/libalpm/po/pt_BR.po | 51 +++---
lib/libalpm/po/ro.po | 20 +-
lib/libalpm/po/{sv_SE.po => sv.po} | 4 +-
lib/libalpm/po/uk.po | 29 ++--
po/LINGUAS | 4 +-
po/ca.po | 264 ++++++++++++++---------------
po/el.po | 39 ++---
po/en_GB.po | 272 +++++++++---------------------
po/es.po | 204 +++++++++++------------
po/{nb_NO.po => nb.po} | 0
po/pt_BR.po | 331 +++++++++++++++++-------------------
po/ro.po | 165 ++++++++----------
po/{sv_SE.po => sv.po} | 4 +-
po/uk.po | 178 +++++++++-----------
po/zh_CN.po | 4 +-
scripts/makepkg.sh.in | 21 ++-
29 files changed, 802 insertions(+), 1044 deletions(-)
create mode 100644 .mailmap
rename lib/libalpm/po/{nb_NO.po => nb.po} (100%)
rename lib/libalpm/po/{sv_SE.po => sv.po} (99%)
rename po/{nb_NO.po => nb.po} (100%)
rename po/{sv_SE.po => sv.po} (99%)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list