| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
invocations
get_dep_op_and_ver() returns a space separated string which is supposed to be
used that way.
Closes: #800628
Thanks: Daniel Schepler <dschepler@gmail.com> for the bug and the initial investigation
|
|
|
|
|
|
|
| |
There are still quite some, this is a first chunk based on a given patch
applied where i felt confident enough.
Thanks: Herbert Parentes Fortes Neto <hpfn@ig.com.br> for the initial patch-set
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tags 620730 + patch pending
tags 626431 + patch pending
tags 627086 + patch pending
tags 603420 + patch pending
tags 601250 + patch pending
tags 603881 = unreproducible
tags 400848 = unreproducible
tags 622624 = unreproducible
thanks
Dear Junichi, Matt and others,
I’ve prepared an NMU for pbuilder (versioned as 0.199+nmu4) and uploaded
it to Debian unstable, with a two-day delay as per devref §5.11.1 since
this fixes an RC bug older than seven days. The debdiff is attached; it
closes five bugs. I’m also tagging three other bugs as unreproducible as
pbuilder itself (obviously) doesn’t FTBFS on my system and the test pak-
kage I used didn’t exhibit problems with either comment blocks or hori-
zontal tabulator characters in the control file. I’m also attaching the
test package (absolutely minimal, but that’s what you get).
I mostly used patches from the bugs closed as baseline for my changes,
but did a bit more usually. I’m a heavy user of cowbuilder, because on
m68k there’s currently no buildd and cowbuilder is all I know (and love,
really… someone should make a buildd flavour that uses cowbuilder in-
stead of sbuild, if it goes by my will).
Cheers.
|
|
|
|
|
|
|
| |
By unsetting APTGETOPT, and setting
PBUILDERSATISFYDEPENDSOPT=('--check-key'), the user now has an option
of verifying the key signature of each package against the installed
keyring.
|
| |
|
|
|
|
|
| |
Fix get_dep_op_and_ver() to not output anything when there is no version
and to deal with spaces between version and closing parenthesis.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
pbuilder-satisfydepends-classic: Use functions to avoid code duplication
and make the logic more readable. This also allows testing.
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
-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.
|
|
install pbuilder-satisfydepends-aptitude as the deafault
pbuilder-satisfydepends
* install aptitude per default in chroot.
|