Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/snippets/ubuntu_packaging/basic/control
blob: 55f825274b2f2bb60a18e4e71a951f07762acc4c (plain) (blame)
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.