diff --git a/debian/changelog b/debian/changelog
index 25a592efa38898d8a8ddb8d9a8585ad279547ece..08dde0801c9e7efa6163e211b635a632bcfe6242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pressure-vessel (0.20200317.0-0+steamrt1.1) UNRELEASED; urgency=medium
+pressure-vessel (0.20200317.0) UNRELEASED; urgency=medium
 
   [ Jeremy Whiting ]
   * Add --test command line argument to pressure-vessel-wrap.
@@ -40,6 +40,11 @@ pressure-vessel (0.20200317.0-0+steamrt1.1) UNRELEASED; urgency=medium
     will be useful when debugging.
   * runtime: Combine multiple runs of capsule-capture-libs into one
   * README: Document a wrong assumption
+  * Build as a native package again.
+    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:23:16 +0000
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000000000000000000000000000000000000..69fa449dd96e2405945b2e4cff2fd0ab8b102097
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+_build/
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)