[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.4-205-g7313c85
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 7313c8546ae0a2c38768d665b3f314ee0cf959c4 (commit) via 331891ceb158a4fc1e47ae52d3968ebdb7e9b223 (commit) via 6d737254fcc758b94b7372b51dcf1ea907c53d8e (commit) via 0077bfa3a07725db281c55821a459acb84895225 (commit) via 7fc306cd41be8586e2d7fb3cc9595fe3bd58b4c1 (commit) via 1824bc6ee6c67b248c478d3fdd0f1995cb652b6c (commit) via f827c9572e9c8a21d57e58bd61038226e9e0c05e (commit) via 4979157cba9aaf5e9b3488b17b0b50f484614169 (commit) via 0fc538fcdb149141fe25448db5805f2ff790e8fa (commit) via 512282ca5415c4c053291ed0ec7819a2787f141d (commit) via fcac23763b0cd6242a1e126b5063d95d4a46fd09 (commit) via b04d6e751a4359337c84128681a06f436c99197a (commit) via 4a802838cb2e2d1eca4c4e07b31a923dc29bd1e3 (commit) from 5ae02e6ae72b7648318e319eba9ab02f489d858a (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 7313c8546ae0a2c38768d665b3f314ee0cf959c4 Merge: 0077bfa3a07725db281c55821a459acb84895225 331891ceb158a4fc1e47ae52d3968ebdb7e9b223 Author: Dan McGee <dan@archlinux.org> Date: Thu Jun 12 19:21:06 2008 -0500 Merge branch 'maint' commit 0077bfa3a07725db281c55821a459acb84895225 Author: Juan Pablo González Tognarelli <lord_jotape@yahoo.com.ar> Date: Thu Jun 12 19:10:43 2008 -0500 Spanish translation updates Fixes to old translations and new strings for upcoming 3.2 release. Signed-off-by: Dan McGee <dan@archlinux.org> commit 7fc306cd41be8586e2d7fb3cc9595fe3bd58b4c1 Author: Dan McGee <dan@archlinux.org> Date: Thu Jun 12 19:06:14 2008 -0500 Use shell builtin to list files for package inclusion On BSD systems, as super user, the 'ls' command displays all dot files by default, causing these to get included when not intended. If we use the bash glob operator, we can avoid issues with ls on different platforms; however, we need to turn the nullglob shell option on first to ensure we don't have problems in empty directories. Originally-noticed-by: Sebastian Nowicki <sebnow@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 1824bc6ee6c67b248c478d3fdd0f1995cb652b6c Author: Dan McGee <dan@archlinux.org> Date: Sun Jun 8 17:26:02 2008 -0500 Allow use of GIT_VERSION in documentation dir Signed-off-by: Dan McGee <dan@archlinux.org> commit f827c9572e9c8a21d57e58bd61038226e9e0c05e Author: Dan McGee <dan@archlinux.org> Date: Mon Jun 2 00:05:50 2008 -0500 makepkg: remove deprecated --usesudo code Signed-off-by: Dan McGee <dan@archlinux.org> commit 4979157cba9aaf5e9b3488b17b0b50f484614169 Author: Allan McRae <mcrae_allan@hotmail.com> Date: Sat Jun 7 11:58:21 2008 +1000 makepkg: add --allsource option This supplements the --source option and does nearly the same thing, except downloaded source files are included in the archive as well. The sources are now packages with a pkgname/ prefix. Original-work-by: Dan McGee <dan@archlinux.org> Signed-off-by: Allan McRae <mcrae_allan@hotmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 0fc538fcdb149141fe25448db5805f2ff790e8fa Author: Dan McGee <dan@archlinux.org> Date: Sun Jun 8 13:50:01 2008 -0500 Various updates needed prior to a new release Signed-off-by: Dan McGee <dan@archlinux.org> commit fcac23763b0cd6242a1e126b5063d95d4a46fd09 Author: Allan McRae <mcrae_allan@hotmail.com> Date: Fri Jun 6 20:17:06 2008 +1000 bacman - regenerate package from system Original work by Carlo "carlocci" Bersani with additions by Xavier Chantry and Allan McRae This script rebuilds an already installed package using metadata stored into the pacman database and system files. Replaces the outdated re-pacman script Signed-off-by: Allan McRae <mcrae_allan@hotmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit b04d6e751a4359337c84128681a06f436c99197a Author: Dan McGee <dan@archlinux.org> Date: Thu Jun 5 14:32:19 2008 -0500 Reformat -Sg output to look like -Qg We used list_display() on -Sg output, which might have been slightly nicer looking but made it much harder to parse in something like a shell script. Reformat it in the 'grpname pkgname' format that -Qg is already using. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/Makefile.am | 2 +- contrib/README | 2 +- contrib/bacman | 282 ++++++++ contrib/re-pacman | 77 -- doc/Makefile.am | 10 +- doc/PKGBUILD-example.txt | 6 +- doc/PKGBUILD.5.txt | 15 +- doc/footer.txt | 11 +- doc/pacman.8.txt | 7 +- doc/pacman.conf.5.txt | 11 +- etc/pacman.conf.in | 2 + lib/libalpm/po/POTFILES.in | 7 +- lib/libalpm/po/de.po | 2 +- lib/libalpm/po/es.po | 227 +++---- pactest/Makefile.am | 3 +- po/LINGUAS | 1 + po/POTFILES.in | 2 +- po/es.po | 792 ++++++++------------- po/fr.po | 4 +- po/tr.po | 1699 ++++++++++++++++++++++++++++++++++++++++++++ scripts/makepkg.sh.in | 61 ++- src/pacman/pacman.c | 6 +- src/pacman/sync.c | 25 +- 23 files changed, 2480 insertions(+), 774 deletions(-) create mode 100755 contrib/bacman delete mode 100755 contrib/re-pacman create mode 100644 po/tr.po hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee