Initial commit: Создание deb и python пакета
This commit is contained in:
Vendored
+5
@@ -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
|
||||
Vendored
+15
@@ -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
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
Reference in New Issue
Block a user