mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 18:50:19 +00:00
Enhance changelog installation in debian/rules
Modify changelog installation process to create documentation directories for packages.
This commit is contained in:
committed by
GitHub
parent
789cc29279
commit
0aff2e7227
4
debian/rules
vendored
4
debian/rules
vendored
@@ -11,4 +11,8 @@ override_dh_auto_configure:
|
|||||||
-Dwith-lua=lua53
|
-Dwith-lua=lua53
|
||||||
|
|
||||||
override_dh_installchangelogs:
|
override_dh_installchangelogs:
|
||||||
|
set -e; \
|
||||||
|
for p in `dh_listpackages`; do \
|
||||||
|
mkdir -p "debian/$$p/usr/share/doc/$$p"; \
|
||||||
|
done
|
||||||
dh_installchangelogs debian/changelog.txt
|
dh_installchangelogs debian/changelog.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user