[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#787626: marked as done (jessie-pu: package libdebian-installer/0.99+deb8u1)



Your message dated Sat, 06 Jun 2015 13:11:11 +0100
with message-id <1433592671.2987.12.camel@adam-barratt.org.uk>
and subject line Fix released with 8.1 point release
has caused the Debian Bug report #787626,
regarding jessie-pu: package libdebian-installer/0.99+deb8u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
787626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787626
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

(x-d-cc: tbm@debian.org, ijc@debian.org, debian-boot@lists.debian.org)

Hello,

(Sorry for the timing, etc.)

Martin noticed libdebian-installer in jessie (and a few hours ago in
unstable…) doesn't know some device tree model strings, leading to
armel/generic being used instead of armel/kirkwood. This means a bunch
of *Plug devices are broken.

Ian is also happy with the patch, so I'm tempted to trust those two
arm-knowledgeable people, and I'm therefore submitting the attached diff
for immediate review/upload to jessie.

Changelog entry:
| libdebian-installer (0.99+deb8u1) jessie; urgency=medium
| 
|   [ Martin Michlmayr ]
|   * Add device tree variants for supported armel/kirkwood devices.
|     (Closes: #787563)
| 
|  -- Cyril Brulebois <kibi@debian.org>  Wed, 03 Jun 2015 15:22:53 +0200

Thanks for considering, and sorry again.

Mraw,
KiBi.
diff -Nru libdebian-installer-0.99/debian/changelog libdebian-installer-0.99+deb8u1/debian/changelog
--- libdebian-installer-0.99/debian/changelog	2015-01-28 18:54:55.000000000 +0100
+++ libdebian-installer-0.99+deb8u1/debian/changelog	2015-06-03 15:23:00.000000000 +0200
@@ -1,3 +1,11 @@
+libdebian-installer (0.99+deb8u1) jessie; urgency=medium
+
+  [ Martin Michlmayr ]
+  * Add device tree variants for supported armel/kirkwood devices.
+    (Closes: #787563)
+
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 03 Jun 2015 15:22:53 +0200
+
 libdebian-installer (0.99) unstable; urgency=medium
 
   * Replace NULL terminator for the arm map_hardware table, accidentally
diff -Nru libdebian-installer-0.99/src/system/subarch-armel-linux.c libdebian-installer-0.99+deb8u1/src/system/subarch-armel-linux.c
--- libdebian-installer-0.99/src/system/subarch-armel-linux.c	2015-01-28 18:54:55.000000000 +0100
+++ libdebian-installer-0.99+deb8u1/src/system/subarch-armel-linux.c	2015-06-03 15:18:35.000000000 +0200
@@ -39,15 +39,24 @@
     { "Marvell RD-88F6192-NAS Development Board", "kirkwood" },
     { "Marvell RD-88F6281 Reference Board", "kirkwood" },
     { "Marvell GuruPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies Guruplug Server Plus", "kirkwood" },
     { "Marvell OpenRD Base Board", "kirkwood" },
+    { "OpenRD Base", "kirkwood" },
     { "Marvell OpenRD Client Board", "kirkwood" },
+    { "OpenRD Client", "kirkwood" },
     { "Marvell OpenRD Ultimate Board", "kirkwood" },
+    { "OpenRD Ultimate", "kirkwood" },
     { "Marvell SheevaPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies SheevaPlug", "kirkwood" },
     { "Marvell eSATA SheevaPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies eSATA SheevaPlug", "kirkwood" },
     { "Globalscale Technologies Dreamplug", "kirkwood" },
     { "QNAP TS-119/TS-219", "kirkwood" },
+    { "QNAP TS219 family", "kirkwood" },
     { "QNAP TS-41x", "kirkwood" },
+    { "QNAP TS419 family", "kirkwood" },
     { "Seagate FreeAgent DockStar", "kirkwood" },
+    { "Seagate FreeAgent Dockstar", "kirkwood" },
     { "LaCie Network Space v2", "kirkwood" },
     { "LaCie Internet Space v2", "kirkwood" },
     { "LaCie Network Space Max v2", "kirkwood" },
diff -Nru libdebian-installer-0.99/src/system/subarch-armhf-linux.c libdebian-installer-0.99+deb8u1/src/system/subarch-armhf-linux.c
--- libdebian-installer-0.99/src/system/subarch-armhf-linux.c	2015-01-28 18:54:55.000000000 +0100
+++ libdebian-installer-0.99+deb8u1/src/system/subarch-armhf-linux.c	2015-06-03 15:18:35.000000000 +0200
@@ -39,15 +39,24 @@
     { "Marvell RD-88F6192-NAS Development Board", "kirkwood" },
     { "Marvell RD-88F6281 Reference Board", "kirkwood" },
     { "Marvell GuruPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies Guruplug Server Plus", "kirkwood" },
     { "Marvell OpenRD Base Board", "kirkwood" },
+    { "OpenRD Base", "kirkwood" },
     { "Marvell OpenRD Client Board", "kirkwood" },
+    { "OpenRD Client", "kirkwood" },
     { "Marvell OpenRD Ultimate Board", "kirkwood" },
+    { "OpenRD Ultimate", "kirkwood" },
     { "Marvell SheevaPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies SheevaPlug", "kirkwood" },
     { "Marvell eSATA SheevaPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies eSATA SheevaPlug", "kirkwood" },
     { "Globalscale Technologies Dreamplug", "kirkwood" },
     { "QNAP TS-119/TS-219", "kirkwood" },
+    { "QNAP TS219 family", "kirkwood" },
     { "QNAP TS-41x", "kirkwood" },
+    { "QNAP TS419 family", "kirkwood" },
     { "Seagate FreeAgent DockStar", "kirkwood" },
+    { "Seagate FreeAgent Dockstar", "kirkwood" },
     { "LaCie Network Space v2", "kirkwood" },
     { "LaCie Internet Space v2", "kirkwood" },
     { "LaCie Network Space Max v2", "kirkwood" },
diff -Nru libdebian-installer-0.99/src/system/subarch-arm-linux.c libdebian-installer-0.99+deb8u1/src/system/subarch-arm-linux.c
--- libdebian-installer-0.99/src/system/subarch-arm-linux.c	2015-01-28 18:54:55.000000000 +0100
+++ libdebian-installer-0.99+deb8u1/src/system/subarch-arm-linux.c	2015-06-03 15:18:35.000000000 +0200
@@ -39,15 +39,24 @@
     { "Marvell RD-88F6192-NAS Development Board", "kirkwood" },
     { "Marvell RD-88F6281 Reference Board", "kirkwood" },
     { "Marvell GuruPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies Guruplug Server Plus", "kirkwood" },
     { "Marvell OpenRD Base Board", "kirkwood" },
+    { "OpenRD Base", "kirkwood" },
     { "Marvell OpenRD Client Board", "kirkwood" },
+    { "OpenRD Client", "kirkwood" },
     { "Marvell OpenRD Ultimate Board", "kirkwood" },
+    { "OpenRD Ultimate", "kirkwood" },
     { "Marvell SheevaPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies SheevaPlug", "kirkwood" },
     { "Marvell eSATA SheevaPlug Reference Board", "kirkwood" },
+    { "Globalscale Technologies eSATA SheevaPlug", "kirkwood" },
     { "Globalscale Technologies Dreamplug", "kirkwood" },
     { "QNAP TS-119/TS-219", "kirkwood" },
+    { "QNAP TS219 family", "kirkwood" },
     { "QNAP TS-41x", "kirkwood" },
+    { "QNAP TS419 family", "kirkwood" },
     { "Seagate FreeAgent DockStar", "kirkwood" },
+    { "Seagate FreeAgent Dockstar", "kirkwood" },
     { "LaCie Network Space v2", "kirkwood" },
     { "LaCie Internet Space v2", "kirkwood" },
     { "LaCie Network Space Max v2", "kirkwood" },

--- End Message ---
--- Begin Message ---
Version: 8.1

Hi,

The fix discussed in this bug was released to stable as part of the 8.1
point release earlier today.

Regards,

Adam

--- End Message ---

Reply to: