Source: scheme2c
Severity: wishlist
Tags: patch

Hi,

The armhf port has reached a very good state (at 87%) at debian-ports.org,
and I'm now mass-filing bug reports to packages for armhf support.
Most packages just have to add armhf in the architecture field. The complete
list is in http://wiki.debian.org/ArmHardFloatTodo

The package builds fine using the attached patch.

Please consider adding armhf support. :)

Regards

Konstantinos


-- System Information:
Debian Release: squeeze/sid
Architecture: armhf (armv7l)

Kernel: Linux 2.6.31.14-efikamx (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN scheme2c-1993.3.15.2/debian/control scheme2c-1993.3.15.2.armhf//debian/control
--- scheme2c-1993.3.15.2/debian/control	2010-06-28 11:00:54.000000000 +0000
+++ scheme2c-1993.3.15.2.armhf//debian/control	2010-11-22 21:33:08.659767997 +0000
@@ -12,7 +12,7 @@
 Vcs-Browser: http://git.debian.org/?p=collab-maint/scheme2c.git
 
 Package: scheme2c
-Architecture: i386 amd64 armel
+Architecture: i386 amd64 armel armhf
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Joel Bartlett's fabled Scheme->C system
  The original Scheme->C system, the first of its kind.  It conforms to
diff -ruN scheme2c-1993.3.15.2/debian/rules scheme2c-1993.3.15.2.armhf//debian/rules
--- scheme2c-1993.3.15.2/debian/rules	2010-06-28 11:00:54.000000000 +0000
+++ scheme2c-1993.3.15.2.armhf//debian/rules	2010-11-22 21:33:30.359769373 +0000
@@ -7,6 +7,8 @@
   S2C_ARCH = LINUX
 else ifeq ($(arch),armel)
   S2C_ARCH = ARM
+else ifeq ($(arch),armhf)
+  S2C_ARCH = ARM
 else
   $(warning Warning: unsupported architecture $(arch))
   S2C_ARCH = UNSUPPORTED

Reply via email to