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
|
||||
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
2
debian/control
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue