File: README.source

package info (click to toggle)
statsmodels 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 46,076 kB
  • sloc: python: 232,741; f90: 612; sh: 389; javascript: 337; makefile: 164; asm: 156; ansic: 16; xml: 9
file content (11 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
This repository includes the upstream Git history.

Setting up the second remote (once per clone):
git remote add upstream https://github.com/statsmodels/statsmodels

Importing a new upstream version:
git fetch upstream
gbp import-orig --upstream-branch=master --uscan --pristine-tar "--upstream-vcs-tag=v%(version)s" --debian-branch=debian

Remember that the source package the buildds see isn't a Git repo:
we (unlike upstream) can't use git as a clean command during the build.