[debian-mysql] MariaDB 10.6 for Debian packaged
Otto Kekäläinen
otto at kekalainen.net
Thu Oct 28 11:59:18 BST 2021
> gbp buildpackage
>
> gbp:error: You have uncommitted changes in your source tree:
> gbp:error: On branch debian/latest
> Your branch is up to date with 'origin/debian/latest'.
>
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> mariadb-10.6-build-deps_10.6.4-1_amd64.buildinfo
> mariadb-10.6-build-deps_10.6.4-1_amd64.changes
>
> nothing added to commit but untracked files present (use "git add" to track)
Seems the step "mk-build-deps" created these files. Delete them with
"git clean -fdx" and try again git-buildpackage.
More information about the pkg-mysql-maint
mailing list