aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-classic
Commit message (Collapse)AuthorAge
* satisfydepends-classic: remove wrong quotes from get_dep_op_and_ver() ↵Mattia Rizzolo2015-10-02
| | | | | | | | | | 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
* fix a whole bunch of warning from shellcheckMattia Rizzolo2015-09-18
| | | | | | | 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
* Support build-profiles in classic satisfydepsAndreas Henriksson2015-06-22
|
* From: Thorsten GlaserJunichi Uekawa2011-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add an option to verify key signatures. (closes: #579028)Junichi Uekawa2010-07-05
| | | | | | | 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.
* Drop useless if constructLoïc Minier2010-01-05
|
* Fix get_dep_op_and_ver() outputLoïc Minier2010-01-05
| | | | | 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.
* 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.