deb-mock/examples/hello_1.0.dsc
robojerk ef4c87b280
Some checks failed
Build and Publish Debian Package / build-deb (push) Failing after 1m16s
Build Deb-Mock Package / build (push) Successful in 48s
Test Deb-Mock Build / test (push) Successful in 52s
fix debian build: skip tests and add examples directory
2025-08-04 00:11:47 +00:00

19 lines
No EOL
582 B
Text

Format: 3.0 (quilt)
Source: hello
Binary: hello
Architecture: any
Version: 1.0-1
Maintainer: Deb-Mock Team <team@deb-mock.org>
Homepage: https://github.com/deb-mock/deb-mock
Standards-Version: 4.6.2
Vcs-Browser: https://github.com/deb-mock/deb-mock
Vcs-Git: https://github.com/deb-mock/deb-mock.git
Build-Depends: debhelper-compat (= 13)
Package: hello
Architecture: any
Depends: ${misc:Depends}
Description: Example package for Deb-Mock testing
This is a simple example package used to test the Deb-Mock
build environment. It demonstrates basic package building
functionality.