| Commit message (Expand) | Author | Age |
* | uml: stop networking before quitting, so that the whole thing can exit properly•••Closes: #416918
Thanks: Paul TBBle Hampson <Paul.Hampson@Pobox.com> for the patch
| Mattia Rizzolo | 2015-10-15 |
* | pbuilder-buildpackage: only override HOME during dpkg-buildpackage invocation | Mattia Rizzolo | 2015-10-14 |
* | New config: BUILD_HOME, to be able to set the value of HOME while building. ...•••This reverts what was done for #170762
Closes: #441052
| Mattia Rizzolo | 2015-10-14 |
* | debian/control: let pbuilder-uml replace pbuilder (= 0.217) so it is able to ...•••After a discussion on the debian-devel mailing list this was the really the
only possible sane action.
Trying to delete it in some maintainer script would be insane to try catching
the varius possible corner cases. Also, this bug affects only users of pbuilder
0.217, the odds you ever installed that version are quite slim, give that 0.218
appeared on the archives less than 24 hours later.
Closes: #800769
Gbp-Dch: Short
| Mattia Rizzolo | 2015-10-14 |
* | add hook type I: it runs after successfully build a package, after copying ba...•••Closes: #652527
| Mattia Rizzolo | 2015-10-13 |
* | add hook type H: they run just after unpacking the chroot, for every target.•••Closes: #800757
| Mattia Rizzolo | 2015-10-13 |
* | always load hooks just after extracting the build place, and unload them when...•••So, no need to load&run&unload everywhere as it is now.
Gbp-Dch: Short
| Mattia Rizzolo | 2015-10-13 |
* | pbuilder-runhooks: let unloadhooks don't fail if there are no hooks loaded•••This way we can call it also when hooks are not actually loaded or two times
in a row without fear the result.
| Mattia Rizzolo | 2015-10-13 |
* | pbuilder-modules: normalize whitespaces•••Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-10-13 |
* | pbuilder-runhooks: normalize whitespaces•••Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-10-13 |
* | t/test_pbuilder-apt-config: remove temporary file at the end of the test | Mattia Rizzolo | 2015-10-13 |
* | debian/pbuilder-test: remove, fully replaced by autopkgtest | Mattia Rizzolo | 2015-10-13 |
* | debian/tests: add an autopkgtest running the unit tests | Mattia Rizzolo | 2015-10-13 |
* | add a tiny t/runtests.sh•••Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-10-13 |
* | move all tests under a t/ directory | Mattia Rizzolo | 2015-10-13 |
* | modules: mount correctly selinux: bindmount from the host, and in the same pl...•••Thanks: ChangZhuo Chen (陳昌倬) <czchen@gmail.com> for the patch.
Closes: #734193, #734454
| Mattia Rizzolo | 2015-10-11 |
* | debian/pbuilder.config: fix detection of mirror through /etc/apt/sources.list...•••Now it supports
* all files ending with *.list (before we checked *.sources.list)
* multiple files
Thanks: jre <jre.winesim@gmail.com> for the patch
Closes: 772062
Gbp-Dch: Short
| Mattia Rizzolo | 2015-10-11 |
* | update po during dh-clean | Gianfranco Costamagna | 2015-10-09 |
* | Update translations | Gianfranco Costamagna | 2015-10-09 |
* | use `hash` instead of `which`, for all the good it brings•••Gbp: Ignore
| Mattia Rizzolo | 2015-10-07 |
* | Drop explicit depends on coreutils, the required version is already available... | Mattia Rizzolo | 2015-10-07 |
* | Drop explicit depends on debianutils, the required version is already availab... | Mattia Rizzolo | 2015-10-07 |
* | pdebuild-internal: carry on PATH when calling dpkg-buildpackage•••So, for example, ccache continues to work
Thanks: Matthias Förste <foerste@schlittermann.de> for the patch
Closes: #716680
| Mattia Rizzolo | 2015-10-07 |
* | updatebuildenv: also explicitely install 2 de-facto dependencies of debdelta ...•••Those 2 are real deps, as debdelta-upgrade won't work without them, though the
maintainer thinks otherwise: https://bugs.debian.org/545831
Install them manually (since using --install-recommends would install way too
much stuff), and then mark them as automatically installed, so they will be
removed by the `apt-get autoremove` thing once debdelta's gone (but won't before
because debdelta references them someway).
Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-10-05 |
* | Make the debdelta implementation more rubost and document the new options in ... | Mattia Rizzolo | 2015-10-05 |
* | Add debdelta support, enable optionally via pbuilderrc or the command line.•••Closes: #602711
Signed-off-by: Ritesh Raj Sarraf <rrs@debian.org>
| Ritesh Raj Sarraf | 2015-10-04 |
* | pbuilder-buildpackage: some more whitespaces normalization•••Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-10-03 |
* | Switch all instances of cdn.debian.net to httpredir.debian.org•••Closes: #774468
| Mattia Rizzolo | 2015-10-03 |
* | add a closes: metatag in a old changelog entry, I wasn't aware of that debian... | Mattia Rizzolo | 2015-10-03 |
* | update changelog | Mattia Rizzolo | 2015-10-02 |
* | satisfydepends-classic: remove wrong quotes from get_dep_op_and_ver() invocat...•••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
| Mattia Rizzolo | 2015-10-02 |
* | update changelog | Mattia Rizzolo | 2015-09-29 |
* | debian: move to use dh_install.•••The way we previously used dh_movefiles is not safe to use with
`dpkg-buildpackage -A`, end with a real source-only upload ended up in files
belonging to pbuilder-uml in the pbuilder binary.
This is suboptimal, given that we duplicate the list of what we install
Closes: #800416
| Mattia Rizzolo | 2015-09-29 |
* | makefile: stop installing all the tests (so, pbuilder-selftest is not anymore)•••Users are not supposed to be interested in running tests that much...
Anyway, I plan to refactor the way tests are handled, making them more scalable
and easy to hack on.
| Mattia Rizzolo | 2015-09-29 |
* | createbuildenv: remove a couple of quotes, they mke debootrap fail in some co...•••(happy to have added an autopkgtest for this...)
Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-09-24 |
* | update changelog | Mattia Rizzolo | 2015-09-24 |
* | makefile: actually install that new hook script, forgot to do in its own commit•••Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-09-24 |
* | pbuilderr.8: make even more clear that --architecture is just passed to deboo...•••Closes: #434113
| Mattia Rizzolo | 2015-09-19 |
* | Allow copying the local configuration from a defined directory, instead of sy...•••New configuration variable: CONFDIR
Closes: #580086
| Mattia Rizzolo | 2015-09-18 |
* | fix a whole bunch of warning from shellcheck•••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
| Mattia Rizzolo | 2015-09-18 |
* | Add a new example hook B20autopkgtest to automatically run DEP8 tests when av...•••More info:
http://dep.debian.net/deps/dep8/
https://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/plain/doc/README.package-tests.rst
The initial script is licensed under another license. Agreement in changing
the license from Expat to GPL-2+ is available in https://bugs.debian.org/750137
Thanks: Christoph Berg and Michael Prokop for writing the initial script
Closes: #750137
| Mattia Rizzolo | 2015-09-18 |
* | normalize some tabs to 4 spaces and correct some indentation•••Gbp-Dch: Ignore
| Mattia Rizzolo | 2015-09-17 |
* | example hooks: keep /tmp/buildd as a fallback option in case BUILDDIR is not ...•••Who knows what people want to do with those scripts...
| Mattia Rizzolo | 2015-09-17 |
* | pbuilder-modules: remove the /tmp/buildd symlink if it points to the current ...•••Closes: #797351
| Mattia Rizzolo | 2015-09-06 |
* | pbuilder-modules: fix spelling error: s,compatibily,compatibility,g•••Gbp-Dch: Ignore
Thanks: Sven Joachim <svenjoac@gmx.de> for the reporting
| Mattia Rizzolo | 2015-08-29 |
* | pbuilderrc.5: packages in EXTRAPACKAGES are not installed during build, but t...•••LP: #1307909
| Mattia Rizzolo | 2015-08-29 |
* | buildpackage: Unset DISPLAY just before the build, othewise there is software...•••LP: #816556
| Mattia Rizzolo | 2015-08-29 |
* | pbuilderrc.5: specify that quotes are needed around COMPONENTS when listing m...•••Closes: #659583
LP: #609106
| Mattia Rizzolo | 2015-08-29 |
* | release ready - target experimental | Mattia Rizzolo | 2015-08-26 |
* | update changelog | Mattia Rizzolo | 2015-08-26 |