Package: git-debpush Version: 13.16 Steps
git clone https://salsa.debian.org/python-team/packages/python-pywebview.git git clone python-pywebview python-pywebview2 cd python-pywebview git checkout 785853591bf76cca44d596e9fb26eb990e3de4b2 git remote add test $(cd ../python-pywebview2; pwd) git-debpush --quilt=baredebian --force=detached --force=superfluous-quilt-mode --force=remake-tag --force=patches-nonapplicable --dry-run --print-tag-text Actual behaviour It prints the tag text without further complaint. Expected behaviour It should fail a check, because the tree at that commit contains a great many upstream files. Notes It should probably ignore /.gitignore. Maybe it should ignore any upstream .gitignore. This was apropos tag2upload job 1557. Ian. -- Ian Jackson <[email protected]> These opinions are my own. Pronouns: they/he. If I emailed you from @fyvzl.net or @evade.org.uk, that is a private address which bypasses my fierce spamfilter.

