From 57cff618734fc21850dad4e16b682382465d8363 Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 11 May 2018 20:28:53 +0200 Subject: [PATCH] fixed merge --- .../Debian+Ubuntu/debian_release_howto.txt | 18 +++++++++++++++++- .../Debian+Ubuntu/makeSourcePackage.sh | 6 +----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/build_scripts/Debian+Ubuntu/debian_release_howto.txt b/build_scripts/Debian+Ubuntu/debian_release_howto.txt index 5f98d05d7..f77a9dd3e 100644 --- a/build_scripts/Debian+Ubuntu/debian_release_howto.txt +++ b/build_scripts/Debian+Ubuntu/debian_release_howto.txt @@ -2,15 +2,31 @@ Creation of a new Debian changelog: dch --create --package retroshare --newversion 0.6.4-1 + Note: dch reads email in $DEBMAIL or $USER@$HOSTNAME, so it should be made correct in debian/changlog + If the email does not match the email in mentors, the package will be rejected. + dget command to retrieve source package: dget -u https://launchpad.net/~retroshare/+archive/ubuntu/stable/+files/retroshare_0.6.4-1.20180313.0e6d27ad~xenial.dsc (-u means don't check PGP signature) - When ready: * updload the package in a place that can be used to dget the package on mentors.debian.net. dput mentors retroshare_0.6.4-1_source.changes +Checkign with lintian: + lintian --pedantic --profile debian retroshare_0.6.4-1_source.changes + +Todo + * make a sid binary package. + * test in sid using pbuilder chroot system (pbuilder login) + * upload to mentors + * request for sponsorship + +Getting help: + https://webchat.oftc.net/ + +Bug creation/report + reportbug -B debian diff --git a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh index bb9ced05a..2cb83425d 100755 --- a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh +++ b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh @@ -2,9 +2,8 @@ ###################### PARAMETERS #################### gitpath="https://github.com/RetroShare/RetroShare.git" -branch="v0.6.4-official_release" #branch="master" -#branch="v0.6.3-official_release" +branch="v0.6.4-official_release" #bubba3="Y" # comment out to compile for bubba3 ###################################################### @@ -45,9 +44,6 @@ while [ ${#} -gt 0 ]; do rev=${1} shift ;; -# "-debian") shift -# debian="true" -# ;; "-retrotor") shift useretrotor="true" ;;