runit

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

commit f9d3060f4b2835e6f1f7054c90a47796ffee9125
parent f9cb25f630285c18fbe3fb68467357de357ae9bd
Author: Gerrit Pape <pape@smarden.org>
Date:   Mon,  3 Nov 2003 09:58:35 +0000

deitlibc is fixed on ia64.

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

diff --git a/debian/changelog b/debian/changelog @@ -1,11 +1,10 @@ runit (0.12.0-1) unstable; urgency=low * new upstream version. - * debian/control: minor adaption of the long description. - * debian/rules: don't use diet libc on ia64 for now (problem with fork() - and pipe()). + * debian/control: adapt long description; Build-Depends: dietlibc-dev + (>= 0.23-3) (ia64). - -- Gerrit Pape <pape@smarden.org> Thu, 30 Oct 2003 14:46:10 +0000 + -- Gerrit Pape <pape@smarden.org> Mon, 3 Nov 2003 09:55:50 +0000 runit (0.11.2-1) unstable; urgency=low 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 (>> 0.22-0) [alpha arm hppa i386 ia64 mips mipsel powerpc sparc], debhelper (>> 3.0.0) +Build-Depends: dietlibc-dev (>= 0.23-3) [alpha arm hppa i386 ia64 mips mipsel powerpc sparc], debhelper (>> 3.0.0) Standards-Version: 3.6.0 Package: runit diff --git a/debian/rules b/debian/rules @@ -15,7 +15,7 @@ ifneq ($(DEB_HOST_ARCH),alpha) ifneq ($(DEB_HOST_ARCH),arm) ifneq ($(DEB_HOST_ARCH),hppa) ifneq ($(DEB_HOST_ARCH),i386) -#ifneq ($(DEB_HOST_ARCH),ia64) +ifneq ($(DEB_HOST_ARCH),ia64) ifneq ($(DEB_HOST_ARCH),mips) ifneq ($(DEB_HOST_ARCH),mipsel) ifneq ($(DEB_HOST_ARCH),powerpc) @@ -29,7 +29,7 @@ endif endif endif endif -#endif +endif configure: configure-stamp configure-stamp: