File: README.source

package info (click to toggle)
pandas 1.1.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 47,284 kB
  • sloc: python: 292,793; ansic: 8,591; sh: 608; makefile: 94
file content (16 lines) | stat: -rw-r--r-- 935 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
New upstream and contributors_list update (warning: assumes my directory layout):

#update this: export version=1.1.2
GBP_CONF_FILES=~/.gbp.conf gbp import-orig --upstream-branch=23dfsg  --debian-branch=debian --uscan --pristine-tar
echo "Current to version ${version} (generated by git shortlog -ns)" > debian/contributors_list.txt
echo "There may be multiple entries for the same person if they have used more than one (form of their) name" >> debian/contributors_list.txt
echo "https://github.com/pandas-dev/pandas/graphs/contributors" >> debian/contributors_list.txt
echo "" >> debian/contributors_list.txt
cd ~/Debian/upstreams/pandas
git pull
git checkout v${version}
git shortlog -ns >> ~/Debian/sourcepkgs/pandas/debian/contributors_list.txt
cd ~/Debian/sourcepkgs/pandas
echo "" >> debian/contributors_list.txt
echo "Debian packaging" >> debian/contributors_list.txt
git shortlog -ns -- debian >> debian/contributors_list.txt