aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* always load hooks just after extracting the build place, and unload them ↵Mattia Rizzolo2015-10-13
| | | | | | | | when cleaning up So, no need to load&run&unload everywhere as it is now. Gbp-Dch: Short
* pbuilder-runhooks: let unloadhooks don't fail if there are no hooks loadedMattia Rizzolo2015-10-13
| | | | | This way we can call it also when hooks are not actually loaded or two times in a row without fear the result.
* pbuilder-modules: normalize whitespacesMattia Rizzolo2015-10-13
| | | | Gbp-Dch: Ignore
* pbuilder-runhooks: normalize whitespacesMattia Rizzolo2015-10-13
| | | | Gbp-Dch: Ignore
* t/test_pbuilder-apt-config: remove temporary file at the end of the testMattia Rizzolo2015-10-13
|
* debian/pbuilder-test: remove, fully replaced by autopkgtestMattia Rizzolo2015-10-13
|
* debian/tests: add an autopkgtest running the unit testsMattia Rizzolo2015-10-13
|
* add a tiny t/runtests.shMattia Rizzolo2015-10-13
| | | | Gbp-Dch: Ignore
* move all tests under a t/ directoryMattia Rizzolo2015-10-13
|
* modules: mount correctly selinux: bindmount from the host, and in the same ↵Mattia Rizzolo2015-10-11
| | | | | | | place (/sys/fs/selinux >= wheezy, /selinux < wheezy) Thanks: ChangZhuo Chen (陳昌倬) <czchen@gmail.com> for the patch. Closes: #734193, #734454
* debian/pbuilder.config: fix detection of mirror through ↵Mattia Rizzolo2015-10-11
| | | | | | | | | | | | /etc/apt/sources.list.d/* at install time 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
* update po during dh-cleanGianfranco Costamagna2015-10-09
|
* Update translationsGianfranco Costamagna2015-10-09
|
* use `hash` instead of `which`, for all the good it bringsMattia Rizzolo2015-10-07
| | | | Gbp: Ignore
* Drop explicit depends on coreutils, the required version is already ↵Mattia Rizzolo2015-10-07
| | | | available in squeeze
* Drop explicit depends on debianutils, the required version is already ↵Mattia Rizzolo2015-10-07
| | | | available in squeeze
* pdebuild-internal: carry on PATH when calling dpkg-buildpackageMattia Rizzolo2015-10-07
| | | | | | | So, for example, ccache continues to work Thanks: Matthias Förste <foerste@schlittermann.de> for the patch Closes: #716680
* updatebuildenv: also explicitely install 2 de-facto dependencies of debdelta ↵Mattia Rizzolo2015-10-05
| | | | | | | | | | | | | which are only in recommends 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
* Make the debdelta implementation more rubost and document the new options in ↵Mattia Rizzolo2015-10-05
| | | | the manpages
* Add debdelta support, enable optionally via pbuilderrc or the command line.Ritesh Raj Sarraf2015-10-04
| | | | | | Closes: #602711 Signed-off-by: Ritesh Raj Sarraf <rrs@debian.org>
* pbuilder-buildpackage: some more whitespaces normalizationMattia Rizzolo2015-10-03
| | | | Gbp-Dch: Ignore
* Switch all instances of cdn.debian.net to httpredir.debian.orgMattia Rizzolo2015-10-03
| | | | Closes: #774468
* add a closes: metatag in a old changelog entry, I wasn't aware of that ↵Mattia Rizzolo2015-10-03
| | | | debian bug
* update changelogMattia Rizzolo2015-10-02
|
* 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
* update changelogMattia Rizzolo2015-09-29
|
* debian: move to use dh_install.Mattia Rizzolo2015-09-29
| | | | | | | | | | 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
* makefile: stop installing all the tests (so, pbuilder-selftest is not anymore)Mattia Rizzolo2015-09-29
| | | | | | 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.
* createbuildenv: remove a couple of quotes, they mke debootrap fail in some ↵Mattia Rizzolo2015-09-24
| | | | | | | | condition (happy to have added an autopkgtest for this...) Gbp-Dch: Ignore
* update changelogMattia Rizzolo2015-09-24
|
* makefile: actually install that new hook script, forgot to do in its own commitMattia Rizzolo2015-09-24
| | | | Gbp-Dch: Ignore
* pbuilderr.8: make even more clear that --architecture is just passed to ↵Mattia Rizzolo2015-09-19
| | | | | | debootstrap Closes: #434113
* Allow copying the local configuration from a defined directory, instead of ↵Mattia Rizzolo2015-09-18
| | | | | | | | system /etc. New configuration variable: CONFDIR Closes: #580086
* 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
* Add a new example hook B20autopkgtest to automatically run DEP8 tests when ↵Mattia Rizzolo2015-09-18
| | | | | | | | | | | | | | available 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
* normalize some tabs to 4 spaces and correct some indentationMattia Rizzolo2015-09-17
| | | | Gbp-Dch: Ignore
* example hooks: keep /tmp/buildd as a fallback option in case BUILDDIR is not ↵Mattia Rizzolo2015-09-17
| | | | | | setted Who knows what people want to do with those scripts...
* pbuilder-modules: remove the /tmp/buildd symlink if it points to the current ↵Mattia Rizzolo2015-09-06
| | | | | | BUILDDIR before repacking and just after unpacking Closes: #797351
* pbuilder-modules: fix spelling error: s,compatibily,compatibility,gMattia Rizzolo2015-08-29
| | | | | Gbp-Dch: Ignore Thanks: Sven Joachim <svenjoac@gmx.de> for the reporting
* pbuilderrc.5: packages in EXTRAPACKAGES are not installed during build, but ↵Mattia Rizzolo2015-08-29
| | | | | | they are during update. Update manpage accordingly. LP: #1307909
* buildpackage: Unset DISPLAY just before the build, othewise there is ↵Mattia Rizzolo2015-08-29
| | | | | | software that tries to connect to a X server LP: #816556
* pbuilderrc.5: specify that quotes are needed around COMPONENTS when listing ↵Mattia Rizzolo2015-08-29
| | | | | | | multiple entries Closes: #659583 LP: #609106
* release ready - target experimentalMattia Rizzolo2015-08-26
|
* update changelogMattia Rizzolo2015-08-26
|
* Add a symlink from /tmp/buildd to the current BUILDD to avoid too many breakagesMattia Rizzolo2015-08-26
| | | | | | This change will go away someday, so please update your scripts to use BUILDDIR Thanks: Helmut for the idea
* doc: finish German translation and refresh translations filesMattia Rizzolo2015-08-17
| | | | Thanks: Reiner Herrmann <reiner@reiner-h.de>
* doc: fix grammar s/is/are/Mattia Rizzolo2015-08-17
| | | | Gbp-Dch: Ignore
* doc: explain that the documentation is work in progress and as such ↵Mattia Rizzolo2015-08-17
| | | | incomplete and outdated
* doc/makefile: also remove po backup files in the clean targetMattia Rizzolo2015-08-17
| | | | Gbp-Dch: Ignore
* use BUILDDIR variable instead of hardcoding /tmp/buildd on hooks examplesMattia Rizzolo2015-08-17
|