SIMDe: Built-Using, only for libobs0 & obs-plugins

This commit is contained in:
Michael R. Crusoe 2020-05-17 11:58:36 +02:00
parent 103fad448f
commit 2283768689
No known key found for this signature in database
GPG key ID: 3C26763F6C67E6E2
2 changed files with 1 additions and 3 deletions

2
debian/changelog vendored
View file

@ -6,7 +6,7 @@ obs-studio (25.0.3+dfsg1-2.1) UNRELEASED; urgency=medium
code copy
* debian/control
- Build-dep on libsimde-dev
- Add "Built-Using: ${simde:Built-Using}" to all the binary packages to
- Add "Built-Using: ${simde:Built-Using}" to libobs0 & obs-plugins to
document the version of libsimde-dev used, as required to keep that
version in the Debian archive, which is needed to fulfill the GPL
* debian/copyright:

2
debian/control vendored
View file

@ -59,7 +59,6 @@ Rules-Requires-Root: no
Package: obs-studio
Architecture: any
Built-Using: ${simde:Built-Using}
Depends: obs-plugins (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: recorder and streamer for live video content
OBS Studio is designed for efficiently recording and streaming live video
@ -100,7 +99,6 @@ Description: recorder and streamer for live video content (shared library)
Package: libobs-dev
Section: libdevel
Architecture: any
Built-Using: ${simde:Built-Using}
Depends:
libobs0 (= ${binary:Version}),
${misc:Depends}