Source: ddccontrol 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 ddccontrol-0.4.2/debian/control ddccontrol-0.4.2.armhf/debian/control --- ddccontrol-0.4.2/debian/control 2010-11-22 23:15:54.000000000 +0000 +++ ddccontrol-0.4.2.armhf/debian/control 2010-11-22 23:08:52.109776367 +0000 @@ -9,7 +9,7 @@ Vcs-Svn: https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol Package: gddccontrol -Architecture: i386 amd64 ia64 alpha arm armel +Architecture: i386 amd64 ia64 alpha arm armel armhf Depends: ddccontrol (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: a program to control monitor parameters DDCcontrol is a tool used to control monitor parameters, like brightness @@ -17,7 +17,7 @@ in front of the monitor. This package includes a GNOME-based GUI. Package: ddccontrol -Architecture: i386 amd64 ia64 alpha arm armel +Architecture: i386 amd64 ia64 alpha arm armel armhf Depends: ddccontrol-db (>= 20060308), ${shlibs:Depends}, ${misc:Depends} Description: a program to control monitor parameters DDCcontrol is a tool used to control monitor parameters, like brightness @@ -26,14 +26,14 @@ Package: libddccontrol-dev Section: libdevel -Architecture: i386 amd64 ia64 alpha arm armel +Architecture: i386 amd64 ia64 alpha arm armel armhf Depends: libddccontrol0 (= ${binary:Version}) Description: development library for ddccontrol Header files and static library for compiling against libddccontrol. Package: libddccontrol0 Section: libs -Architecture: i386 amd64 ia64 alpha arm armel +Architecture: i386 amd64 ia64 alpha arm armel armhf Depends: ${shlibs:Depends} Description: shared library for ddccontrol Shared library for use by ddccontrol.