runit

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

commit c82b81d3e31a17f68b8865fcbf7c3da1b44e983d
parent 213c7ae63334525787d2fcdc91f096184af721b1
Author: Gerrit Pape <pape@smarden.org>
Date:   Sun,  3 Apr 2005 09:25:41 +0000

archive.

Diffstat:
Mdebian/changelog | 7+++++++
Mdebian/copyright | 2+-
Mdebian/rules | 4++--
3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,10 @@ +runit (1.2.1-1) unstable; urgency=low + + * new upstream version. + * debian/copyright: adapt, 2005. + + -- Gerrit Pape <pape@smarden.org> Sun, 13 Mar 2005 13:57:08 +0000 + runit (1.0.5-3) unstable; urgency=low * debian/control, debian/rules: add Build-Depends: dietlibc-dev [ppc64]; diff --git a/debian/copyright b/debian/copyright @@ -4,7 +4,7 @@ Upstream Author: Gerrit Pape <pape@smarden.org> Copyright: -Copyright (c) 2001-2004, Gerrit Pape +Copyright (c) 2001-2005, Gerrit Pape All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/debian/rules b/debian/rules @@ -23,8 +23,8 @@ DIR =$(shell pwd)/debian/runit unpack: deb-checkdir unpack-stamp unpack-stamp: - tar xzf runit-1.0.5.tar.gz - ln -s runit-1.0.5 admin/runit + tar xzf runit-1.2.1.tar.gz + ln -s runit-1.2.1 admin/runit echo '$(CC) $(CFLAGS)' >admin/runit/src/conf-cc echo '$(CC) $(LDFLAGS)' >admin/runit/src/conf-ld touch unpack-stamp