Skip to content
Snippets Groups Projects
Commit 3b5bccc9 authored by Denis Pynkin's avatar Denis Pynkin Committed by Emanuele Aina
Browse files

Remove version from cpio dependency

Now that the `target` repository only ships an earlier, GPL-3-free version
of `cpio` provided by `cpio-gplv2`, the versioned dependency fails:

```
2019/09/11 16:28:32 apt | The following packages have unmet dependencies:
2019/09/11 16:28:32 apt |  initramfs-tools : Depends: initramfs-tools-core (= 0.132co1ba1) but it is not going to be installed
2019/09/11 16:28:32 apt | E: Unable to correct problems, you have held broken packages.
```

The versioned depends was introduced for the `--reproducible` flag, used if
`SOURCE_DATE_EPOCH` is set (which we don't use):
https://salsa.debian.org/kernel-team/initramfs-tools/commit/f1cbe6f18c925cffd85



Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent 22783a5a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment