upgrade-oldest v.0.2
Upgrade oldest Debian packages
Usage: /home/petrov/projects/upgrade-oldest-0.2/upgrade-oldest [OPTIONS]
 -h,   --help       - this text
 -u N, --upgrade=N  - N is one of 0, 1, 2 or 3. 2 is default.
                        0 - upgrade packages with old epoch.
                        1 - 0 and packages with old major upstream version.
                        2 - 1 and packages with old middle upstream version.
                        3 - 2 and packages with old minor upstream version.
 -i S, --include=S  - S is comma-separated list of sections to include.
                        Default is to include all sections. list:
                        # apt-cache search '.' --full |grep Section:|sort|uniq
 -a S, --action=S   - S is one of list, table, xml, apt, wajig[rs]
                        Default is to use apt-get.
                        list  - lists oldest packages
                        table - lists oldest packages as table
                        xml   - lists oldest packages as xml
                        apt   - installs using apt-get(8) install
                        wajig*- installs using wajig(1) install(r|s|rs)
 -o F, --output=F     - F is output filename. Default is stdout.
