# SPDX-FileCopyrightText: 2024 - 2025 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC

Source: hello-test
Maintainer: Daniel Wolf <nephatrine@gmail.com>
Section: utils
Priority: optional
Build-Depends:
 debhelper-compat (=10),
 cmake (>=3.10),
Standards-Version: 4.0.0
Homepage: https://code.nephatrine.net/nephatrine/hello-test
Vcs-Browser: https://code.nephatrine.net/nephatrine/hello-test
Vcs-Git: https://code.nephatrine.net/nephatrine/hello-test.git

Package: hello-test
Multi-Arch: allowed
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libhello-test (=${binary:Version}),
Description: Hello World!
 Just a simple Hello World test application.

Package: libhello-test
Multi-Arch: same
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: shared libraries for hello-test
 These are the shared libraries for package hello-test.

Package: libhello-test-dev
Multi-Arch: same
Architecture: any
Section: libdevel
Depends:
 ${misc:Depends},
 libhello-test (=${binary:Version}),
 libhello-test-headers (=${source:Version}),
Description: static libraries for hello-test
 These are the static libraries for package hello-test.

Package: libhello-test-headers
Multi-Arch: foreign
Architecture: all
Section: libdevel
Description: header files for hello-test
 These are the header files needed to develop with package hello-test.

Package: hello-test-doc
Multi-Arch: foreign
Architecture: all
Section: doc
Description: documentation for hello-test
 This is the documentation for package hello-test.
