]> git.proxmox.com Git - debcargo-conf.git/commitdiff
zoxide: Relax dirs version constraint to support 4.x
authorJames McCoy <jamessan@debian.org>
Sun, 11 Sep 2022 01:12:49 +0000 (21:12 -0400)
committerJames McCoy <jamessan@debian.org>
Sun, 11 Sep 2022 17:51:21 +0000 (13:51 -0400)
src/zoxide/debian/changelog
src/zoxide/debian/copyright
src/zoxide/debian/copyright.debcargo.hint
src/zoxide/debian/patches/relax-dep.diff
src/zoxide/debian/rules.debcargo.hint [new file with mode: 0755]

index 4565ca2fb0b89f1ece47d9a0f85c02c5691e13df..17f4747c56570b8ab3f80feda1e8e5bc61b3821f 100644 (file)
@@ -1,3 +1,11 @@
+rust-zoxide (0.4.3-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package zoxide 0.4.3 from crates.io using debcargo 2.5.0
+  * Relax dirs version constraint to support 4.x
+
+ -- James McCoy <jamessan@debian.org>  Sat, 10 Sep 2022 21:06:59 -0400
+
 rust-zoxide (0.4.3-3) unstable; urgency=medium
 
   * Team upload.
index 791efff23f7e04f35e9cc87f7326ab6ff7502873..a575a5a4924f1281fb4d71a86607b57f2d4b8e36 100644 (file)
@@ -9,7 +9,7 @@ License: MIT
 
 Files: debian/*
 Copyright:
- 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2020 Sylvestre Ledru <sylvestre@debian.org>
 License: MIT
 
index af4c9922a1920150433edbec92639104152d0da7..8344f6a2a6b2a775cb4014bb9bd6e6b0ae3b303d 100644 (file)
@@ -21,8 +21,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2020 Sylvestre Ledru <sylvestre@debian.org>
+ 2020-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020-2022 Sylvestre Ledru <sylvestre@debian.org>
 License: MIT
 
 License: MIT
index c9b1d5d16792fb5276671c2bba739e7f86ee95e0..271227eae21b8cd8e56286c4054517c7f9d0f8d9 100644 (file)
@@ -1,7 +1,14 @@
-Index: rust-zoxide-0.4.3/Cargo.toml
-===================================================================
---- rust-zoxide-0.4.3.orig/Cargo.toml
-+++ rust-zoxide-0.4.3/Cargo.toml
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -33,7 +33,7 @@ version = "1.3.1"
+ version = "2.33.0"
+ [dependencies.dirs]
+-version = "3.0.0"
++version = ">= 3.0.0, < 5.0"
+ [dependencies.dunce]
+ version = "1.0.0"
 @@ -49,6 +49,6 @@ features = ["derive"]
  version = "0.3.12"
  
diff --git a/src/zoxide/debian/rules.debcargo.hint b/src/zoxide/debian/rules.debcargo.hint
new file mode 100755 (executable)
index 0000000..92c239b
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+       dh $@ --buildsystem cargo
+
+override_dh_auto_test:
+       dh_auto_test -- test --all