Package: src:u-boot Followup-For: Bug #979487 The attachment is the same, rebased on your changes and with a manual page for the compatibility symbolic link.
>From 8822349b18c26b929486bf3886cdf5e118450ac1 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez <[email protected]> Date: Thu, 7 Jan 2021 21:12:43 +0100 Subject: Update references to renamed u-boot-install-sunxi64
This follows 81c170865d89c2e60136d795b0f3de78a1e516bd. The policy requires a manual page for each executable under /usr/bin, including symbolic links. diff --git a/debian/u-boot-sunxi.README.Debian b/debian/u-boot-sunxi.README.Debian index b8899836df..9732affeb2 100644 --- a/debian/u-boot-sunxi.README.Debian +++ b/debian/u-boot-sunxi.README.Debian @@ -6,4 +6,4 @@ Many sunxi boards (Bananapi, Cubieboard) can be written to SD directly: dd conv=fsync,notrunc if=/usr/lib/u-boot/BOARD/u-boot-sunxi-with-spl.bin of=/dev/mmcblkX bs=1024 seek=8 -Pine64 plus can be installed using the u-boot-install-sunxi64 utility. +Pine64 plus can be installed using the u-boot-install-sunxi utility. diff --git a/debian/u-boot-sunxi.install b/debian/u-boot-sunxi.install index e0b6edecf5..ad5a39aa6f 100755 --- a/debian/u-boot-sunxi.install +++ b/debian/u-boot-sunxi.install @@ -1,4 +1,4 @@ #!/bin/sh debian/bin/u-boot-install-targets sunxi -echo debian/bin/u-boot-install-sunxi64 /usr/bin/ +echo debian/bin/u-boot-install-sunxi /usr/bin/ diff --git a/debian/u-boot-sunxi.links b/debian/u-boot-sunxi.links index bee110eb53..eac1f5e469 100644 --- a/debian/u-boot-sunxi.links +++ b/debian/u-boot-sunxi.links @@ -1 +1,2 @@ usr/bin/u-boot-install-sunxi usr/bin/u-boot-install-sunxi64 +usr/share/man/man8/u-boot-install-sunxi.8.gz usr/share/man/man8/u-boot-install-sunxi64.8.gz diff --git a/debian/u-boot-sunxi.manpages b/debian/u-boot-sunxi.manpages index f72604d63f..f9c42c1d24 100644 --- a/debian/u-boot-sunxi.manpages +++ b/debian/u-boot-sunxi.manpages @@ -1 +1 @@ -debian/manpages/u-boot-install-sunxi64.8 +debian/manpages/u-boot-install-sunxi.8

