commit afe96bafc16b50808d35dc9e1700fa9420f7cab6
parent 6f7f9ce4b82bc7556a4e235c4c2828fe122dcc4b
Author: Gerrit Pape <pape@smarden.org>
Date: Fri, 25 Mar 2005 11:26:37 +0000
* debian/control, debian/rules: add Build-Depends: dietlibc-dev [ppc64];
add ppc64 to DIET_ARCHS (thx Andreas Jochens, closes: #299302).
-3.
Diffstat:
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,10 @@
+runit (1.0.5-3) unstable; urgency=low
+
+ * debian/control, debian/rules: add Build-Depends: dietlibc-dev [ppc64];
+ add ppc64 to DIET_ARCHS (thx Andreas Jochens, closes: #299302).
+
+ -- Gerrit Pape <pape@smarden.org> Fri, 25 Mar 2005 11:22:46 +0000
+
runit (1.0.5-2) unstable; urgency=low
* debian/control: Build-Depends: dietlibc-dev (>> 0.28-0) to make diet
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.28-0) [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc]
+Build-Depends: dietlibc-dev (>> 0.28-0) [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc]
Standards-Version: 3.6.1.0
Package: runit
diff --git a/debian/rules b/debian/rules
@@ -5,7 +5,7 @@ LDFLAGS =-Os -pipe
CC =diet -v -Os gcc
STRIP =strip
-DIET_ARCHS =alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc
+DIET_ARCHS =alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc
ARCH ?=$(shell dpkg-architecture -qDEB_HOST_ARCH)
ifeq (,$(findstring $(ARCH),$(DIET_ARCHS)))
CC =gcc