vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit ee679152950dd8c337b3804c28927654619eb306
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 07:26:37 2019 +0000
update bilibop.conf(5) (french)
commit 5320ba8d449502cf8fac29135a81de32dc578c55
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 05:46:53 2019 +0000
lockfs: update README.Debian
commit c16c859d1e2c897b2bd2636842379560c5fef6a9
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 03:44:44 2019 +0000
update bilibop.conf(5)
commit 3292397c0dfbd817d7cbcbf9ab6ffeb6bcaa9ff2
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 03:44:01 2019 +0000
lockfs: override BILIBOP_LOCKFS_PATH_SCHEME from boot cmdline
commit c95e7f613b7c461b0cce3fcf03064ef74fc2271f
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 03:41:45 2019 +0000
lockfs: override BILIBOP_LOCKFS_PATH_PREFIX from boot cmdline
commit e498664c1862375c3892ab5027da51cfaea24cc2
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 03:13:59 2019 +0000
update bilibop.conf(5)
commit 6eec1ac66e9414da2aeb88a355cb8b1fbceb75a5
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 03:02:14 2019 +0000
lockfs: allow user to choose between aufs and overlay
* Add BILIBOP_LOCKFS_UNION_METHOD (defaults to aufs)
* Automatically fallback to the other one if the selected module is not
available
* Can be overridden from boot commandline
commit 572b4473d1de46e4f31c561609831f2d64c2b50e
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 02:37:19 2019 +0000
update bilibop.conf(5)
commit f2ad3f5ce6fc2a49b4c190e7710aa1ff80126211
Author: quidame <quidame@poivron.org>
Date: Thu Aug 15 02:27:06 2019 +0000
lockfs: add BILIBOP_LOCKFS_FALLBACK_POLICY
* Control how to mount a filesystem that can't be locked as expected
(i.e. with the previously selected unionfs module)
* Closes: #929892
commit 4b4787a3d787ec8707f79306aca4d6f392feb5ba
Merge: 2497296 0f535fd
Author: quidame <quidame@poivron.org>
Date: Wed Aug 14 19:03:33 2019 +0000
Merge branch 'bugfixes'
commit 0f535fd5eba171f0d60ed0484932bcc20b3ecff8
Author: quidame <quidame@poivron.org>
Date: Sat Aug 10 12:45:38 2019 +0000
Update debconf swedish (sv) translation
* Thanks to Jonatan Nyberg
* Closes: #925494
commit d62ea9b406e82741fa58114888d587e96dbb70ff
Author: quidame <quidame@poivron.org>
Date: Sun Aug 11 07:38:13 2019 +0000
bilibop-rules: avoid useless error messages
* Replace a double test (-a) by the more strict condition of two tests
separated by &&
* Closes: #929891
commit 532c399643a54693a0e25cf939133c6f27985dd5
Author: quidame <quidame@poivron.org>
Date: Sat Aug 10 21:43:51 2019 +0000
bilibop-lockfs: fix boot issues with aufs mounts
* Do not share the mountpoint of writable branches since their mount
options can't be shared.
* Fix a race condition about fstab rewrites: make lockfs mount helper
more idempotent by adding conditionals to mount and symlink commands.
* Add missing comments about hybrid scheme.
commit 1141adb83e26187674b32bb3099757fcb6d6c079
Author: quidame <quidame@poivron.org>
Date: Sat Aug 10 21:39:59 2019 +0000
bilibop-lockfs: skip root filesystem check to avoid to fsck ro device
commit 3e9ef16399eebacb56541f7481ae544fe5bb9aff
Author: quidame <quidame@poivron.org>
Date: Sat Aug 10 21:37:26 2019 +0000
bilibop-lockfs: drop deprecated lvm.conf parameter (global/locking_type)
commit 2497296dadc640fe3d8ccf0c213c74618ec6d66b
Author: quidame <quidame@poivron.org>
Date: Sat Aug 10 12:45:38 2019 +0000
Update debconf swedish (sv) translation
* Thanks to Jonatan Nyberg
* Closes: #925494
commit 6c63bd512aaebb486ce6edbfe671d996b4cc7547
Merge: 1b7fee4 d46699f
Author: quidame <quidame@poivron.org>
Date: Fri May 17 19:48:30 2019 +0000
Merge branch 'buster' (update debian/changelog)
commit 1b7fee491a83842bc158834c6bad5dcbf111177a
Author: quidame <quidame@poivron.org>
Date: Thu May 9 22:20:48 2019 +0000
lockfs: update mount path in the mount fallback
commit a5bf79596173918de2d1cf1e51f41e2bf4fc2534
Merge: 5487863 ab36a38
Author: quidame <quidame@poivron.org>
Date: Thu May 9 20:38:02 2019 +0000
Merge branch 'fix/readonly_mounts'
commit 5487863ae80915c747fa6080294fdd966387a838
Author: quidame <quidame@poivron.org>
Date: Thu May 9 19:50:17 2019 +0000
lockfs: support both /bin/mount and /usr/bin/mount
closes: #928658
commit ab36a38d228f11d701c36f9dc94f9b0eda0daaa0
Author: quidame <quidame@poivron.org>
Date: Fri Apr 26 02:09:46 2019 +0200
refactor: simplify mount options parsing
commit d59e08e4eecf835879136b427136673e025e56fb
Author: quidame <quidame@poivron.org>
Date: Mon Apr 22 20:21:10 2019 +0200
fix: defer 'ro' mount option to the unionfs instead of the writable branch