# HG changeset patch # User Jérémy Bobbio # Date 1560437267 -7200 # Node ID ca06ce5eba380b2111cb61ba37b1d98c0aadcecc # Parent 4ed5a9e45d19c72ee293095780d613773e4aa289 [pkg] Tidy substvars usage in control file The documentation package was missing a Built-Using field to record the provenance of the templates. Empty packages or meta packages do not require Depends on a specific Python version, so we can remove the relevant substvars. diff -r 4ed5a9e45d19 -r ca06ce5eba38 debian/changelog --- a/debian/changelog Mon Jun 10 10:53:48 2019 +0200 +++ b/debian/changelog Thu Jun 13 16:47:47 2019 +0200 @@ -5,6 +5,7 @@ * Run test suite as part of autopkgtest. * Remove build dependency on obsolete dh-systemd. * Specify priority “optional” instead of the obsolete “extra”. + * Tidy substvars usage in control file. -- Jérémy Bobbio Wed, 29 May 2019 16:06:20 +0200 diff -r 4ed5a9e45d19 -r ca06ce5eba38 debian/control --- a/debian/control Mon Jun 10 10:53:48 2019 +0200 +++ b/debian/control Thu Jun 13 16:47:47 2019 +0200 @@ -124,7 +124,7 @@ Provides: cubicweb-postgresql-support Depends: ${misc:Depends}, - ${python3:Depends}, + python3-cubicweb (= ${source:Version}), python3-psycopg2, postgresql-client Description: postgres support for the CubicWeb framework @@ -137,6 +137,7 @@ Package: python3-cubicweb-pyramid Architecture: all Depends: + ${misc:Depends}, python3-cubicweb (= ${source:Version}), python3-pyramid (>= 1.5.0), python3-pyramid-multiauth, @@ -158,7 +159,6 @@ Architecture: all Depends: ${misc:Depends}, - ${python3:Depends}, python3-cubicweb (= ${source:Version}) Description: tool to manage the CubicWeb framework CubicWeb is a semantic web application framework. @@ -178,6 +178,7 @@ Depends: ${misc:Depends}, ${sphinxdoc:Depends}, +Built-Using: ${sphinxdoc:Built-Using} Recommends: doc-base Description: documentation for the CubicWeb framework