From 4094efb0c3c49f6ce8854fcc1358c436fa6d198d Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Sat, 11 May 2024 09:16:19 +0200 Subject: [PATCH] Add a README.source file to describe the tarball creation. Upstream commit d9d7b12a05dcffe3bf246cbb73e1cf718bd9dcd7 --- debian/changelog | 7 +++++++ debian/source/README.source | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 debian/source/README.source diff --git a/debian/changelog b/debian/changelog index 9bcc0f9..066e63f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,13 @@ +vym (2.9.27-2) UNRELEASED; urgency=medium + + * Add a README.source file to describe the tarball creation. + + -- Sven Hoexter 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. diff --git a/debian/source/README.source b/debian/source/README.source new file mode 100644 index 0000000..66d6fad --- /dev/null +++ b/debian/source/README.source @@ -0,0 +1,8 @@ +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 -- 2.39.2