diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:27:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:27:03 +0000 |
commit | faaa3eaa51d83f8d785b4b51b6e5c0ce759084c8 (patch) | |
tree | 3f595da2242d92af82fa1c823486d442dffe7ec1 /debian/control | |
parent | Adding upstream version 0.1.1. (diff) | |
download | architecture-properties-faaa3eaa51d83f8d785b4b51b6e5c0ce759084c8.tar.xz architecture-properties-faaa3eaa51d83f8d785b4b51b6e5c0ce759084c8.zip |
Adding debian version 0.1.1.debian/0.1.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..27168e4 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: architecture-properties +Section: devel +Priority: optional +Maintainer: Architecture Properties Maintainers <achitecture-properties@packages.debian.org> +Uploaders: Niels Thykier <niels@thykier.net>, +Build-Depends: debhelper-compat (= 13) +Rules-Requires-Root: no +Standards-Version: 4.6.1 +Vcs-Git: https://salsa.debian.org/debian/architecture-properties.git +Vcs-Browser: https://salsa.debian.org/debian/architecture-properties + +Package: architecture-properties +Architecture: any +Multi-Arch: same +Provides: architecture-is-${DEB-HOST-ARCH-BITS}-bit, + architecture-is-${DEB-HOST-ARCH-ENDIAN}-endian +Description: Declarative architecture constraints + This is a meta package that provide declarative architecture + constraints like "architecture-is-64-bit" or + "architecture-is-little-endian" for cases where architecture + wildcard support in the Architecture field is insufficient. + . + Example usage: "Build-Depends: architecture-is-64-bit". + . + This package is provided solely for the purpose of being used + in build-dependencies to simplify management of architecture + support. + |