Skip to content

Commit 98a81bb

Browse files
committed
Change: modified the build system so no patching
of setup.py is needed.
1 parent 115727e commit 98a81bb

4 files changed

Lines changed: 4 additions & 68 deletions

File tree

debian/control

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Build-Depends:
1515
python3-lxml,
1616
python3-defusedxml,
1717
python3-paramiko,
18-
dh-python
18+
dh-python,
19+
python3-poetry-core,
20+
pybuild-plugin-pyproject (>= 5),
1921
Standards-Version: 4.5.1
2022
X-Python3-Version: >= 3.9
2123

debian/gbp.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[DEFAULT]
22
debian-branch = abomination
3-
upstream-tag = v23.4.2
3+
upstream-tag = v%(version)s
44
upstream-tree = tag
55

66
[buildpackage]

debian/patches/add_setup_py.patch

Lines changed: 0 additions & 65 deletions
This file was deleted.

debian/patches/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
add_setup_py.patch

0 commit comments

Comments
 (0)