fix debhelper compatibility conflict and add examples directory to git
This commit is contained in:
parent
13c2dbc075
commit
e1c6018f5b
2 changed files with 8 additions and 2 deletions
|
|
@ -18,8 +18,14 @@ jobs:
|
||||||
# Verify all files are copied
|
# Verify all files are copied
|
||||||
echo "Checking repository contents:"
|
echo "Checking repository contents:"
|
||||||
ls -la
|
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"
|
ls -la examples/ || echo "examples directory not found"
|
||||||
|
echo "Git status:"
|
||||||
|
git status
|
||||||
|
echo "Git log:"
|
||||||
|
git log --oneline -5
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -2,7 +2,7 @@ Source: deb-mock
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Deb-Mock Team <deb-mock@raines.xyz>
|
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
|
Standards-Version: 4.6.2
|
||||||
Homepage: https://git.raines.xyz/robojerk/deb-mock
|
Homepage: https://git.raines.xyz/robojerk/deb-mock
|
||||||
Vcs-Git: https://git.raines.xyz/robojerk/deb-mock.git
|
Vcs-Git: https://git.raines.xyz/robojerk/deb-mock.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue