1
0
forked from extern/zsync

Add License and Changelog to deb package

This commit is contained in:
thorsten.spille 2024-02-11 23:29:21 +01:00
parent 2c552fa42e
commit 45ceedc6d9
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# Change log
## [v1.0.1] - 2024-02-11
### Added

View File

@ -22,4 +22,9 @@ chmod 755 $package/DEBIAN/p*
# remove bashclub-zsync-config from package
rm $package/usr/bin/bashclub-zsync-config
# add changelog and changelog
mkdir -p ./$package/usr/share/doc/$package/copyright
cp LICENSE ./$package/usr/share/doc/$package/copyright
cp CHANGELOG.md ./$package/usr/share/doc/$package/
dpkg-deb --build $package $deb_package