]> git.proxmox.com Git - debcargo-conf.git/commitdiff
term: update to dirs 5
authorkpcyrd <git@rxv.cc>
Tue, 25 Jul 2023 23:34:56 +0000 (01:34 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 24 Jul 2024 13:29:24 +0000 (15:29 +0200)
(cherry picked from commit d8d5d940061ff5ee1992be98130880ad6a3c8d3c)

src/term/debian/changelog
src/term/debian/copyright
src/term/debian/copyright.debcargo.hint
src/term/debian/patches/patch-deps.patch

index e52ce4881d176e4a70e5993151d7984a514b7fd3..6c56ae42f011a61b61d57899799e13bb6e743483 100644 (file)
@@ -1,3 +1,9 @@
+rust-term (0.5.2-5) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Update to new rust-dirs 5.0.1 package
+
+ -- kpcyrd <git@rxv.cc>  Wed, 26 Jul 2023 01:32:02 +0200
+
 rust-term (0.5.2-4) unstable; urgency=medium
 
   * Team upload.
index 10d94a38b58b75d515d44f5fd4a320d237fc7ef7..38a4fe431a69a39c148f4441471246913f9ccfd8 100644 (file)
@@ -13,9 +13,9 @@ License: MIT or Apache-2.0
 
 Files: debian/*
 Copyright:
- 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
- 2018-2020 kpcyrd <git@rxv.cc>
+ 2018-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2023 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2018-2023 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index 9896b8481f69dc54642dd6b00375c0c89ceebe15..cfd8d08bbbae22e02c6e6fd7701cc07b59abf38a 100644 (file)
@@ -16,49 +16,49 @@ Comment:
  be correct information so you should review and fix this before uploading to
  the archive.
 
-Files: ./LICENSE-MIT
+Files: LICENSE-MIT
 Copyright: 2014 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/lib.rs
+Files: src/lib.rs
 Copyright: 2013-2015 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/terminfo/mod.rs
+Files: src/terminfo/mod.rs
 Copyright: 2012-2014 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/terminfo/parm.rs
+Files: src/terminfo/parm.rs
 Copyright: 2012 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/terminfo/parser/compiled.rs
+Files: src/terminfo/parser/compiled.rs
 Copyright: 2013 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/terminfo/searcher.rs
+Files: src/terminfo/searcher.rs
 Copyright: 2012 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/win.rs
+Files: src/win.rs
 Copyright: 2013-2015 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
@@ -67,9 +67,9 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2022 Wolfgang Silbermayr <wolfgang@silbermayr.at>
- 2018-2022 kpcyrd <git@rxv.cc>
+ 2018-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2023 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2018-2023 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index aa9046ee8a9d7ec589c927dc106243d3fa0e7025..b23a925145c2a9ede7f21b0ff472d0de6fb7eb57 100644 (file)
@@ -5,7 +5,7 @@
  
  [dependencies.dirs]
 -version = "1.0.2"
-+version = ">= 3.0, < 5.0"
++version = ">= 3.0, < 6.0"
  
  [features]
  default = []