diff -Nru pystaticconfiguration-0.10.5/debian/changelog pystaticconfiguration-0.10.5/debian/changelog --- pystaticconfiguration-0.10.5/debian/changelog 2021-01-21 09:25:42.000000000 +0000 +++ pystaticconfiguration-0.10.5/debian/changelog 2022-11-29 16:06:42.000000000 +0000 @@ -1,3 +1,17 @@ +pystaticconfiguration (0.10.5-2) unstable; urgency=medium + + [ Neil Williams ] + * Team upload. + * Fix dh_python depends (lintian error) + * Add d/gbp.conf to handle default debian/master branch + * Add Salsa CI + * Update standards version + + [ Debian Janitor ] + * Apply multi-arch hints. + python-staticconf-doc: Add Multi-Arch: foreign. + + -- Jelmer Vernooij Tue, 29 Nov 2022 16:06:42 +0000 + pystaticconfiguration (0.10.5-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru pystaticconfiguration-0.10.5/debian/control pystaticconfiguration-0.10.5/debian/control --- pystaticconfiguration-0.10.5/debian/control 2021-01-21 09:25:42.000000000 +0000 +++ pystaticconfiguration-0.10.5/debian/control 2022-11-29 16:06:42.000000000 +0000 @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, - python3-all, + python3-all:any, python3-mock, python3-pytest, python3-setuptools, @@ -14,7 +14,7 @@ python3-sphinx, python3-sphinx-rtd-theme, python3-yaml -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Homepage: https://github.com/dnephin/PyStaticConfiguration Vcs-Git: https://salsa.debian.org/python-team/packages/pystaticconfiguration.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pystaticconfiguration @@ -42,6 +42,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} +Multi-Arch: foreign Description: Python library for loading and reading configuration (documentation) This package contains PyStaticConfiguration, a Python library for loading, validating and reading configuration from many heterogeneous formats. diff -Nru pystaticconfiguration-0.10.5/debian/gbp.conf pystaticconfiguration-0.10.5/debian/gbp.conf --- pystaticconfiguration-0.10.5/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ pystaticconfiguration-0.10.5/debian/gbp.conf 2022-11-29 16:06:42.000000000 +0000 @@ -0,0 +1,2 @@ +[DEFAULT] +debian-branch = debian/master diff -Nru pystaticconfiguration-0.10.5/debian/salsa-ci.yml pystaticconfiguration-0.10.5/debian/salsa-ci.yml --- pystaticconfiguration-0.10.5/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ pystaticconfiguration-0.10.5/debian/salsa-ci.yml 2022-11-29 16:06:42.000000000 +0000 @@ -0,0 +1,11 @@ +# For more information on what jobs are run see: +# https://salsa.debian.org/salsa-ci-team/pipeline +# +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' +