1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# linux-signed-* source packages are generated by the linux source
# package, and produce binaries with the same versions
linux-signed-amd64 source: version-substvar-for-external-package Depends *${binary:Version} linux-base-* -> linux-base-*
linux-signed-amd64 source: version-substvar-for-external-package Depends *${binary:Version} linux-headers-* -> linux-headers-*
linux-signed-amd64 source: version-substvar-for-external-package Depends *${binary:Version} linux-image-* -> linux-image-*
# The changelog is mostly copied from linux which is non-native
linux-signed-amd64 source: odd-historical-debian-changelog-version * (for native)*
# The debian/copyright file is copied from src:linux and describes the
# source files in that package. Given that src:linux-signed-* only
# repackages code built from src:linux, this makes more sense than
# describing only the source files in linux-signed-*.
linux-signed-amd64 source: superfluous-file-pattern * *debian/copyright:*
|