You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after git clone of master branch and running make deb I get:
debuild -I -us -uc
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of tirex_0.8.0.orig.tar.gz, tirex_0.8.0.orig.tar.bz2,
tirex_0.8.0.orig.tar.lzma, tirex_0.8.0.orig.tar.xz or git.orig)
continue anyway? (y/n)
answering this with y the next part ends with an error:
If anyone encounters this, the following two diffs did the trick for me:
diff --git a/debian/changelog b/debian/changelog
index ff85189..927046e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tirex (0.8.1) unstable; urgency=medium
+
+ * Testing to see if I get rid of the original tar file error when doing make deb
+
+ -- Janos Rusiczki <[email protected]> Thu, 26 Jul 2023 16:06:00 +0200
+
tirex (0.8.0-pre) unstable; urgency=medium
* preliminary build for github HEAD
This adds a new version without any dash (such as -pre).
Hello,
after git clone of master branch and running
make deb
I get:answering this with
y
the next part ends with an error:After changing this file from
3.0 (quilt)
to3.0 (native)
building of deb packages was successful.But the first question mentioned above is still there and I don't know how to fix this.
OS: Ubuntu 22.04
Kind regards
onock
The text was updated successfully, but these errors were encountered: