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

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

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

5
debian/control vendored

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

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

5
debian/rules vendored

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