Remove unnecessary constraints.
This merge proposal was created automatically by the [Janitor
bot](https://janitor.debian.net/scrub-obsolete).
For more information, including instructions on how to disable
these merge proposals, see https://janitor.debian.net/scrub-obsolete.
You can follow up to this merge proposal as you normally would.
The bot will automatically update the merge proposal to resolve merge
conflicts
or close the merge proposal when all changes are applied through other
means
(e.g. cherry-picks). Updates may take several hours to propagate.
Build and test logs for this branch can be found at
https://janitor.debian.net/scrub-obsolete/pkg/coturn/c0e03d65-4b3b-45b2-a213-11607cafdbb8.
## Debdiff
These changes affect the binary packages:
File lists identical (after any substitutions)
### Control files of package coturn: lines which differ (wdiff format)
* Depends: adduser, sqlite3, [-lsb-base (>= 3.0-6),-] {+lsb-base,+}
telnet | telnet-client, libc6 (>= 2.34), libevent-core-2.1-7 (>=
2.1.8-stable), libevent-extra-2.1-7 (>= 2.1.8-stable),
libevent-openssl-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>=
2.1.8-stable), libhiredis0.14 (>= 0.14.0), libmariadb3 (>= 3.0.0),
libpq5 (>= 8.4~), libsqlite3-0 (>= 3.6.0), libssl3 (>= 3.0.0),
libsystemd0
No differences were encountered between the control files of package
\*\*coturn-dbgsym\*\*
You can also view the [diffoscope
diff](https://janitor.debian.net/api/run/c0e03d65-4b3b-45b2-a213-11607cafdbb8/diffoscope?filter_boring=1)
([unfiltered](https://janitor.debian.net/api/run/c0e03d65-4b3b-45b2-a213-11607cafdbb8/diffoscope)).
Dpkg may be configured to omit installing files under /usr/share/doc.
Since the database schema is shipped in a private directory as well,
switch to using that instance instead.
Closes: #985054
This fixes a regression introduced in commit b9a4a8.
When trying to remove a dpkg-statoverride, we need to check,
whether it exists. Otherwise it's failing, as can be observed
via piuparts runs:
| dpkg: unrecoverable fatal error, aborting:
| unknown system group 'turnserver' in statoverride file; the system group got removed
| before the override, which is most probably a packaging bug, to recover you
| can remove the override manually with dpkg-statoverride
| E: Sub-process /usr/bin/dpkg returned an error code (2)
While at it, also move the statoverride removal before the account removal.
Closes: #981330