| Commit message (Collapse) | Author | Age |
|
|
|
| |
Make pbuilder-satisfydepends-aptitude and -classic relocatable.
|
|
|
|
|
| |
Add get_build_deps() and get_build_conflicts() functions wrapping
get_control_re() for BD_REGEXP and BC_REGEXP over DEBIAN_CONTROL.
|
|
|
|
|
|
|
|
| |
Only install aptitude in pbuilder-createbuildenv or
pbuilder-updatebuildenv, not in pbuilder-satisfydepends-aptitude, and
only when $PBUILDERSATISFYDEPENDSCMD uses aptitude. Remove aptitude in
pbuilder-createbuildenv and pbuilder-updatebuildenv otherwise;
closes: #539578.
|
|
|
|
| |
pbuilder-satisfydepends-aptitude: Fix typo in package description.
|
|
|
|
| |
It's probably not too useful when used non-interactively, and clutters output.
|
| |
|
|
|
|
| |
pbuilder-satisfydepends-{aptitude,experimental} also.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
$Id$ is a CVS-specific feature which was useful for showing the version number of pbuilder, but is no longer relevant.
Something else is required for git, but that will need to be fixed later.
|
| |
| |
| |
| |
| | |
with Daniel Burrows to help aptitude resolve dependencies when experimental
is in the sources.list
|
|/
|
|
| |
Daniel Burrows for the pointed.
|
|
|
|
|
| |
package was truly installed or error out; catches situation where "aptitude"
did not keep the dummy package but claimed the installation was successful.
|
| |
|
|
|
|
|
|
|
|
|
| |
value of source headers from a control file.
* Add function filter_arch_deps() to pbuilder-satisfydepends-aptitude to
filter out arch dependencies not for a certain arch.
* Source pbuilder-satisfydepends-funcs in pbuilder-satisfydepends-aptitude.
* Add support for arch specific build-deps and build-conflicts to
pbuilder-satisfydepends-aptitude.
|
|
|
|
| |
pbuilder-satisfydepends-checkparams.
|
|
arch specific build-deps and for pbuilder environments using unsigned APT
repositories.
|