diff --git a/src/calloop/debian/changelog b/src/calloop/debian/changelog index 6d28ef7..b428a20 100644 --- a/src/calloop/debian/changelog +++ b/src/calloop/debian/changelog @@ -1,3 +1,9 @@ +rust-calloop (0.10.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package calloop 0.10.4 from crates.io using debcargo 2.6.0 + + -- James McCoy Sat, 10 Dec 2022 13:38:43 -0500 + rust-calloop (0.10.1-2) unstable; urgency=medium * Package calloop 0.10.1 from crates.io using debcargo 2.5.0 diff --git a/src/calloop/debian/copyright b/src/calloop/debian/copyright index 7e02a7c..d99b16c 100644 --- a/src/calloop/debian/copyright +++ b/src/calloop/debian/copyright @@ -1,10 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: calloop -Upstream-Contact: Victor Berger +Upstream-Contact: Elinor Berger Source: https://github.com/Smithay/calloop Files: * -Copyright: 2018-2022 Victor Berger +Copyright: 2018-2022 Elinor Berger License: MIT Files: debian/* diff --git a/src/calloop/debian/copyright.debcargo.hint b/src/calloop/debian/copyright.debcargo.hint index 3fef733..d0d99a7 100644 --- a/src/calloop/debian/copyright.debcargo.hint +++ b/src/calloop/debian/copyright.debcargo.hint @@ -1,10 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: calloop -Upstream-Contact: Victor Berger +Upstream-Contact: Elinor Berger Source: https://github.com/Smithay/calloop Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS Victor Berger +Copyright: FIXME (overlay) UNKNOWN-YEARS Elinor Berger License: MIT Comment: FIXME (overlay): Since upstream copyright years are not available in @@ -12,7 +12,7 @@ be correct information so you should review and fix this before uploading to the archive. -Files: ./LICENSE.txt +Files: LICENSE.txt Copyright: 2018 Victor Berger License: UNKNOWN-LICENSE; FIXME (overlay) Comment: diff --git a/src/calloop/debian/patches/disable-failing-test.diff b/src/calloop/debian/patches/disable-failing-test.diff index 479a255..b112a08 100644 --- a/src/calloop/debian/patches/disable-failing-test.diff +++ b/src/calloop/debian/patches/disable-failing-test.diff @@ -4,7 +4,7 @@ --- --- a/src/loop_logic.rs +++ b/src/loop_logic.rs -@@ -567,6 +567,7 @@ mod tests { +@@ -587,6 +587,7 @@ mod tests { } #[test] diff --git a/src/calloop/debian/patches/relax-deps.diff b/src/calloop/debian/patches/relax-deps.diff index 94e26b9..50eda1b 100644 --- a/src/calloop/debian/patches/relax-deps.diff +++ b/src/calloop/debian/patches/relax-deps.diff @@ -4,8 +4,8 @@ version = "0.4" [dependencies.nix] --version = "0.24" -+version = ">= 0.24" +-version = "0.25" ++version = ">= 0.25" features = [ "event", "fs",