mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
Fix error handling and improve changelog installation
This commit is contained in:
committed by
GitHub
parent
92824d5338
commit
60c37ee0eb
6
debian/rules
vendored
6
debian/rules
vendored
@@ -11,8 +11,8 @@ override_dh_auto_configure:
|
|||||||
-Dwith-lua=lua53
|
-Dwith-lua=lua53
|
||||||
|
|
||||||
override_dh_installchangelogs:
|
override_dh_installchangelogs:
|
||||||
set -e; \
|
set -eux; \
|
||||||
for p in $$(dh_listpackages); do \
|
for p in $$(dh_listpackages); do \
|
||||||
install -d "debian/$$p/usr/share/doc/$$p"; \
|
mkdir -p "debian/$$p/usr/share/doc/$$p"; \
|
||||||
|
dh_installchangelogs -p"$$p" debian/changelog.txt; \
|
||||||
done
|
done
|
||||||
dh_installchangelogs debian/changelog.txt
|
|
||||||
|
|||||||
Reference in New Issue
Block a user