]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - debian/README.source
Move README.source to the correct location
[sven/vym.git] / debian / README.source
diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..66d6fad
--- /dev/null
@@ -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