mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +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
|
||||
|
||||
override_dh_installchangelogs:
|
||||
set -e; \
|
||||
set -eux; \
|
||||
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
|
||||
dh_installchangelogs debian/changelog.txt
|
||||
|
||||
Reference in New Issue
Block a user