Skip to content

Commit 60e0a82

Browse files
pandas (2.2.3+dfsg-1) unstable; urgency=medium
* New upstream release. (Closes: #1082096) * Update contributors, refresh patches. * Tests: keep 32-bit intervaltree xfailed. [dgit import unpatched pandas 2.2.3+dfsg-1]
2 parents 2f3246a + 2c9cae6 commit 60e0a82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+14909
-0
lines changed

debian/README.source

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
New upstream and contributors_list update (warning: assumes my directory layout):
2+
3+
#update this: export version=1.5.1
4+
cd ~/Debian/sourcepkgs/pandas
5+
GBP_CONF_FILES=~/.gbp.conf gbp import-orig --upstream-branch=upstream --debian-branch=main --uscan --pristine-tar
6+
echo "Current to version ${version} (generated by git shortlog -ns)" > debian/contributors_list.txt
7+
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
8+
echo "https://github.com/pandas-dev/pandas/graphs/contributors" >> debian/contributors_list.txt
9+
echo "" >> debian/contributors_list.txt
10+
cd ~/Debian/upstreams/pandas
11+
git pull
12+
git checkout v${version}
13+
git shortlog -ns >> ~/Debian/sourcepkgs/pandas/debian/contributors_list.txt
14+
git checkout main
15+
cd ~/Debian/sourcepkgs/pandas
16+
echo "" >> debian/contributors_list.txt
17+
echo "Debian packaging" >> debian/contributors_list.txt
18+
git shortlog -ns -- debian >> debian/contributors_list.txt

0 commit comments

Comments
 (0)