1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libfoo
Section: libdevel
Maintainer: Nobody <nobody@nowhere.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-ada-library
Package: libfoo-dev
Provides: ${ada:Provides}
Architecture: any
Depends: ${ada:Depends}, ${misc:Depends}
Description: fake foo library to test dh-ada-library (development)
This package contains the sources and the static library.
Package: libfoo5
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: fake foo library to test dh-ada-library (runtime)
This package contains the runtime shared library.
Package: libfoo-doc
Architecture: all
Description: fake foo library to test dh-ada-library (documentation)
This package contains the documentation.
|