From: Sven Hoexter Date: Sat, 11 May 2024 07:16:19 +0000 (+0200) Subject: Add a README.source file to describe the tarball creation. Upstream commit d9d7b12a05... X-Git-Tag: debian/2.9.28-1~6 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=4094efb0c3c49f6ce8854fcc1358c436fa6d198d;hp=064269aea0cd29c68cb2579fff99723870ff18ff;p=sven%2Fvym.git Add a README.source file to describe the tarball creation. Upstream commit d9d7b12a05dcffe3bf246cbb73e1cf718bd9dcd7 --- 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