Codebase list braceexpand / 593b6ec
New upstream release. * New upstream release. * Update Standards-Version. * Adjust debian/rules so tests get run during build. * Update copyright year. * Update debian/watch file format version. Edward Betts 2 years ago
5 changed file(s) with 22 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 braceexpand (0.1.7-1) unstable; urgency=medium
1
2 * New upstream release.
3 * Update Standards-Version.
4 * Adjust debian/rules so tests get run during build.
5 * Update copyright year.
6 * Update debian/watch file format version.
7
8 -- Edward Betts <edward@4angle.com> Tue, 24 Aug 2021 13:13:23 +0100
9
010 braceexpand (0.1.6-1) unstable; urgency=medium
111
212 [ Debian Janitor ]
33 Section: python
44 Priority: optional
55 Build-Depends: debhelper-compat (= 13),
6 dh-python,
67 dh-sequence-python3,
7 dh-python,
88 python3-all,
99 python3-setuptools
1010 Rules-Requires-Root: no
11 Standards-Version: 4.5.0
11 Standards-Version: 4.5.1
1212 Homepage: https://github.com/trendels/braceexpand
1313 Vcs-Browser: https://salsa.debian.org/python-team/packages/braceexpand
1414 Vcs-Git: https://salsa.debian.org/python-team/packages/braceexpand.git
77 License: MIT
88
99 Files: debian/*
10 Copyright: 2018-2020, Edward Betts
10 Copyright: 2018-2021, Edward Betts
1111 License: MIT
1212
1313
33 %:
44 dh $@ --buildsystem=pybuild
55
6 override_dh_auto_test:
7 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
8 $(eval BUILD_DIR=$(shell pybuild --print '{build_dir}'))
9 cp -r test_braceexpand.py $(BUILD_DIR)
10 dh_auto_test
11 rm $(BUILD_DIR)/test_braceexpand.py
12 endif
13
614 override_dh_auto_clean:
715 dh_auto_clean
816 rm -rf braceexpand.egg-info
0 version=3
0 version=4
11 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
22 https://pypi.debian.net/braceexpand/braceexpand-(.+)\.tar\.gz