diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-30 22:44:06 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-30 22:44:06 +0100 |
commit | 45c2e62b15bc6673bd40ada2fabc6b05b22121e1 (patch) | |
tree | 42f26093cdfaca3dd38ec6e28a18790c5c297379 | |
parent | 2e37cce23f1920a1f83639df7fb81b36a1aa0644 (diff) | |
download | pbuilder-45c2e62b15bc6673bd40ada2fabc6b05b22121e1.tar pbuilder-45c2e62b15bc6673bd40ada2fabc6b05b22121e1.tar.gz |
Convert to paragraphs; thanks lintian
-rw-r--r-- | debian/NEWS | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/debian/NEWS b/debian/NEWS index ae8fd04..6d144b9 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,22 +1,24 @@ pbuilder (0.197) unstable; urgency=low - * The default configuration will now enable ccache. To disable installation - and usage of ccache in pbuilder, unset CCACHEDIR in your pbuilderrc. + The default configuration will now enable ccache. To disable installation + and usage of ccache in pbuilder, unset CCACHEDIR in your pbuilderrc. -- Loïc Minier <lool@dooz.org> Sat, 02 Jan 2010 17:11:23 +0100 pbuilder (0.195) unstable; urgency=low - * --debbuildopts is now additive and will append to pbuilderrc's - DEBBUILDOPTS. To reset the list of options, pass --debbuildopts "". - * The default debootstrap command is now "debootstrap" instead of - "cdebootstrap"; cdebootstrap is still supported, but you might have to set - DEBOOTSTRAP="cdebootstrap" in your pbuilderrc or pass - --debootstrap=cdebootstrap to use it. Custom cdebootstrap options set via - DEBOOTSTRAPOPTS or --debootstrapopts might not be compatible with - debootstrap. - * The default PBUILDERROOTCMD is now "sudo -E" instead of "sudo"; this - allows passing env vars for pbuilderrc expansion or to the build process - such as DEB_BUILD_OPTIONS. + --debbuildopts is now additive and will append to pbuilderrc's + DEBBUILDOPTS. To reset the list of options, pass --debbuildopts "". + + The default debootstrap command is now "debootstrap" instead of + "cdebootstrap"; cdebootstrap is still supported, but you might have to set + DEBOOTSTRAP="cdebootstrap" in your pbuilderrc or pass + --debootstrap=cdebootstrap to use it. Custom cdebootstrap options set via + DEBOOTSTRAPOPTS or --debootstrapopts might not be compatible with + debootstrap. + + The default PBUILDERROOTCMD is now "sudo -E" instead of "sudo"; this allows + passing env vars for pbuilderrc expansion or to the build process such as + DEB_BUILD_OPTIONS. -- Loïc Minier <lool@dooz.org> Sat, 12 Dec 2009 16:03:21 +0100 |