summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2021-04-30Fix command-line arguments for dh_gencontrolSteve McIntyre
The arguments going to dh_gencontrol need to e before the -- , doh!
2021-04-30Typo fix - remove spaceSteve McIntyre
2021-04-30Tweak dh_install* usage for docsSteve McIntyre
Newer versions of debhelper are not happy about setting up cross-package links for (e.g.) copyright and changelog files between binary-any and binary-all packages. Stop trying to do that now, just include them in both the shim-signed and shim-signed-common packages separately.
2021-04-30Don't include apport stuff in the Debian build, it's not usefulSteve McIntyre
2021-04-30Tweak arm64 building a lotSteve McIntyre
And various other minor packaging tweaks Add a different description at package build time to warn users that shim-signed on arm64 is *not* actually signed. Add a doc link to the wiki for more details. Comment out a lintian override for arm64
2019-05-27Remove doc link used to quieten old lintian versionsdebian/1.31Steve McIntyre
2019-05-27Separate the helper scripts into a new shim-signed-common packageSteve McIntyre
Separate this from the actual signed shim binaries so that we can sensibly support co-installability using Multi-Arch. Closes: #928486
2019-04-19Grab the version of shim-unsigned in debian/rules, not shimSteve McIntyre
2019-04-19Instead of hard-coding amd64 (x64), use a per-arch variableSteve McIntyre
2019-04-19Stop copying helper binaries into our package nowSteve McIntyre
We just depend on shim-helpers-ARCH-signed now, much better
2019-03-06Import Debian version 1.28+nmu2debian/1.28+nmu2Steve McIntyre
shim-signed (1.28+nmu2) unstable; urgency=medium * Non-maintainer upload. * Copy the helper binaries from the shim binary so that we no longer need to depend on it. See #922179 for more details. Add a Replaces: shim and to allow us to over-write binaries there. * Explicitly uploading in a chroot with older binaries installed for shim and sbsigntool, and update Build-Depends to point to those speficic versions. This package will *not* function with other versions installed.
2019-03-06Import Debian version 1.28debian/1.28Steve Langasek
shim-signed (1.28) unstable; urgency=medium * Initial Debian upload, based on Ubuntu package.