+vym (2.9.27-2) UNRELEASED; urgency=medium
+
+ * Add a README.source file to describe the tarball creation.
+
+ -- Sven Hoexter <hoexter@debian.org> Sat, 11 May 2024 09:14:03 +0200
+
vym (2.9.27-1) unstable; urgency=medium
* New upstream release (Closes: #1036774).
+ Upstream commit d9d7b12a05dcffe3bf246cbb73e1cf718bd9dcd7
* Add myself as Uploader.
* Replace cdbs by debhelper as the Debian build helper.
* Drop pro-file.patch - building with cmake now.
--- /dev/null
+Currently upstream does not provide any release tarballs
+or release tags in git. Thus the .orig.tar.gz provided in
+the Debian archive is manually cut from the upstream git
+clone. E.g.
+
+ git archive --format=tar.gz -o ~/debian/vym-2.9.27.tar.gz --prefix=vym-2.9.27/ d9d7b12a05dcffe3bf246cbb73e1cf718bd9dcd7
+
+and imported with `gbp import-orig ../vym-2.9.27.tar.gz`.
\ No newline at end of file