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

Bug#793608: linux: update "Depends" of linux on armel/sh4 due to package renamed



Package: linux
Severity: normal
Tags: patch

Dear Maintainer,

For armel/sh4 arch, currently the linux-image "Recommends" uboot-mkimage, which the package is renamed to "u-boot-tools".
So here's the simple patch to update the "Recommends".
Please kindly consider to merge it. Thank you!

Cheers,
Roger


-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'unstable'), (1, 'experimental')
Architecture: armel (armv5tel)

Kernel: Linux 4.0.0-2-kirkwood
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
>From e2a4e8ea8a4dc1cc37aea282cc73abb4913ddee0 Mon Sep 17 00:00:00 2001
From: Roger Shimizu <rogershimizu@gmail.com>
Date: Sat, 25 Jul 2015 17:24:08 +0900
Subject: [PATCH] update "Recommends" of linux-image on arch armel/sh4 due to package renamed
  - old name: uboot-mkimage (https://packages.debian.org/sid/utils/uboot-mkimage)
  - new name: u-boot-tools (https://packages.debian.org/sid/utils/u-boot-tools)

Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
 debian/config/armel/defines | 4 ++--
 debian/config/sh4/defines   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/config/armel/defines b/debian/config/armel/defines
index c81e591..29a2fc0 100644
--- a/debian/config/armel/defines
+++ b/debian/config/armel/defines
@@ -23,7 +23,7 @@ hardware: Marvell Kirkwood
 hardware-long: Marvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc)
 
 [kirkwood_image]
-recommends: uboot-mkimage
+recommends: u-boot-tools
 # SheevaPlug: 4194304 - 8 - 64 = 4194232
 # QNAP TS-119/TS-219: 2097152 - 8 - 64 = 2097080
 check-size: 2097080
@@ -38,7 +38,7 @@ hardware: Marvell Orion
 hardware-long: Marvell Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc)
 
 [orion5x_image]
-recommends: uboot-mkimage
+recommends: u-boot-tools
 # D-Link DNS-323: 1572864 - 8 - 64 = 1572792 (too small, no longer supported)
 # HP Media Vault mv2120: ca 2 MB
 # QNAP TS-109/TS-209 & TS-409: 2097152 - 8 - 64 = 2097080
diff --git a/debian/config/sh4/defines b/debian/config/sh4/defines
index 84dd7f8..e8e5a9e 100644
--- a/debian/config/sh4/defines
+++ b/debian/config/sh4/defines
@@ -20,7 +20,7 @@ hardware: sh7785lcr
 hardware-long: Renesas SH7785 reference board
 
 [sh7785lcr_image]
-recommends: uboot-mkimage
+recommends: u-boot-tools
 # Kernel partition size: 4MB
 check-size: 4194304
 
-- 
2.1.4


Reply to: