Added NOKILLSENT patch not yet applied upstream

This commit is contained in:
Deon George 2019-08-20 14:51:43 +10:00
parent fae4079a30
commit 8c5e6cbc8f

View File

@ -21,6 +21,7 @@ build:x86_64:
- git merge master --no-edit
- git am ../0001-Updated-to-3.5.1.patch
- git am ../0002-Debian-fixes-for-3.5.x.patch
- curl -s https://sourceforge.net/p/makenl/feature-requests/9/attachment/NOKILLSENT.patch|git apply -v --index && git commit -m "NO KILLSENT patch"
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
- dpkg-buildpackage -us -uc
- cd ..
@ -60,6 +61,7 @@ build:armv7l:
- git merge master --no-edit
- git am ../0001-Updated-to-3.5.1.patch
- git am ../0002-Debian-fixes-for-3.5.x.patch
- curl -s https://sourceforge.net/p/makenl/feature-requests/9/attachment/NOKILLSENT.patch|git apply -v --index && git commit -m "NO KILLSENT patch"
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
- dpkg-buildpackage -us -uc
- cd ..