summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-09 13:53:33 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-09 13:56:43 +0200
commitf1f291b270b96fe1511286cb807f02c9741b0d71 (patch)
tree509a7f697685e9282fbdc6838fb037ff6cb5e4dd /debian
parent3b208da0461f5a129fcbc527fbfdd9ed8309d077 (diff)
downloadqvisqve-f1f291b270b96fe1511286cb807f02c9741b0d71.tar.gz
Rename: to Qvisqve
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
-rw-r--r--debian/qvisqve.install1
-rw-r--r--debian/qvisqve.postinst (renamed from debian/salami.postinst)4
-rw-r--r--debian/salami.install1
6 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 59d07c1..2e0b6ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-salami (0.8+git-1) UNRELEASED; urgency=medium
+qvisqve (0.8+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Source and binary packages renamed to qvisqve.
-- Lars Wirzenius <liw@liw.fi> Sat, 03 Feb 2018 15:28:54 +0200
diff --git a/debian/control b/debian/control
index 15e2baa..c3d7166 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: salami
+Source: qvisqve
Maintainer: QvarnLabs <info@qvarnlabs.com>
Uploaders: Lars Wirzenius <liw@qvarnlabs.com>
Section: web
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9), python3-all,
cmdtest
X-Python3-Version: >= 3.5
-Package: salami
+Package: qvisqve
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
python3 (>= 3.5),
diff --git a/debian/copyright b/debian/copyright
index 687e273..99fb189 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: salami
+Upstream-Name: qvisqve
Files: *
Copyright: 2017, Lars Wirzenius
diff --git a/debian/qvisqve.install b/debian/qvisqve.install
new file mode 100644
index 0000000..46f71c1
--- /dev/null
+++ b/debian/qvisqve.install
@@ -0,0 +1 @@
+qvisqve.service lib/systemd/system
diff --git a/debian/salami.postinst b/debian/qvisqve.postinst
index f905b78..2711755 100644
--- a/debian/salami.postinst
+++ b/debian/qvisqve.postinst
@@ -32,7 +32,7 @@ create_user()
}
-# Create a group and user for Salami
-create_user _salami /var/log/salami
+# Create a group and user for Qvisqve
+create_user _qvisqve /var/log/qvisqve
#DEBHELPER#
diff --git a/debian/salami.install b/debian/salami.install
deleted file mode 100644
index a7c6c98..0000000
--- a/debian/salami.install
+++ /dev/null
@@ -1 +0,0 @@
-salami.service lib/systemd/system