forked from pool/pesign-obs-integration
Add _service file with tar_scm and dsc. The tar_scm is necessary, as for Debian builds it's necessary to have a tarball with the content. RPM build is unchanged. OBS-URL: https://build.opensuse.org/request/show/613226 OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign-obs-integration?expand=0&rev=57
23 lines
839 B
Plaintext
23 lines
839 B
Plaintext
Source: pesign-obs-integration
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Michal Marek <mmarek@suse.cz>
|
|
Build-Depends: debhelper (>= 7), openssl, shellcheck
|
|
Standards-Version: 3.9.8
|
|
|
|
Package: pesign-obs-integration
|
|
Architecture: all
|
|
Depends: ${perl:Depends}, ${misc:Depends}, libnss3-tools, openssl, pesign
|
|
Description: Automate signing EFI binaries and kernel modules on OBS
|
|
This package provides scripts and rpm macros to automate signing of the
|
|
boot loader, kernel and kernel modules in the openSUSE Buildservice.
|
|
|
|
Package: dh-signobs
|
|
Architecture: all
|
|
Enhances: debhelper
|
|
Depends: ${misc:Depends}, debhelper, cpio, libnss3-tools, jq, pesign,
|
|
pesign-obs-integration, openssl
|
|
Description: Debian Helper for EFI signing on OBS
|
|
Adds a helper sequence to dh to send EFI signatures to OBS and to
|
|
re-package them using the templates.
|