diff options
author | cos <cos> | 2014-06-12 19:33:42 +0200 |
---|---|---|
committer | cos <cos> | 2014-06-12 19:33:42 +0200 |
commit | f9eab7ee2f8b7c5a01356ad1622ad979f377cf8d (patch) | |
tree | 553b29c62f82ac01fae2eef4218f1a5fd40c0ccf | |
parent | bc9ebd68a62c4101675dd9a24874914a99fe7d6f (diff) | |
download | go-webbrowser-launcher-f9eab7ee2f8b7c5a01356ad1622ad979f377cf8d.zip |
Add signing of debian package.
-rwxr-xr-x | gen-package | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gen-package b/gen-package index b6cd71d..f786ca3 100755 --- a/gen-package +++ b/gen-package @@ -26,5 +26,8 @@ find . -name ${package}_${version}.deb| cp enforce-configurations \ ${builddir}/${package}_${version}/usr/lib/go-webbrowser-launcher ( cd ${builddir}; dpkg-deb --build ${package}_${version} ) + + debsigs --sign=origin --default-key='|cos|' \ + ${builddir}/${package}_${version}.deb mv ${builddir}/${package}_${version}.deb . } |