From b5075c370c18848e153e2653aa64350209ccb919 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 25 Apr 2023 19:51:41 +0300 Subject: chore: drop Debian packaging, now that there's no binary Sponsored-by: author --- debian/cargo-checksum.json | 0 debian/changelog | 18 ------------------ debian/compat | 2 -- debian/control | 20 -------------------- debian/copyright | 29 ----------------------------- debian/rules | 14 -------------- debian/source/format | 1 - 7 files changed, 84 deletions(-) delete mode 100644 debian/cargo-checksum.json delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 debian/source/format diff --git a/debian/cargo-checksum.json b/debian/cargo-checksum.json deleted file mode 100644 index e69de29..0000000 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 14e1bd3..0000000 --- a/debian/changelog +++ /dev/null @@ -1,18 +0,0 @@ -roadmap (0.4.6-1) UNRELEASED; urgency=medium - - * New upstream. - - -- Lars Wirzenius Fri, 09 Sep 2022 14:11:51 +0300 - -roadmap (0.4.5-1) unstable; urgency=medium - - * New upstream. - - -- Lars Wirzenius Fri, 09 Sep 2022 13:18:24 +0300 - -roadmap (0.2.0-1) unstable; urgency=medium - - * Initial packaging. This is not intended to be uploaded to Debian, so - no closing of an ITP bug. - - -- Lars Wirzenius Sun, 07 Nov 2021 09:34:31 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 021ea30..0000000 --- a/debian/compat +++ /dev/null @@ -1,2 +0,0 @@ -10 - diff --git a/debian/control b/debian/control deleted file mode 100644 index 4686112..0000000 --- a/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: roadmap -Maintainer: Lars Wirzenius -Section: misc -Priority: optional -Standards-Version: 4.2.0 -Build-Depends: - debhelper (>= 10~), - build-essential, - dh-cargo -Homepage: https://gitlab.com/larswirzenius/roadmap - -Package: roadmap -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Built-Using: ${cargo:Built-Using} -Description: show project roadmaps a dependency graph - Produce directed acyclic graph representations of a project roadmap. - The idea is to show the steps needed to reach a goal, and the order - they need to be taken, but ignore due dates and other irrelevant - details. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 8a3d35f..0000000 --- a/debian/copyright +++ /dev/null @@ -1,29 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: roadmap -Upstream-Contact: Lars Wirzenius -Source: https://gitlab.com/larswirzenius/roadmap - -Files: * -Copyright: 2019, Lars Wirzenius -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. - - Fork this project to create your own MIT license that you can always - link to. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index f89a1a8..0000000 --- a/debian/rules +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ --buildsystem cargo - -override_dh_auto_build: - true - -override_dh_auto_install: - cargo install --path=. --root=debian/roadmap - find debian/roadmap -name '.crates*' -delete - -override_dh_auto_test: - ./check diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) -- cgit v1.2.1