aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_posts/snippets/ubuntu_packaging/basic/control
blob: 55f825274b2f2bb60a18e4e71a951f07762acc4c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                          
Source: test
Section: utils
Priority: optional
Maintainer: John Doe <John.Doe@example.com>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://example.com/test

Package: test
Architecture: all
Depends: ${misc:Depends}
Description: This is a test package.
 This is a test package, just trying out Debian packaging.