runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 10d503c0f94ce8255d202e44e184641ea5b0ece7
parent 405e57981b35d82ceb0db288b3067c85d7d18a72
Author: Gerrit Pape <pape@smarden.org>
Date:   Thu, 15 May 2003 10:14:21 +0000

show compiler version.
minor.

Diffstat:
Mdebian/changelog | 3++-
Mdebian/rules | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog @@ -3,8 +3,9 @@ runit (0.9.3-1) unstable; urgency=low * new upstream version. * debian/diff/defaultsize.diff: new; fix default max. size for single log files to match the documentation. + * debian/rules: patch upstream; show compiler version. - -- Gerrit Pape <pape@smarden.org> Thu, 15 May 2003 11:50:45 +0200 + -- Gerrit Pape <pape@smarden.org> Thu, 15 May 2003 12:03:22 +0200 runit (0.9.2-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules @@ -16,6 +16,7 @@ build-arch-stamp: dh_testdir tar xfzvp runit-0.9.3.tar.gz + -gcc -v # temporary patch ( set -e; cd admin/runit-0.9.3; patch -p0 ) \