Package: rust-rusqlite / 0.29.0-4

Metadata

Package Version Patches format
rust-rusqlite 0.29.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
drop bundled features.patch | (download)

Cargo.toml | 23 1 + 22 - 0 !
1 file changed, 1 insertion(+), 22 deletions(-)

 debian doesn't ship or encourage bundled/vendored mechanisms

Furthermore, these additional variants create a huge Provides: line in
debian/control, which itself can cause problems for some tooling.

It would be preferable to declaratively omit these features, but until
https://bugs.debian.org/1014613 is closed in debcargo, we can just
patch them.

We also drop in_gecko, since this is not how libsqlite3-sys is built
on debian.


drop winsqlite3.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 drop winsqlite3 feature

We are not shipping a winsqlite3 feature with the libsqlite3-sys crate
in debian, so also remove it here.


fix tests unsigned char.patch | (download)

src/lib.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relax dep.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---