Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Remove useless mirror= for two cases | Loïc Minier | 2010-01-25 | |
| | | ||||
| * | Reflow output_sources into individual case stmts | Loïc Minier | 2010-01-25 | |
| | | ||||
| * | Add support for debian-volatile | Loïc Minier | 2010-01-25 | |
| | | ||||
| * | Add support for outputting deb-src lines | Loïc Minier | 2010-01-25 | |
| | | ||||
| * | Support commas to separate components and pockets | Loïc Minier | 2010-01-25 | |
| | | ||||
| * | Use backports.org as a vendor instead of bpo | Loïc Minier | 2010-01-25 | |
| | | ||||
| * | Better handling of some error conditions | Loïc Minier | 2010-01-25 | |
| | | ||||
| * | Add initial pbuilder-apt-config | Loïc Minier | 2010-01-25 | |
| | | ||||
* | | Add changelog entries for current changes | Loïc Minier | 2010-01-30 | |
|/ | ||||
* | Mention quoting around --bindmounts; LP: #376612 | Loïc Minier | 2010-01-08 | |
| | ||||
* | Drop useless if construct | Loïc Minier | 2010-01-05 | |
| | ||||
* | Fix get_dep_op_and_ver() output | Loïc Minier | 2010-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. | |||
* | Test get_dep_op_and_ver() | Loïc Minier | 2010-01-05 | |
| | ||||
* | Cleanup split_alternates() | Loïc Minier | 2010-01-05 | |
| | ||||
* | Test get_pkg_name() | Loïc Minier | 2010-01-05 | |
| | ||||
* | Fix extra spaces in split_deps() output | Loïc Minier | 2010-01-05 | |
| | ||||
* | Test split_alternates() | Loïc Minier | 2010-01-05 | |
| | ||||
* | Fix extra slashes in split_deps() output | Loïc Minier | 2010-01-05 | |
| | ||||
* | Add testsuite for pbuilder-satisfydepends-classic | Loïc Minier | 2010-01-05 | |
| | ||||
* | Remove leading and trailing comma + space | Loïc Minier | 2010-01-05 | |
| | ||||
* | pbuilder-satisfydepends-classic: Use functions | Loïc Minier | 2010-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 relocatable | Loïc Minier | 2010-01-05 | |
| | | | | Make pbuilder-satisfydepends-aptitude and -classic relocatable. | |||
* | Fix typo in get_build_conflicts() | Loïc Minier | 2010-01-05 | |
| | ||||
* | Normalize and test arch specifiers | Loïc Minier | 2010-01-05 | |
| | ||||
* | Normalize output of get_build_deps(), _conflicts() | Loïc Minier | 2010-01-04 | |
| | ||||
* | Normalize output of get_source_control_field() | Loïc Minier | 2010-01-04 | |
| | ||||
* | test_pbuilder-satisfydepends-funcs: test tabs | Loïc Minier | 2010-01-04 | |
| | ||||
* | Rewrite get_control_re | Loïc Minier | 2010-01-04 | |
| | | | | | Replace cat + awk + sed in get_control_re() with a sed script; rename the function to get_source_control_field. | |||
* | Simpler logic for inclusion of -Indep build-deps | Loïc Minier | 2010-01-04 | |
| | | | | | | | | | Set BINARY_ARCH in pbuilder-satisfydepends-checkparams just as in pbuilder-checkparams instead of setting BC_REGEXP and BD_REGEXP and change get_build_deps and get_build_conflicts to query for Build-Deps / Build-Conflicts only, with an optional separate get_control_re call for the -Indep deps if needed. Update testsuite to also test for build-deps-indep. | |||
* | Drop obsolete comment | Loïc Minier | 2010-01-04 | |
| | ||||
* | Drop useless get_control_re() control arg | Loïc Minier | 2010-01-04 | |
| | ||||
* | package_versions(): drop useless subshell | Loïc Minier | 2010-01-04 | |
| | | | | | | package_versions(): drop useless subshell; pipes are already run in a subshell. Also add LC_ALL=C for consistency when parsing output of commands. | |||
* | package_versions, candidate_version(): cleanup re | Loïc Minier | 2010-01-04 | |
| | | | | package_versions(), candidate_version(): cleanup regexp | |||
* | Stop intalling ccache sample config | Loïc Minier | 2010-01-04 | |
| | ||||
* | Add get_build_deps() and get_build_conflicts() | Loïc Minier | 2010-01-04 | |
| | | | | | Add get_build_deps() and get_build_conflicts() functions wrapping get_control_re() for BD_REGEXP and BC_REGEXP over DEBIAN_CONTROL. | |||
* | Drop useless function keyword | Loïc Minier | 2010-01-04 | |
| | ||||
* | test_pbuilder-satisfydepends-funcs: fix typos | Loïc Minier | 2010-01-04 | |
| | ||||
* | trap exit to run a cleanup() function | Loïc Minier | 2010-01-04 | |
| | | | | | | test_pbuilder-satisfydepends-funcs: trap exit to run a cleanup() function; this avoid leaving files behind if the script is killed at the wrong time. | |||
* | Rename CONTROL to DEBIAN_CONTROL | Loïc Minier | 2010-01-04 | |
| | | | | | test_pbuilder-satisfydepends-funcs: Rename CONTROL to DEBIAN_CONTROL as to use the same var for all get_control_re calls. | |||
* | Revert "pbuilderrc: --variant=buildd is temporarily broken, disable." | Loïc Minier | 2010-01-04 | |
| | | | | | | | | This reverts commit c4ab4315db070188f3d35701579188674787aa0c. apt does not have to be Build-Essential: yes since e.g. sbuild installs packages with host tools and installation of build-deps does not need to happen with build-essential packages anyway. Installation of apt was fixed in 4a573bcd0d272747c2020071f29570668f81a249. | |||
* | Move ccache setup to pbuilder-buildpackage-funcs | Loïc Minier | 2010-01-03 | |
| | ||||
* | Don't quote PBUILDERROOTCMD; #563209 | Loïc Minier | 2010-01-02 | |
| | | | | | | debuild-pbuilder: Don't quote PBUILDERROOTCMD as it's typically a command with arguments such as "su -p" or "sudo -E"; thanks Osamu Aoki; see #563209. | |||
* | debuild-pbuilder.1: update sample output; #563209 | Loïc Minier | 2010-01-02 | |
| | | | | | debuild-pbuilder.1: update sample output of debuild-pbuilder to match current code; thanks Osamu Aoki; closes: 563209. | |||
* | Add builtin ccache support, enabled by default | Loïc Minier | 2010-01-02 | |
| | | | | | | | | | Add builtin support for using ccache in pbuilder and enable it by default. Ship a new /var/cache/pbuilder/ccache dir and bind-mount and chown it to BUILDUSERID at build time. Install/remove ccache automatically on create/update if CCACHEDIR is set/unset. Update docs and remove old ccache config example. Add a NEWS entry featuring the change. | |||
* | Remove aptitude with apt-get install aptitude- | Loïc Minier | 2010-01-02 | |
| | | | | | Remove aptitude with apt-get install aptitude- and note that we should use apt-get to remove REMOVEPACKAGES in the future. | |||
* | Only remove/install aptitude on create/update | Loïc Minier | 2010-01-02 | |
| | | | | | | | | 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: typo in desc | Loïc Minier | 2010-01-02 | |
| | | | | pbuilder-satisfydepends-aptitude: Fix typo in package description. | |||
* | Add aptitude if pbuilder-satisfydepends uses it | Loïc Minier | 2010-01-02 | |
| | | | | | Install aptitude (with no possibility to override this) if pbuilder-satisfydepends uses it; closes: 539578. | |||
* | Also drop apt from pbuilder-updatebuildenv | Loïc Minier | 2010-01-02 | |
| | ||||
* | .gitignore: Ignore generated files | Loïc Minier | 2010-01-02 | |
| | | | | Add files generated by a dpkg-buildpackage run to .gitignore. |