mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05:00
fixed merge
This commit is contained in:
parent
ecbd115873
commit
57cff61873
@ -2,15 +2,31 @@ Creation of a new Debian changelog:
|
|||||||
|
|
||||||
dch --create --package retroshare --newversion 0.6.4-1
|
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 command to retrieve source package:
|
||||||
|
|
||||||
dget -u https://launchpad.net/~retroshare/+archive/ubuntu/stable/+files/retroshare_0.6.4-1.20180313.0e6d27ad~xenial.dsc
|
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)
|
(-u means don't check PGP signature)
|
||||||
|
|
||||||
|
|
||||||
When ready:
|
When ready:
|
||||||
* updload the package in a place that can be used to dget the package on mentors.debian.net.
|
* 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
|
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
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
|
|
||||||
###################### PARAMETERS ####################
|
###################### PARAMETERS ####################
|
||||||
gitpath="https://github.com/RetroShare/RetroShare.git"
|
gitpath="https://github.com/RetroShare/RetroShare.git"
|
||||||
branch="v0.6.4-official_release"
|
|
||||||
#branch="master"
|
#branch="master"
|
||||||
#branch="v0.6.3-official_release"
|
branch="v0.6.4-official_release"
|
||||||
#bubba3="Y" # comment out to compile for bubba3
|
#bubba3="Y" # comment out to compile for bubba3
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
@ -45,9 +44,6 @@ while [ ${#} -gt 0 ]; do
|
|||||||
rev=${1}
|
rev=${1}
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
# "-debian") shift
|
|
||||||
# debian="true"
|
|
||||||
# ;;
|
|
||||||
"-retrotor") shift
|
"-retrotor") shift
|
||||||
useretrotor="true"
|
useretrotor="true"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user