summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-25 19:51:41 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-25 19:51:41 +0300
commitb5075c370c18848e153e2653aa64350209ccb919 (patch)
treec9cd27d6464bdd8e61244fbd465f876037053ac0
parent81633c79ab954a7e1636d4fd94d8d9c21cb17ac3 (diff)
downloadroadmap-b5075c370c18848e153e2653aa64350209ccb919.tar.gz
chore: drop Debian packaging, now that there's no binary
Sponsored-by: author
-rw-r--r--debian/cargo-checksum.json0
-rw-r--r--debian/changelog18
-rw-r--r--debian/compat2
-rw-r--r--debian/control20
-rw-r--r--debian/copyright29
-rwxr-xr-xdebian/rules14
-rw-r--r--debian/source/format1
7 files changed, 0 insertions, 84 deletions
diff --git a/debian/cargo-checksum.json b/debian/cargo-checksum.json
deleted file mode 100644
index e69de29..0000000
--- a/debian/cargo-checksum.json
+++ /dev/null
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 <liw@liw.fi> Fri, 09 Sep 2022 14:11:51 +0300
-
-roadmap (0.4.5-1) unstable; urgency=medium
-
- * New upstream.
-
- -- Lars Wirzenius <liw@liw.fi> 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 <liw@liw.fi> 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 <liw@liw.fi>
-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 <liw@liw.fi>
-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)