fix debhelper compatibility conflict and add examples directory to git
Some checks failed
Build and Publish Debian Package / build-deb (push) Failing after 1m35s
Build Deb-Mock Package / build (push) Successful in 54s
Test Deb-Mock Build / test (push) Failing after 51s

This commit is contained in:
robojerk 2025-08-04 00:06:49 +00:00
parent 13c2dbc075
commit e1c6018f5b
2 changed files with 8 additions and 2 deletions

View file

@ -18,8 +18,14 @@ jobs:
# Verify all files are copied
echo "Checking repository contents:"
ls -la
echo "Checking examples directory:"
echo "Checking for examples directory:"
find . -name "examples" -type d || echo "examples directory not found"
echo "Checking examples directory contents:"
ls -la examples/ || echo "examples directory not found"
echo "Git status:"
git status
echo "Git log:"
git log --oneline -5
- name: Set up Python
run: |

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: deb-mock
Section: devel
Priority: optional
Maintainer: Deb-Mock Team <deb-mock@raines.xyz>
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools
Build-Depends: debhelper (>= 13), dh-python, python3-all, python3-setuptools
Standards-Version: 4.6.2
Homepage: https://git.raines.xyz/robojerk/deb-mock
Vcs-Git: https://git.raines.xyz/robojerk/deb-mock.git