Open mduret opened 1 year ago
hello again,
the diff between commits:
git diff $(git show-ref -s v3.6.9) $(git show-ref -s debian/3.6.9-1)
it is not about this issue:
diff --git a/debian/rules b/debian/rules
index f22032b..37f902e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,6 +57,7 @@ override_dh_auto_build-arch:
|| echo $$? > buildapp.fail
cat buildapp.log
test ! -f buildapp.fail
+ ls -l build/bin/pgloader
$(MAKE) -C docs html
override_dh_auto_test:
in v3.6.9 tagged code:
git checkout v3.6.9
verification:
cat src/params.lisp | grep 'defparameter' | grep 'minor-version'
result:
(defparameter *minor-version* "7")
The problem seems to be an incorrect value of minor version into the code under the tag v3.6.9.
I hope it could help
Hello,
on a Debian 11
the command version:
result
if a look at the installed pgloader package:
result:
the description of the package:
result:
so the version of the binary is
3.6.7
and the version of debian package is3.6.9-1
.I had a look at the coresponding tag:
after a research into the code of the corresponding commit of the
3.6.9-1
tag:I find a non-corresponding minor version:
instead of having the value 9.
I think it is a careless mistake.
I propose to create
3.6.9-2
tag with the correct correspondance between code and tag.How can I help or can anyone fix the problem ?
Thank you and have a good day,