Skip to content
Snippets Groups Projects
Commit 62dc9c48 authored by Jakub Ružička's avatar Jakub Ružička
Browse files

distro: improve Debian packaging

parent da4579e9
No related branches found
No related tags found
1 merge request!149distro: Improve Debian packaging
9
12
......@@ -2,23 +2,29 @@ Source: apkg
Section: python
Priority: optional
Maintainer: Jakub Ružička <jakub.ruzicka@nic.cz>
Uploaders:
Jakub Ružička <jakub.ruzicka@nic.cz>,
Build-Depends:
debhelper,
debhelper (>= 12),
dh-python,
python3-all,
python3,
python3-setuptools,
python3-pytest,
Build-Depends-Indep:
python3-blessings
Standards-Version: 4.6.1
Homepage: https://gitlab.nic.cz/packaging/apkg
Package: python3-apkg
Architecture: all
Provides: apkg
Depends:
python3-blessings,
python3-bs4,
python3-click,
python3-jinja2,
${misc:Depends},
${python3:Depends},
Description: cross-distro packaging automation tool
apkg is a minimalist cross-distro upstream packaging automation tool aimed at
producing high quality native packages for many different OS
distributions/packaging systems directly from upstream sources with minimum
overhead while respecting individual distro's standards and policies.
#!/usr/bin/make -f
%:
dh $@ --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
rm -rf .tox dist site
override_dh_auto_build:
echo "no build required"
override_dh_auto_test:
python3 -m pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment