Package: qcontrol Version: 0.4.2-7+wheezy1 Severity: important Tags: d-i patch
Hi Ian, thanks for your handling of qcontrol via t-p-u; unfortunately we lost the architecture update from sid in the process, meaning we only have qcontrol on armel (and not armhf) in testing. Please find attached a patch to fix that. Speedy upload appreciated, forward d-i ACK for that update. Cc-ing -boot@/-release@ accordingly. Mraw, KiBi.
diff -u qcontrol-0.4.2/debian/control qcontrol-0.4.2/debian/control --- qcontrol-0.4.2/debian/control +++ qcontrol-0.4.2/debian/control @@ -9,7 +9,7 @@ Homepage: http://qnap.nas-central.org/index.php/PIC_Control_Software Package: qcontrol -Architecture: armel +Architecture: armel armhf Depends: ${shlibs:Depends}, ${misc:Depends}, udev (>= 0.141-2) Description: hardware control for QNAP Turbo Station devices Allows one to send commands to the microcontroller of supported devices, @@ -28,7 +28,7 @@ Package: qcontrol-udeb Section: debian-installer -Architecture: armel +Architecture: armel armhf Depends: ${shlibs:Depends}, ${misc:Depends}, udev-udeb (>= 0.141-2), event-modules XC-Package-Type: udeb Description: hardware control for QNAP Turbo Station devices diff -u qcontrol-0.4.2/debian/changelog qcontrol-0.4.2/debian/changelog --- qcontrol-0.4.2/debian/changelog +++ qcontrol-0.4.2/debian/changelog @@ -1,3 +1,9 @@ +qcontrol (0.4.2-7+wheezy2) UNRELEASED; urgency=low + + * Add armhf as a supported architecture. + + -- Cyril Brulebois <k...@debian.org> Thu, 27 Dec 2012 17:04:17 +0100 + qcontrol (0.4.2-7+wheezy1) testing; urgency=low * Disable firmware watchdog on TS-219p II and TS-419p II. (Closes: #693263)