diff --git a/debian/changelog b/debian/changelog index 53ef78f5ec960c03721372ae9523887e9ed03120..c33af2dc3b4bb3b2dd1aa88cdb747b3902abf714 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20200317.0-0+steamrt1.1) UNRELEASED; urgency=medium +steam-runtime-tools (0.20200317.0) UNRELEASED; urgency=medium [ Ludovico de Nittis ] * Add srt_vdpau_driver_resolve_library_path, etc. methods. @@ -19,6 +19,11 @@ steam-runtime-tools (0.20200317.0-0+steamrt1.1) UNRELEASED; urgency=medium * Document the minimum meson version. The Steam Runtime has a backport of meson 0.49.0, originally from Debian stretch-backports, which is the oldest thing we'll even try to support. + * Build as a native package. + Now that deb-build-snapshot supports a Build-Suffix option in + debian/git-version-gen.control, we don't need to worry about whether + the version number will be less than a previous version that had a +srt + suffix added by the Open Build Service. -- Simon McVittie <smcv@collabora.com> Tue, 17 Mar 2020 17:11:42 +0000 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)