We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115727e commit 98a81bbCopy full SHA for 98a81bb
4 files changed
debian/control
@@ -15,7 +15,9 @@ Build-Depends:
15
python3-lxml,
16
python3-defusedxml,
17
python3-paramiko,
18
- dh-python
+ dh-python,
19
+ python3-poetry-core,
20
+ pybuild-plugin-pyproject (>= 5),
21
Standards-Version: 4.5.1
22
X-Python3-Version: >= 3.9
23
debian/gbp.conf
@@ -1,6 +1,6 @@
1
[DEFAULT]
2
debian-branch = abomination
3
-upstream-tag = v23.4.2
+upstream-tag = v%(version)s
4
upstream-tree = tag
5
6
[buildpackage]
debian/patches/add_setup_py.patch
debian/patches/series
@@ -1 +0,0 @@
-add_setup_py.patch
0 commit comments