Files
demo-hello/debian/control
2025-05-28 00:25:05 +08:00

14 lines
382 B
Plaintext

Source: hello
Section: misc
Priority: optional
Maintainer: Demo Maintainer <demo@example.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://example.com/hello
Package: hello
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hello World demo program
A minimal program that prints “Hello, world!” on the command line.