File: README.source

package info (click to toggle)
statsmodels 0.14.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 49,848 kB
  • sloc: python: 253,316; f90: 612; sh: 560; javascript: 337; asm: 156; makefile: 132; ansic: 16; xml: 9
file content (11 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
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=upstreamtarballs --uscan --pristine-tar "--upstream-vcs-tag=v%(version)s" --debian-branch=main

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.