[Debian-med-packaging] Bug#1051083: Please fix autopkgtest regression with file 1.45

Christoph Biedl debian.axhn at manchmal.in-ulm.de
Sat Sep 2 14:00:30 BST 2023


Source: nutsqlite
Version: 2.0.6-3
Severity: important
X-Debbugs-Cc: debian.axhn at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20230902/cf21b8ef/attachment.sig>


More information about the Debian-med-packaging mailing list