1
0
Fork 0

Compare commits

..

No commits in common. "2149bc615f51fbff05da3789241dc85a3fe06170" and "bbab613352d367c0416ad65b82535b345efdf295" have entirely different histories.

2 changed files with 7 additions and 7 deletions

8
debian/control vendored
View file

@ -63,10 +63,10 @@ Provides:
librust-forgejo-api+default-dev (= ${binary:Version}), librust-forgejo-api+default-dev (= ${binary:Version}),
librust-forgejo-api-0+default-dev (= ${binary:Version}), librust-forgejo-api-0+default-dev (= ${binary:Version}),
librust-forgejo-api-0-dev (= ${binary:Version}), librust-forgejo-api-0-dev (= ${binary:Version}),
librust-forgejo-api-0.7+default-dev (= ${binary:Version}), librust-forgejo-api-0.6+default-dev (= ${binary:Version}),
librust-forgejo-api-0.7-dev (= ${binary:Version}), librust-forgejo-api-0.6-dev (= ${binary:Version}),
librust-forgejo-api-0.7.0+default-dev (= ${binary:Version}), librust-forgejo-api-0.6.0+default-dev (= ${binary:Version}),
librust-forgejo-api-0.7.0-dev (= ${binary:Version}), librust-forgejo-api-0.6.0-dev (= ${binary:Version}),
Description: self-hosted lightweight software forge (Rust interface to Forgejo's Web API) Description: self-hosted lightweight software forge (Rust interface to Forgejo's Web API)
Forgejo is a forge software package for hosting software development version Forgejo is a forge software package for hosting software development version
control using Git as well as other collaborative features like bug tracking, control using Git as well as other collaborative features like bug tracking,

View file

@ -1,4 +1,4 @@
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.7.0 --all-targets --all-features Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --all-features
Features: Features:
test-name=rust-forgejo-api:@, test-name=rust-forgejo-api:@,
Depends: Depends:
@ -17,7 +17,7 @@ Restrictions:
allow-stderr, allow-stderr,
skip-not-installable, skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.7.0 --all-targets Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets
Features: Features:
test-name=librust-forgejo-api-dev:default, test-name=librust-forgejo-api-dev:default,
Depends: Depends:
@ -36,7 +36,7 @@ Restrictions:
allow-stderr, allow-stderr,
skip-not-installable, skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.7.0 --all-targets --no-default-features Test-Command: /usr/share/cargo/bin/cargo-auto-test forgejo-api 0.6.0 --all-targets --no-default-features
Features: Features:
test-name=librust-forgejo-api-dev:, test-name=librust-forgejo-api-dev:,
Depends: Depends: