pull/2734/head
dgtlmoon 2 weeks ago
parent d013928a6c
commit dfab864745

@ -16,10 +16,10 @@ jobs:
with:
path: changedetection.io-${{ env.PACKAGE_VERSION }}
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install Build Dependencies
run: |

@ -1 +0,0 @@
./debian/changedetection.io.service

3
debian/control vendored

@ -6,9 +6,8 @@ Build-Depends: debhelper-compat (= 13), dh-virtualenv, dh-python, python3-all (>
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/dgtlmoon/changedetection.io
X-Python3-Version: >= 3.10
Package: changedetection.io
Package: python-changedetection.io
Architecture: all
Depends: ${misc:Depends}, python3 (>= 3.10), python3 (<< 3.13)
Description: Web page change detection - Python application

@ -1 +1 @@
changedetection.io
python-changedetection.io

5
debian/rules vendored

@ -3,11 +3,8 @@
%:
dh $@ --with python-virtualenv --buildsystem=pybuild
PYTHON_VERSION := $(shell py3versions -r '>= 3.10 << 3.13' -i)
override_dh_virtualenv:
dh_virtualenv --sourcedirectory=. \
--install-suffix='' \
--destdir=/tmp/changedetection.io \
--requirements=requirements.txt \
--python=/usr/bin/$(PYTHON_VERSION)
--python=/usr/bin/python3.11
Loading…
Cancel
Save