[pacman-dev] CVS update of pacman-lib (4 files)
Date: Thursday, February 22, 2007 @ 21:00:30 Author: dan Path: /home/cvs-pacman/pacman-lib Added: contrib/Makefile.am (1.1) Modified: .cvsignore (1.5 -> 1.6) Makefile.am (1.15 -> 1.16) configure.ac (1.34 -> 1.35) * Updated distcheck target- added some flags so pactest is 100% correct. * Added a Makefile.am so contrib/ folder is included in dist. ---------------------+ .cvsignore | 1 + Makefile.am | 5 +++-- configure.ac | 1 + contrib/Makefile.am | 5 +++++ 4 files changed, 10 insertions(+), 2 deletions(-) Index: pacman-lib/.cvsignore diff -u pacman-lib/.cvsignore:1.5 pacman-lib/.cvsignore:1.6 --- pacman-lib/.cvsignore:1.5 Sat Feb 17 03:55:05 2007 +++ pacman-lib/.cvsignore Thu Feb 22 21:00:30 2007 @@ -20,3 +20,4 @@ tags cscope.out +pacman-*.tar.gz Index: pacman-lib/Makefile.am diff -u pacman-lib/Makefile.am:1.15 pacman-lib/Makefile.am:1.16 --- pacman-lib/Makefile.am:1.15 Thu Feb 22 16:34:51 2007 +++ pacman-lib/Makefile.am Thu Feb 22 21:00:30 2007 @@ -1,8 +1,9 @@ -SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest +SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib + +DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot # Some files automatically included, so they aren't specified below: # AUTHORS, COPYING, NEWS, README -# TODO: move translation-help to ABOUT-NLS? EXTRA_DIST = HACKING # TODO : figure out a way to get 'make distcheck' to build with Index: pacman-lib/configure.ac diff -u pacman-lib/configure.ac:1.34 pacman-lib/configure.ac:1.35 --- pacman-lib/configure.ac:1.34 Thu Feb 22 16:34:51 2007 +++ pacman-lib/configure.ac Thu Feb 22 21:00:30 2007 @@ -220,6 +220,7 @@ etc/pacman.d/mirrorlist etc/abs/Makefile pactest/Makefile +contrib/Makefile Makefile ]) Index: pacman-lib/contrib/Makefile.am diff -u /dev/null pacman-lib/contrib/Makefile.am:1.1 --- /dev/null Thu Feb 22 21:00:30 2007 +++ pacman-lib/contrib/Makefile.am Thu Feb 22 21:00:30 2007 @@ -0,0 +1,5 @@ +EXTRA_DIST = \ + bash_completion \ + pacsearch \ + zsh_completion +
participants (1)
-
dan@archlinux.org