aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-classic
Commit message (Collapse)AuthorAge
* Cleanup split_alternates()Loïc Minier2010-01-05
|
* Fix extra spaces in split_deps() outputLoïc Minier2010-01-05
|
* Fix extra slashes in split_deps() outputLoïc Minier2010-01-05
|
* pbuilder-satisfydepends-classic: Use functionsLoïc Minier2010-01-05
| | | | | pbuilder-satisfydepends-classic: Use functions to avoid code duplication and make the logic more readable. This also allows testing.
* Make satisfydepends-aptitude, -classic relocatableLoïc Minier2010-01-05
| | | | Make pbuilder-satisfydepends-aptitude and -classic relocatable.
* Add get_build_deps() and get_build_conflicts()Loïc Minier2010-01-04
| | | | | Add get_build_deps() and get_build_conflicts() functions wrapping get_control_re() for BD_REGEXP and BC_REGEXP over DEBIAN_CONTROL.
* * Bug fix: "pbuilder-satisfydepends-classic should passJunichi Uekawa2007-11-07
| | | | | | -o APT::Install-Recommends=false to apt-get", thanks to Daniel Schepler (Closes: #448562). * set /etc/apt/apt.conf.d/15pbuilder so that Install-Recommends is false.
* * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, andJunichi Uekawa2007-08-28
install pbuilder-satisfydepends-aptitude as the deafault pbuilder-satisfydepends * install aptitude per default in chroot.