1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

core: add a script tools/build-debian.sh to build stable/devel Debian packages

This commit is contained in:
Sébastien Helleu
2015-10-24 12:55:13 +02:00
parent cfc1f39779
commit 2641b6e778
8 changed files with 333 additions and 6 deletions
+7 -6
View File
@@ -1,8 +1,9 @@
# files/directories excluded from tarballs
.git* export-ignore
debian-devel export-ignore
debian-stable export-ignore
weechat.spec export-ignore
.mailmap export-ignore
tests/ubuntu/ export-ignore
.git* export-ignore
debian-devel export-ignore
debian-stable export-ignore
weechat.spec export-ignore
.mailmap export-ignore
tests/ubuntu/ export-ignore
tools/build-debian.sh export-ignore