2003-03-14 17:35:57 +00:00
|
|
|
- fix the broken pipe bug
|
2003-02-27 08:26:02 +00:00
|
|
|
- handle version comparators in makepkg dep resolution (eg, glibc>=2.2.5)
|
2003-09-15 04:58:02 +00:00
|
|
|
- add post_remove, pre_install, pre_upgrade functions to scriptlets
|
2003-02-27 08:26:02 +00:00
|
|
|
- record md5sums of all files in a package
|
2002-12-11 21:56:52 +00:00
|
|
|
? use 'set -e' in makepkg?
|
|
|
|
x if a package fails, ask before aborting the full operation
|
|
|
|
- can't -- further dependent packages may fail b/c of the first failure
|
2002-08-09 18:03:48 +00:00
|
|
|
- check $PACCONF env var
|
2002-12-11 21:56:52 +00:00
|
|
|
? use a 'trust pacman' config option for downgrading?
|
2003-02-27 08:26:02 +00:00
|
|
|
? build-time (source) dependencies in makepkg
|
|
|
|
? run ldd on every executable in a newly built package to find required so's
|
2002-08-09 18:03:48 +00:00
|
|
|
- add a --pretend option
|
2003-02-27 08:26:02 +00:00
|
|
|
- add a consistency/sanity check operation (md5 tracking for all files)
|
2002-08-09 18:03:48 +00:00
|
|
|
- use package caches more for performance
|
|
|
|
- clean up output a bit (message queue?)
|
2003-02-27 08:26:02 +00:00
|
|
|
- use a files.cache db for --owns and db_find_conflicts
|
2002-09-16 05:22:13 +00:00
|
|
|
|