mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-08-23 10:38:31 +02:00
13 lines
334 B
Django/Jinja
13 lines
334 B
Django/Jinja
Source: {{ name }}
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: {{ author }}
|
|
Build-Depends: debhelper-compat (= 12)
|
|
Standards-Version: 4.4.1
|
|
Homepage: {{ git_url }}
|
|
Vcs-Git: {{ git_url }}
|
|
|
|
Package: {{ name }}
|
|
Architecture: {{ architecture.ubuntu }}
|
|
Depends: {{ dependencies.ubuntu_common | join(',') }}
|
|
Description: {{ description }} |