]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Revert "Add term-size-0.3 at 0.3.2"
authorBlair Noctis <n@sail.ng>
Thu, 1 Sep 2022 10:01:19 +0000 (18:01 +0800)
committerBlair Noctis <n@sail.ng>
Thu, 1 Sep 2022 10:02:00 +0000 (18:02 +0800)
Use terminal_size instead of term_size for tokei.

This reverts commit f8ec75ffe65a75f529f014820d3e275af5bbc736.

src/term-size-0.3/debian/RFS [deleted file]
src/term-size-0.3/debian/changelog [deleted file]
src/term-size-0.3/debian/copyright [deleted file]
src/term-size-0.3/debian/copyright.debcargo.hint [deleted file]
src/term-size-0.3/debian/debcargo.toml [deleted file]

diff --git a/src/term-size-0.3/debian/RFS b/src/term-size-0.3/debian/RFS
deleted file mode 100644 (file)
index 0cc4f34..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Notes:
-- The term_size crate is no longer maintained, and its GitHub README encourages
-people to use terminal_size instead. The current state is that it has these
-versions: 0.3.2 released 2020-05-02, 1.0.0-beta.2 released 2020-05-03, and
-1.0.0-beta1 released 2017-12-08. Updating it results in 1.0.0-beta1, which is
-older than 0.3.2. Pinning it to 1.0.0-beta.2 results in a term-size-1 package.
-I prefer maintaining an old yet stable version than introducing this
-complication.
diff --git a/src/term-size-0.3/debian/changelog b/src/term-size-0.3/debian/changelog
deleted file mode 100644 (file)
index 4f364f2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-rust-term-size-0.3 (0.3.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
-
-  * Package term_size 0.3.2 from crates.io using debcargo 2.5.0
-
- -- Blair Noctis <n@sail.ng>  Tue, 30 Aug 2022 02:14:28 +0000
diff --git a/src/term-size-0.3/debian/copyright b/src/term-size-0.3/debian/copyright
deleted file mode 100644 (file)
index 1dfabd9..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: term_size
-Upstream-Contact:
- Kevin K. <kbknapp@gmail.com>
- Benjamin Sago <ogham@bsago.me>
-Source: https://github.com/clap-rs/term_size-rs.git
-
-Files: *
-Copyright:
- 2015-2017 Benjamin Sago <ogham@bsago.me>
- 2015-2020 Kevin Knapp <kbknapp@gmail.com>
- 2015-2017 term_size contributors
-License: MIT or Apache-2.0
-
-Files: ./src/lib.rs
-Copyright:
- 2014 Benjamin Sago <ogham@bsago.me>
- 2016-2017 Kevin Knapp <kbknapp@gmail.com>
-
-Files: debian/*
-Copyright:
- 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2022 Blair Noctis <n@sail.ng>
-License: MIT or Apache-2.0
-
-License: Apache-2.0
- Debian systems provide the Apache 2.0 license in
- /usr/share/common-licenses/Apache-2.0
-
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
diff --git a/src/term-size-0.3/debian/copyright.debcargo.hint b/src/term-size-0.3/debian/copyright.debcargo.hint
deleted file mode 100644 (file)
index 029be43..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: term_size
-Upstream-Contact:
- Kevin K. <kbknapp@gmail.com>
- Benjamin Sago <ogham@bsago.me>
-Source: https://github.com/kbknapp/term_size-rs.git
-
-Files: *
-Copyright:
- FIXME (overlay) UNKNOWN-YEARS Kevin K. <kbknapp@gmail.com>
- FIXME (overlay) UNKNOWN-YEARS Benjamin Sago <ogham@bsago.me>
-License: MIT or Apache-2.0
-Comment:
- FIXME (overlay): Since upstream copyright years are not available in
- Cargo.toml, they were extracted from the upstream Git repository. This may not
- be correct information so you should review and fix this before uploading to
- the archive.
-
-Files: ./LICENSE-MIT
-Copyright: 2015-2016 Kevin B. Knapp
-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
-Copyright: 2014 Benjamin Sago
-License: UNKNOWN-LICENSE; FIXME (overlay)
-Comment:
- FIXME (overlay): These notices are extracted from files. Please review them
- before uploading to the archive.
-
-Files: debian/*
-Copyright:
- 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2022 Blair Noctis <n@sail.ng>
-License: MIT or Apache-2.0
-
-License: Apache-2.0
- Debian systems provide the Apache 2.0 license in
- /usr/share/common-licenses/Apache-2.0
-
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
diff --git a/src/term-size-0.3/debian/debcargo.toml b/src/term-size-0.3/debian/debcargo.toml
deleted file mode 100644 (file)
index 6812695..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-semver_suffix = true
-overlay = "."
-uploaders = ["Blair Noctis <n@sail.ng>"]