Codebase list django-measurement / 8f09284
debian/rules: set SETUPTOOLS_SCM_PRETEND_VERSION The upstream build system is now using use_scm_version=True. Add python3-setuptools-scm as a build dependency. Gbp-Dch: full Antonio Terceiro 3 years ago
2 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1010 python3-pbr,
1111 python3-pytest,
1212 python3-pytest-django,
13 python3-setuptools (>= 0.6b3)
13 python3-setuptools (>= 0.6b3),
14 python3-setuptools-scm,
1415 Standards-Version: 4.5.0
1516 Homepage: https://github.com/coddingtonbear/django-measurement
1617 Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-measurement.git
00 #!/usr/bin/make -f
11
2 # This file was automatically generated by stdeb 0.8.5 at
3 # Sat, 13 Apr 2019 23:04:35 -0300
2 include /usr/share/dpkg/pkg-info.mk
3
44 export PYBUILD_NAME=django-measurement
55 export DJANGO_SETTINGS_MODULE=tests.settings
6 export SETUPTOOLS_SCM_PRETEND_VERSION = $(DEB_VERSION_UPSTREAM)
7
68 %:
79 dh $@ --with python3 --buildsystem=pybuild