.gitignore
author Kristian H?gsberg <krh@redhat.com>
Fri Jun 20 21:56:43 2008 -0400 (2008-06-20)
changeset 254 ccb1c11968ab
parent 110 07a5bf8e7e6e
child 285 264c878c62d1
permissions -rw-r--r--
Introduce install/remove iterators.

These iterator constructors lets you pass in two sets and creates
an iterator for the packages to remove or the packages to install.
The iterators will step through the packages in a sequence that respects
the pre, post, preun and postun modifiers.

Right now, the install order isn't actually implemented, this patch just
implements the API changes and updates the applications.
     1 aclocal.m4
     2 autom4te.cache
     3 compile
     4 config.guess
     5 config.h
     6 config.h.in
     7 config.log
     8 config.status
     9 config.sub
    10 configure
    11 depcomp
    12 INSTALL
    13 install-sh
    14 intltool-extract
    15 intltool-extract.in
    16 intltool-merge
    17 intltool-merge.in
    18 intltool-update
    19 intltool-update.in
    20 libtool
    21 ltmain.sh
    22 Makefile
    23 Makefile.in
    24 missing
    25 mkinstalldirs
    26 py-compile
    27 stamp-h1
    28 *.o
    29 ChangeLog
    30 *.tar.gz
    31 *~
    32