File: README.source

package info (click to toggle)
terminology 1.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,708 kB
  • sloc: ansic: 39,451; sh: 6,352; python: 314; perl: 105; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Notes on git-buildpackage and new releases
------------------------------------------

1 Make sure you are on the debian/sid (or debian/experimental) branch
git checkout debian/sid

2 Add a remote pointing to the upstream repository if it is not yet present
git remote add upstream https://git.enlightenment.org/apps/terminology.git

3 Then gbp can do all the heavy lifting:
git fetch --tags upstream
gbp import-orig --uscan