mirror of https://github.com/xemu-project/xemu.git
ci: Zero Ubuntu dpkg version to eliminate cflag differences
This commit is contained in:
parent
c3120831bb
commit
203b33ecf0
|
@ -213,7 +213,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pushd src
|
pushd src
|
||||||
echo -e "\
|
echo -e "\
|
||||||
xemu (1:$(cat XEMU_VERSION)-0) unstable; urgency=medium\n\
|
xemu (1:0.0.0-0) unstable; urgency=medium\n\
|
||||||
Built from $(cat XEMU_VERSION)\n\
|
Built from $(cat XEMU_VERSION)\n\
|
||||||
-- Matt Borgerson <contact@mborgerson.com> $(date -R)" > debian/changelog
|
-- Matt Borgerson <contact@mborgerson.com> $(date -R)" > debian/changelog
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue