runit

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

commit fe07424f5fc21ac758b7045eb51b35f2814e928e
parent 24debac8bbfc10e3faeb42067792981f9b2ca565
Author: Gerrit Pape <pape@smarden.org>
Date:   Tue, 27 Apr 2004 17:57:23 +0000

support diet amd64.

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

diff --git a/debian/changelog b/debian/changelog @@ -2,9 +2,11 @@ runit (1.0.2-2) unstable; urgency=low * debian/diff/chpst-chroot.diff: new; chpst supports chroot though -/ option. - * debian/rules: new target unpack; apply chpst-chroot.diff. + * debian/rules: new target unpack; apply chpst-chroot.diff; use + dietlibc-dev on amd64. + * debian/control: Build-Depends: dietlibc-dev +[amd64]. - -- Gerrit Pape <pape@smarden.org> Tue, 27 Apr 2004 17:35:59 +0000 + -- Gerrit Pape <pape@smarden.org> Tue, 27 Apr 2004 17:55:40 +0000 runit (1.0.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.25-0) [alpha arm hppa i386 ia64 mips mipsel powerpc s390 sparc] +Build-Depends: dietlibc-dev (>> 0.25-0) [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc] Standards-Version: 3.6.1.0 Package: runit diff --git a/debian/rules b/debian/rules @@ -8,6 +8,7 @@ CC =diet -v -Os gcc STRIP =strip ifneq ($(DEB_HOST_ARCH),alpha) +ifneq ($(DEB_HOST_ARCH),amd64) ifneq ($(DEB_HOST_ARCH),arm) ifneq ($(DEB_HOST_ARCH),hppa) ifneq ($(DEB_HOST_ARCH),i386) @@ -28,6 +29,7 @@ endif endif endif endif +endif ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS +=-g