| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Install aptitude (with no possibility to override this) if
pbuilder-satisfydepends uses it; closes: 539578.
|
| |
|
|
|
|
| |
Add files generated by a dpkg-buildpackage run to .gitignore.
|
|
|
|
|
| |
Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to
pbuilder-satisfydepends-aptitude instead of a copy; closes: #448098.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Unset PBUILDER_*DIR in testsuite as to force them to be recomputed
against the relocated PBUILDER_ROOT; otherwise, these would be set by
the regular pbuilder commands when running the testsuite from within
pbuilder.
|
| |
|
|
|
|
|
| |
Update testsuite logs; note that update-squeeze-sid-experimental fails
due to #563049.
|
|
|
|
|
|
|
|
| |
Always prepend --include=apt to debootstrap args; this is needed when
using --variant=buildd which doesn't include apt since pbuilder calls
apt-get in the chroot. Note that this can still be overrident by the
end-user by passing another --include= flag via DEBOOTSTRAPOPTS since
these flags aren't cumulative in debootstrap.
|
| |
|
| |
|
|
|
|
|
| |
pdebuild: add support for setting the architecture on the command-line
and in pbuilderrc; closes: #516625.
|
|
|
|
|
| |
pbuilder: add support for setting the architecture on the command-line
and in pbuilderrc.
|
| |
|
|
|
|
| |
Use a relocated pbuilder setup to run test_debuildopts; closes: #562681.
|
| |
|
|
|
|
|
|
| |
Use GNU-style vars for system directories, allow to set them from the
env, and let them be prefixed with a PBUILDER_ROOT directory to allow
relocation.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
apt is marked as not build-essential, and we end up with a chroot
without apt, which is bad.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(closes: 561539)
It's rather boring to see (p|cow)builder writing "Building database
of manual pages ..." and to wait for the recreation of the man-db,
especially on slow machines like the openmoko freerunner ...
man-db has a new feature to disable rebuilding the database since
2.5.6-4 (cf. #554914 and man-db's changelog). It would be great if
it were possible to use this feature in (p|cow)builder.
|
|
|
|
| |
Change default root command from sudo to sudo -E; closes: #361362
|
|\ |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Avoid mentionning the codename of the current testing distribution where
possible as this gets out of date -- except in the rebuild README where
the current testig is really what we want.
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
Don't fallback on another COMPONENTS default, it's already set in the
pbuilder defaults
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
cowbuilder depends on this variable being set somewhere.
|
| |
|
|
|
|
|
|
|
| |
Require /usr/bin/gdebi on the host to resolve build-deps using
pbuilder-satisfydepends-gdebi instead of installing it in the chroot
which resulted in a less minimal build env. Use proper package name in
Suggests.
|
| |
|
|
|
|
|
|
| |
Change --debbuildopts to be additive and reset the list of options to
the empty list if --debbuildopts "" is passed. Update docs and add NEWS
entry.
|
|
|
|
| |
Copy .dsc in chroot before calling gdebi; closes: #472407
|
|
|
|
|
| |
Remove tempfile at the end of the test helper function; add note that it
should really be created in the build dir instead
|