runit

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

commit 57c1793249acfcdd4d81702f6bdb7a642a55f3c9
parent f25ed50310687bea01d164f8848687e9e7b7fabe
Author: Gerrit Pape <pape@smarden.org>
Date:   Mon,  4 Nov 2002 09:23:29 +0000

  * debian/control: build-depends on dietlibc >= 0.21-3 (fixes build
    failure on mips/mipsel).
  * debian/rules: debian/1: new.

Diffstat:
Mdebian/changelog | 8++++++++
Mdebian/control | 2+-
Mdebian/rules | 4+++-
Mdebian/runit.preinst | 3+--
4 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,11 @@ +runit (0.7.1-3) unstable; urgency=low + + * debian/control: build-depends on dietlibc >= 0.21-3 (fixes build + failure on mips/mipsel). + * debian/rules: debian/1: new. + + -- Gerrit Pape <pape@smarden.org> Sun, 3 Nov 2002 23:20:23 +0100 + runit (0.7.1-2) unstable; urgency=low * debian/rules: let diet be verbose and mangle gcc options for platform diff --git a/debian/control b/debian/control @@ -2,7 +2,7 @@ Source: runit Section: admin Priority: optional Maintainer: Gerrit Pape <pape@smarden.org> -Build-Depends: dietlibc-dev, debhelper (>> 3.0.0) +Build-Depends: dietlibc-dev (>= 0.21-3), debhelper (>> 3.0.0) Standards-Version: 3.5.2 Package: runit diff --git a/debian/rules b/debian/rules @@ -95,7 +95,9 @@ install: build install -m0755 admin/runit-0.7.1/src/runsvctrl \ $(CURDIR)/debian/runit/usr/bin/runsvctrl - install -m0700 admin/runit/etc/debian/1 \ +# install -m0700 admin/runit/etc/debian/1 \ +# $(CURDIR)/debian/runit/etc/runit/1 + install -m0700 debian/1 \ $(CURDIR)/debian/runit/etc/runit/1 install -m0700 debian/2 \ $(CURDIR)/debian/runit/etc/runit/2 diff --git a/debian/runit.preinst b/debian/runit.preinst @@ -19,8 +19,7 @@ case "$1" in install|upgrade) if [ -n "$2" ]; then # upgrading - if [ -x /sbin/runit ]; then - rm -f /sbin/runit.old + if [ -x /sbin/runit -a ! -e /sbin/runit.old ]; then ln /sbin/runit /sbin/runit.old fi fi