aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* add documentation for USERUNSHM config variable.Junichi Uekawa2013-03-26
|
* install various-compiler-support script.Junichi Uekawa2013-03-26
|
* Add clang support hook script from Hideki Yamane. (closes: #700290)Junichi Uekawa2013-03-26
|
* Do not try to use /dev/shm if /run/shm is not present. (closes: #702811, ↵Junichi Uekawa2013-03-26
| | | | | | | | #702102) falling back to /dev/shm doesn't make sense; /dev/shm is a symlink to /run/shm. rename variable to USERUNSHM instead of USEDEVSHM, we don't need to touch /dev/shm
* release 0.214Junichi Uekawa2013-03-02
|
* updated documentation po baseline.Junichi Uekawa2013-03-02
|
* Added support for shared memory mounting point (closes: #700591)Agustin Henze2013-02-28
|
* what's this x.Junichi Uekawa2013-02-28
|
* update the release target to work with wagner, and release.Junichi Uekawa2012-12-24
| | | | remove netfort target, it's probably not useful to maintain that copy further.
* update documentation about CCACHEDIR (closes: #694311)Junichi Uekawa2012-12-12
| | | | | It is no longer enabled by default because it doesn't satisfy the expectation of standard pbuilder behavior.
* release 0.213Junichi Uekawa2012-10-08
|
* remove /etc/pbuilder/pbuilderrc -> etc/pbuilderrc. (closes: 689213)Junichi Uekawa2012-10-08
| | | | | | /etc/pbuilder/pbuilderrc is a file that you cannot edit and just for your viewing pleasure, but it's hard to see, and dpkg isn't very friendly to anyone who edits this file.
* update changelogJunichi Uekawa2012-10-07
|
* Bug#686410: pbuilder: [INTL:es] Spanish translation update of debconf ↵David Martínez Moreno2012-09-11
| | | | messages - pbuilder.
* Bug#686004: [INTL: it] Italian translation of debconf messages - pbuilderBeatrice Torracca2012-09-11
|
* 0.212 release.Junichi Uekawa2012-08-24
|
* set ccachedir to default to off. It's a minor optimization that a developer ↵Junichi Uekawa2012-06-04
| | | | | | | may choose to enable at the cost of incompatibility and some bugs. (closes: #675691, #675843, #670651) I could go around fixing all those bugs but I would rather like to not force everyone to use ccache when ccache is not for everybody.
* remove debuild.sh from makefile too.Junichi Uekawa2012-06-04
|
* ignore .de.html from git, since it's autogenerated.Junichi Uekawa2012-05-31
|
* update copyright file to be more machine-process-able, and move homepage ↵Junichi Uekawa2012-05-31
| | | | information to debian/control
* I don't need this file anymore.Junichi Uekawa2012-05-31
|
* I don't need this script and I don't use it.Junichi Uekawa2012-05-31
|
* 0.211 releaseJunichi Uekawa2012-05-30
|
* update changelogJunichi Uekawa2012-05-29
|
* When testing mirror selection, force an architecture that we know is on that ↵Sjoerd Simons2012-05-29
| | | | mirror
* Recognize armhf as an architecture on ubuntu-portsSjoerd Simons2012-05-29
|
* B90lintian requires bashism (closes: #604546)Junichi Uekawa2012-05-29
|
* first draft of a useful changelogJunichi Uekawa2012-05-29
|
* For testsuite, do not depend on approx instance. It's not always reliable ↵Junichi Uekawa2012-05-28
| | | | | | and confusing. Just trust autoconfiguration result here.
* policy 3.9.1 probably does not require any change.Junichi Uekawa2012-04-24
| | | | | | | | I wasn't sure if I needed to do something for the following, but maybe not: 7.1 Architecture restrictions and wildcards are also allowed in binary package relationships provided that the binary package is not architecture-independent.
* reviewed upgrading checklist for 3.9.0 compatibility.Junichi Uekawa2012-04-24
|
* release 0.210Junichi Uekawa2012-03-31
|
* Revert "test failure."Junichi Uekawa2012-03-31
| | | | This reverts commit eac13303c66da4e22447c1132b214593a3865130.
* test failure.Junichi Uekawa2012-03-31
|
* prepare 0.210Junichi Uekawa2012-03-31
|
* Having any test fail should make the regression test suite to fail and exit ↵Junichi Uekawa2012-03-31
| | | | with exit value of 1 instead of 0.
* move around echobacktime definition location. (closes: #666440)Junichi Uekawa2012-03-31
| | | | Seems like my regression test was happily claiming to be successful even when things have failed. Hmmm..
* update comments.Junichi Uekawa2012-03-31
|
* 0.209Junichi Uekawa2012-03-30
|
* prepare for releaseJunichi Uekawa2012-03-30
|
* Show current time in create / update operations too. (closes: #613854)Junichi Uekawa2012-03-28
| | | | It's probably useful to see them in the logs.
* Bug#664323: pbuilder: Auto completion is missing --allow-untrusted flagJunichi Uekawa2012-03-25
|
* 0.208Junichi Uekawa2012-03-13
|
* Bug#663283: pbuilder: pbuilder-satisfydepends failed due to --check-key ↵Thorsten Glaser2012-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | deprecation bug Dixi quod… >You should not deprecate an option so suddenly, either. I’m Here’s a possible fix (untested). From 4fce2898d1d2cf292243316dd9f74b7f5f253a3b Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <tg@mirbsd.org> Date: Sat, 10 Mar 2012 02:22:10 +0000 Subject: [PATCH] make --check-key and --allow-untrusted into a toggle of each other MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit so that --check-key A: does not error out (Closes: #663283) B: is silently accepted C: has the ability to un-do a previous --allow-untrusted Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* fix logging message and conditionality to make it less lines.Junichi Uekawa2012-03-13
| | | | | | I think we don't need the if. I'm not quite convinced ||true to kill the error message is a good idea