Source: nutsqlite
Version: 2.0.6-3
Severity: important
X-Debbugs-Cc: debian.a...@manchmal.in-ulm.de

Bonjour,

the latest upstream version of the file package introduced a detection
of SQLite write-ahead shared memory files. As a result, the autopkgtest
of nutsqlite breaks when using that version (1:5.45-1, currently in
experimental).

autopkgtest log:
https://ci.debian.net/data/autopkgtest/unstable/amd64/n/nutsqlite/37303558/log.gz

Please change run-unit-test

| test "$(file nut.db-shm | awk '{print $2        }')" = 'data'

to something that, for the time being, can handle both this and the
future output of file(1), the first one can go away in the future.

It might be something like (untested):

```
test "$(file nut.db-shm | awk '{print $2        }')" = 'data' ||
test "$(file nut.db-wal | awk '{print $2, $3, $4, $5}')" = 'SQLite Write-Ahead 
Log shared memory,'
```

This regression will prevent the file package from migrating to testing,
so I'd appreciate if implementing this wouldn't take too long.

Regards,

    Christoph

Attachment: signature.asc
Description: PGP signature

Reply via email to