Initial commit: Создание deb и python пакета

This commit is contained in:
2026-06-27 03:40:41 +03:00
commit 351217ad53
9 changed files with 261 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
python3-python-deb (0.1-1) unstable; urgency=medium
* Initial release.
-- vkh <vkh@casket.ddns.net> Thu, 27 Jun 2026 3:00:00 +0300
+15
View File
@@ -0,0 +1,15 @@
Source: python3-deb-python-package
Section: python
Priority: optional
Maintainer: vkh <vkh@casket.ddns.net>
Build-Depends: debhelper-compat (=13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools
Standards-Version: 4.6.2
Package: python3-deb-python-package
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Test app
Vendored Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild