summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-13 11:43:37 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-14 12:06:33 +0100
commit5bca14e72c204b31424069ad0090aefa76071e8c (patch)
treece00b14ed66436d7175ce04b0ce48f1b89e97c3f /debian
parent607f62ae6bc8f684095e447569cff27ba7c8a5dd (diff)
downloadqvisqve-5bca14e72c204b31424069ad0090aefa76071e8c.tar.gz
Fix: start Salami
This is based on Qvarn, because the implementation is so similar to hat Salami needs. This commit drops the unwanted bits of Qvarn and changes things to be Salami instead. This commit only introduces the /version endpoint.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog20
-rw-r--r--debian/control10
-rw-r--r--debian/copyright2
-rw-r--r--debian/qvarn-jsonb.install2
4 files changed, 6 insertions, 28 deletions
diff --git a/debian/changelog b/debian/changelog
index df2aea5..1f2cb16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,22 +1,4 @@
-qvarn-jsonb (0.86+git-1) UNRELEASED; urgency=medium
-
- * New upstream version.
-
- -- Lars Wirzenius <liw@liw.fi> Tue, 10 Oct 2017 11:58:51 +0300
-
-qvarn-jsonb (0.86-1) unstable; urgency=medium
-
- * New upstream version.
-
- -- Lars Wirzenius <liw@liw.fi> Tue, 10 Oct 2017 11:58:48 +0300
-
-qvarn-jsonb (0.85-1) unstable; urgency=medium
-
- * New upstream version.
-
- -- Lars Wirzenius <liw@liw.fi> Wed, 27 Sep 2017 19:21:33 +0300
-
-qvarn-jsonb (0.84-1) unstable; urgency=medium
+salami (0.1-1) unstable; urgency=medium
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
diff --git a/debian/control b/debian/control
index 4b3ce7b..90c2f98 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: qvarn-jsonb
+Source: salami
Maintainer: QvarnLabs <info@qvarnlabs.com>
Uploaders: Lars Wirzenius <liw@qvarnlabs.com>
Section: web
@@ -12,11 +12,9 @@ Build-Depends: debhelper (>= 9), python3-all,
python3-apifw
X-Python3-Version: >= 3.5
-Package: qvarn-jsonb
+Package: salami
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
python3 (>= 3.5)
-Description: web service backend for structured data storage
- This is a backend service for storing structured (JSON) and some
- associated binary data using a REST-ful HTTP API and OpenID Connect
- authentication.
+Description: a thing
+ This is a thing.
diff --git a/debian/copyright b/debian/copyright
index 668a192..687e273 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: qvarn
+Upstream-Name: salami
Files: *
Copyright: 2017, Lars Wirzenius
diff --git a/debian/qvarn-jsonb.install b/debian/qvarn-jsonb.install
deleted file mode 100644
index a8fe43f..0000000
--- a/debian/qvarn-jsonb.install
+++ /dev/null
@@ -1,2 +0,0 @@
-resource_type/*.yaml etc/qvarn/resource_type
-start_qvarn usr/bin