Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit dbaeb8e

Browse files
authored
Merge pull request #6 from edhongcy/master
Add qnap internal code signing and anti-tampering support
2 parents 414435f + 63fbc4a commit dbaeb8e

15 files changed

+1081
-23
lines changed

Makefile.debian

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ trusty:
1313
&& git clean -xdf \
1414
&& rm -rf .git \
1515
&& find QDK_2.x/template/ -name .gitkeep -exec rm -f {} \; \
16-
&& dch -i -D $@ "auto build" \
1716
&& sed -i '1 s/(\(.*\))/(\1~$@)/' debian/changelog \
18-
&& debuild -S
17+
&& debuild -us -uc -d
1918

2019
xenial:
2120
-rm -rf debuild/$@
@@ -27,9 +26,8 @@ xenial:
2726
&& rm -rf .git \
2827
&& find QDK_2.x/template/ -name .gitkeep -exec rm -f {} \; \
2928
&& cp debian/control.xenial debian/control \
30-
&& dch -i -D $@ "auto build" \
3129
&& sed -i '1 s/(\(.*\))/(\1~$@)/' debian/changelog \
32-
&& debuild -S
30+
&& debuild -us -uc -d
3331

3432
clean:
3533
-rm -rf debuild

0 commit comments

Comments
 (0)