diff options
-rw-r--r-- | debian/cargo-checksum.json | 2 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/tests/control | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/debian/cargo-checksum.json b/debian/cargo-checksum.json index 9f0f5fe..c983970 100644 --- a/debian/cargo-checksum.json +++ b/debian/cargo-checksum.json @@ -1 +1 @@ -{"package":"f682f4a0bd862be530f229a04ebca8b7a3842066b00cc7c0a915c5f1d2a8812d","files":{}} +{"package":"4f8d2679a21200688ea04a8c79ecb70b91dcded60c9eded2549d8cee94859484","files":{}} diff --git a/debian/control b/debian/control index 83269af..e352317 100644 --- a/debian/control +++ b/debian/control @@ -61,10 +61,10 @@ Provides: librust-forgejo-api+default-dev (= ${binary:Version}), librust-forgejo-api-0+default-dev (= ${binary:Version}), librust-forgejo-api-0-dev (= ${binary:Version}), - librust-forgejo-api-0.4+default-dev (= ${binary:Version}), - librust-forgejo-api-0.4-dev (= ${binary:Version}), - librust-forgejo-api-0.4.1+default-dev (= ${binary:Version}), - librust-forgejo-api-0.4.1-dev (= ${binary:Version}), + librust-forgejo-api-0.5+default-dev (= ${binary:Version}), + librust-forgejo-api-0.5-dev (= ${binary:Version}), + librust-forgejo-api-0.5.0+default-dev (= ${binary:Version}), + librust-forgejo-api-0.5.0-dev (= ${binary:Version}), Description: self-hosted lightweight software forge (Rust interface to Forgejo's Web API) Forgejo is a forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, diff --git a/debian/tests/control b/debian/tests/control index 9b82f67..ed139dc 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,4 @@ -Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.4.1 --all-targets --all-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.5.0 --all-targets --all-features Features: test-name=rust-forgejo-api:@ Depends: dh-cargo (>= 31), @@ -14,7 +14,7 @@ Depends: @, Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.4.1 --all-targets +Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.5.0 --all-targets Features: test-name=librust-forgejo-api-dev:default Depends: dh-cargo (>= 31), @@ -30,7 +30,7 @@ Depends: @, Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.4.1 --all-targets --no-default-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.5.0 --all-targets --no-default-features Features: test-name=librust-forgejo-api-dev: Depends: dh-cargo (>= 31), |