File: README.source

package info (click to toggle)
sx 2.0%2Bds-4
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 11,980 kB
  • ctags: 9,945
  • sloc: ansic: 106,492; sh: 14,484; perl: 1,246; makefile: 572; python: 255
file content (10 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
gbp-import-orig's filter feature was used to remove the bundled 3rdparty/
sources from upstream tarball, for example:

# fetch tags
git remote add up http://git.skylable.com/sx
git remote update up
# import version 1.2
gbp import-orig --upstream-vcs-tag=1.2 -u '1.2+ds' --uscan --verbose
# update debian/changelog version to 1.2+ds-1
....