aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* debian/control: reswitch to the pbuilder team git repositoryMattia Rizzolo2015-06-30
| | | | | I still like the collab-maint one, likely I'll re-re-switch back again in some future. I like to have debian people able to commit themself.
* Switch to httpredir.debian.org as default mirrorMichael Prokop2015-06-30
|
* pbuilder-buildpackage-functs: allow .dsc to lack a newline between the ↵Mattia Rizzolo2015-06-25
| | | | | | | | Files: line and the signature. Also add a couple of tests for this Closes: #741617
* pbuilder-satisfydepends-fucs: allow blank lines above the first paragraphMattia Rizzolo2015-06-25
| | | | Closes: #694404
* pdebuild: pass -d to dpkg-buildpackage while building the source packageMattia Rizzolo2015-06-25
| | | | Closes: #786690
* Handle comments in debian/control. Closes: #603881Matt Palmer2015-06-25
| | | | | | | | Thanks to Eric Pozharski for the initial patch. This version is slightly modified, as it provides a test case, and is compliant with Policy 5.2, which states that comments must not have leading whitespace before the hash.
* pbuilder-buildpackage: remove the -e parameter from the dpkg-buildpackage ↵Mattia Rizzolo2015-06-24
| | | | | | invocation Closes: #567484
* pbuilder-modules: stop downloading translations of package descriptionsMattia Rizzolo2015-06-23
| | | | | | | They are a waste of bandwidth and time, really useless in a build chroots. Thanks: Paul Wise <pabs@debian.org> for the suggestion Closes: #749961
* Deprecate the PKGNAME_LOGFILE_EXTENTION conf entry in favour of ↵Mattia Rizzolo2015-06-23
| | | | | | PKGNAME_LOGFILE_EXTENSION to fix the typo Closes: #693458
* update changelogMattia Rizzolo2015-06-23
| | | | Gbp-Dch: Ignore
* pbuilder.8/pbuilderrc.5: fix hyphen-used-as-minus-sign lintian tag.Mattia Rizzolo2015-06-23
| | | | Gbp-Dch: Ignore
* Makefile: stop providing empty /usr/share/doc/pbuilder/examples/workaroundMattia Rizzolo2015-06-23
|
* debian/control: Bump Standards-Version to 3.9.6. No changes neededMattia Rizzolo2015-06-23
|
* debian/control: move the canonical git repository to collab-maintMattia Rizzolo2015-06-23
|
* debian/{control,compat}: debehlper compat level 7 → 9Mattia Rizzolo2015-06-23
|
* debian/*: move to the debehelper 'dh' sequencerMattia Rizzolo2015-06-23
|
* run wrap-and-sortMattia Rizzolo2015-06-23
| | | | Gbp-Dch: Ignore
* debian/control: Add myself to the uploadersMattia Rizzolo2015-06-23
|
* Add a "basic" DEP-8 testMattia Rizzolo2015-06-23
| | | | | Thanks: James Hunt <james.hunt@ubuntu.com> for the initial patch Closes: #705917
* update d/changelog.Mattia Rizzolo2015-06-23
| | | | | | Note that i added #755441 that's not pointed out in the relevant commit Gbp-Dch: Ignore
* Add support for hurdGabriele Giacone2015-06-22
| | | | Closes: #753801
* pbuilder-unshare-wrapper: unset the http_proxy variable, as that can lead to ↵Mattia Rizzolo2015-06-22
| | | | | | | programs looking for unreachable machines. Thanks: Thorsten Glaser <tg@mirbsd.de> for the idea Closes: #780587
* pbuilder-unshare-wrapper: fix typo.Mattia Rizzolo2015-06-22
| | | | | Thanks: Thorsten Glaser <tg@mirbsd.de> for the reminder and Raphael Geissert <atomo64@gmail.com> for the report. Closes: #772290
* release 0.215+nmu4Mattia Rizzolo2015-06-22
|
* Update debian/changelogAndreas Henriksson2015-06-22
|
* Update debian/changelogAndreas Henriksson2015-06-22
| | | | This change generated by "gbp dch --auto"
* Minor syntax updates to pbuilder bash-completion to make it function ↵Andreas Henriksson2015-06-22
| | | | | | | | properly under its new location. - drop "have" check and add "&&" before complete. Git-Dch: Full
* Use dpkg-maintscript-helper rm_conffile to clean up old ↵Andreas Henriksson2015-06-22
| | | | /etc/bash_completion.d/pbuilder
* Install bash-completion under /usr/share/ instead of /etcAndreas Henriksson2015-06-22
| | | | | | - fixes lintian warning package-install-into-obsolete-dir Git-Dch: Full
* Fix up License paragraph in debian/copyrightAndreas Henriksson2015-06-22
| | | | | | | | - fixes lintian warnings: missing-license-paragraph-in-dep5-copyright copyright-should-refer-to-common-license-file-for-gpl Git-Dch: Full
* Add Turkish debconf template translationMert Dirik2015-06-22
| | | | Closes: #757505
* Mark pbuilder as "Multi-Arch: foreign"Frédéric Brière2015-06-22
| | | | Closes: #752545
* Use "none" instead of "/dev/pts" as device for the /dev/pts mount inside the ↵Axel Beckert2015-06-22
| | | | | | chroot Closes: #788580
* Force dpkg-architecture to use arguments over envAndreas Henriksson2015-06-22
| | | | | | We don't want magic environment variables to override what we specified on the command line when asking dpkg-architecture to compare architectures for us....
* Support build-profiles in classic satisfydepsAndreas Henriksson2015-06-22
|
* Fix DEB_BUILD_PROFILES quotingAndreas Henriksson2015-06-22
| | | | Thanks: Michael Stapelberg for spotting this
* build profile parsing supportJohannes Schauer2015-06-22
|
* move filter_arch_deps from pbuilder-satisfydepends-aptitude to ↵Johannes Schauer2015-06-22
| | | | pbuilder-satisfydepends-funcs and add tests
* set the USER env variable to BUILDUSERNAME, to fix FTBFS of some package ↵Mattia Rizzolo2015-06-17
| | | | | | | which check for not being run as root using that variable Closes: #677666 Thanks: Tim Landscheidt <tim@tim-landscheidt.de> for the initial patch
* update changelogMattia Rizzolo2015-06-17
|
* debian/source/format: 3.0 (native)Mattia Rizzolo2015-06-17
|
* do real cleanup, don't hide temporary files under .gitignore, rather teach ↵Mattia Rizzolo2015-06-17
| | | | makefiles' clean targets how to deal with them properly
* import 0.125+nmu3Mattia Rizzolo2015-06-17
|
* import 0.125+nmu2Mattia Rizzolo2015-06-17
|
* import 0.125+nmu1Mattia Rizzolo2015-06-17
|
* rename alioth filehosting.Junichi Uekawa2013-12-31
|
* remove asn1 compiler. it's not even a C compilerJunichi Uekawa2013-04-06
|
* 0.215Junichi Uekawa2013-03-30
|
* oops, typo in filename.Junichi Uekawa2013-03-26
|
* coding style fixes.Junichi Uekawa2013-03-26
|