File: README.packaging

package info (click to toggle)
repo 2.58-4
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 1,732 kB
  • sloc: python: 21,066; sh: 99; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Procedure to update to a new upstream release:

# Pre-condition: upstream git repo is added by:
$ git remote add upstream https://gerrit.googlesource.com/git-repo.git

# Precedure to update
$ git fetch upstream

# Suppose the latest stable is 2.36.1
# ver=v2.36.1
$ gbp import-ref -u${ver} --upstream-tag=${ver}
$ dch -b -v"${ver}-1" "New upstream release $1"
$ uscan -d

 -- Roger Shimizu <rosh@debian.org>  Sun, 03 Sep 2023 01:11:35 -0700