diff --git a/build_scripts/Debian/debian/copyright b/build_scripts/Debian/debian/copyright index 4b89afc5e..3c6b5e98f 100644 --- a/build_scripts/Debian/debian/copyright +++ b/build_scripts/Debian/debian/copyright @@ -4,10 +4,6 @@ Source: https://github.com/retroshare/retroshare Files: * -Upstream Author(s): - Cyril Soler - Robert Fernie - Upstream-Contact: retroshare.team@gmail.com Copyright: Copyright 2007-2018 Retroshare Team All rights reserved. diff --git a/build_scripts/Debian/debian_release_howto.txt b/build_scripts/Debian/debian_release_howto.txt index db9f8d9bf..2bf578fb9 100644 --- a/build_scripts/Debian/debian_release_howto.txt +++ b/build_scripts/Debian/debian_release_howto.txt @@ -46,4 +46,18 @@ Re-do debian/rules according to disable autologin Put the package on salsa: - salsa.debian.org + salsa.debian.org + +Debian binary changes file signature: + gpg --clearsign -u 0932399B retroshare_0.6.4-1_amd64.changes + + Signature does only work when done with debsign: + debsign -k0932399B retroshare_0.6.4-1.dsc + debsign -k0932399B retroshare_0.6.4-1_source.changes + debsign -k0932399B retroshare_0.6.4-1_amd64.changes + +Uploading-to-mentors bug: + Apparently the system prevents you from uploading while a package is in the + queue. So the upload responds "403 forbidden" whene e.g. the previous + upload was cancelled by ^C. +