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, master has been updated via 09aae4b7a5891ad738754a22f956c83911d1d9eb (commit) via c71fe7db42cd733e85965b11b887762cfd99a981 (commit) via 0e96532096a1ce44801474798909527b522c05cd (commit) via f258ffab257010524cc7619907401b500923e439 (commit) via 95145d4c52e5a6bb22fbb396f5d6584a7e87b75b (commit) via 3c8816f74b75d2ffdfd4eb6825a55620220a159c (commit) from 892266277ed437114080591882d06d5508b3fed7 (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 09aae4b7a5891ad738754a22f956c83911d1d9eb Author: Nezmer <git@nezmer.info> Date: Wed Jun 2 19:40:38 2010 -0500 makepkg: Extract from any file bsdtar can recognize If "file -bizL" does not return a supported type, check if the file is recognized by bsdtar and if yes extract from it. Dan: use '-q' option to prevent needing to seek the entire archive. Signed-off-by: Nezmer <git@nezmer.info> Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit c71fe7db42cd733e85965b11b887762cfd99a981 Author: Andres P <aepd87@gmail.com> Date: Sun May 23 09:02:57 2010 -0430 makepkg: use printf when writing pkginfo Signed-off-by: Andres P <aepd87@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 0e96532096a1ce44801474798909527b522c05cd Author: Andres P <aepd87@gmail.com> Date: Thu May 27 12:04:22 2010 -0430 makepkg: use single redirection when writing PKGINFO Instead of specifying the output file on every echo, leave it to the caller of write_pkginfo to specify the target. Signed-off-by: Andres P <aepd87@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit f258ffab257010524cc7619907401b500923e439 Author: Andres P <aepd87@gmail.com> Date: Wed May 26 11:35:40 2010 -0430 makepkg: use double brackets Change all instances of the (test) [ builtin to the [[ keyword. Signed-off-by: Andres P <aepd87@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 95145d4c52e5a6bb22fbb396f5d6584a7e87b75b Author: Andres P <aepd87@gmail.com> Date: Thu May 27 10:36:08 2010 -0430 makepkg: use type -p's return value for PATH checks Rely on type -p's return value instead of a string check. And gettext was previously being checked with type -t, which was inconsistent with the rest of the tests pertaining commands that aren't expected to be functions nor builtins. Signed-off-by: Andres P <aepd87@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 3c8816f74b75d2ffdfd4eb6825a55620220a159c Author: Allan McRae <allan@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@archlinux.org> ----------------------------------------------------------------------- Summary of changes: scripts/makepkg.sh.in | 116 ++++++++++++++++++++++--------------------------- 1 files changed, 52 insertions(+), 64 deletions(-) hooks/post-receive -- The official pacman repository