diff --git a/debian/changelog b/debian/changelog index 1e5ae804799a733c3950d9b9b5f7d1993cc035a4..0f8aaaf4428e751d2ef2f6f9a70c5a345f478eb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +steam-runtime-tools (0.20200403.0) UNRELEASED; urgency=medium + + [ Ludovico de Nittis ] + * Diagnose problems with "steam:" URL handler + * Create a new srt_system_info_get_steam_details function + * tests: Generate mock sysroots programmatically + + [ Simon McVittie ] + * tests: Factor out the directory containing mock sysroots + * tests: Add a script to generate the mock sysroots + * Build as a native package. + + -- Simon McVittie <smcv@collabora.com> Tue, 03 Apr 2020 10:23:42 +0100 + steam-runtime-tools (0.20200331.1-0+steamrt1.1) scout; urgency=medium * Fix version number diff --git a/debian/clean b/debian/clean index b5745c86cac3c87eb9b336b380ea6a9a4beb4dbf..c997053d68cc46e282059d4a372a630b6e2cfafa 100644 --- a/debian/clean +++ b/debian/clean @@ -1 +1,5 @@ +_build/ +build/ +builddir/ debian/version.txt +obj-*/ diff --git a/debian/git-version-gen.control b/debian/git-version-gen.control new file mode 100644 index 0000000000000000000000000000000000000000..6074e7a7d5999442ebd36fb70d33229bd8b93f00 --- /dev/null +++ b/debian/git-version-gen.control @@ -0,0 +1,3 @@ +Upstream: yes +Build-Suffix: +srt +Avoid-Build-Suffix: +vcs diff --git a/debian/source/format b/debian/source/format index 163aaf8d82b6c54f23c45f32895dbdfdcc27b047..89ae9db8f88b823b6a7eabf55e203658739da122 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)