summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/copyright2
-rw-r--r--debian/open-infrastructure-ceph-tools.config2
-rwxr-xr-xdebian/open-infrastructure-ceph-tools.postinst4
-rwxr-xr-xdebian/open-infrastructure-ceph-tools.postrm2
-rw-r--r--debian/watch3
5 files changed, 7 insertions, 6 deletions
diff --git a/debian/copyright b/debian/copyright
index 74ae248..7021f26 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: storage-tools
Upstream-Contact: Open Infrastructure <software@lists.open-infrastructure.net>
-Source: https://sources.open-infrastructure.net/software/storage-tools
+Source: https://get.open-infrastructure.net/software/storage-tools
Files: *
Copyright: 2014-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net>
diff --git a/debian/open-infrastructure-ceph-tools.config b/debian/open-infrastructure-ceph-tools.config
index fc89f3a..be20cbc 100644
--- a/debian/open-infrastructure-ceph-tools.config
+++ b/debian/open-infrastructure-ceph-tools.config
@@ -2,7 +2,7 @@
set -e
-CONFFILE="/etc/default/ceph-tools"
+CONFFILE="/etc/open-infrastructure/ceph-tools.conf"
. /usr/share/debconf/confmodule
diff --git a/debian/open-infrastructure-ceph-tools.postinst b/debian/open-infrastructure-ceph-tools.postinst
index 6e895b6..609e1b2 100755
--- a/debian/open-infrastructure-ceph-tools.postinst
+++ b/debian/open-infrastructure-ceph-tools.postinst
@@ -2,7 +2,7 @@
set -e
-CONFFILE="/etc/default/ceph-tools"
+CONFFILE="/etc/open-infrastructure/ceph-tools.conf"
case "${1}" in
configure)
@@ -44,7 +44,7 @@ case "${1}" in
then
cat > "${CONFFILE}" << EOF
-# /etc/default/ceph-tools
+# /etc/open-infrastructure/ceph-tools.conf
CEPH_INFO="${CEPH_INFO}"
CEPH_LOG="${CEPH_LOG}"
diff --git a/debian/open-infrastructure-ceph-tools.postrm b/debian/open-infrastructure-ceph-tools.postrm
index 680751c..b714662 100755
--- a/debian/open-infrastructure-ceph-tools.postrm
+++ b/debian/open-infrastructure-ceph-tools.postrm
@@ -4,7 +4,7 @@ set -e
case "${1}" in
purge)
- rm -f /etc/default/ceph-tools
+ rm -f /etc/open-infrastructure/ceph-tools.conf
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
diff --git a/debian/watch b/debian/watch
index b3f26ba..e8b355a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=4
-opts=pgpmode=auto https://files.open-infrastructure.net/software/storage-tools/upstream/storage-tools-(.+)\.tar\.lz
+opts="pgpmode=auto" \
+https://get.open-infrastructure.net/software/storage-tools/upstream/storage-tools-(.+)\.tar\.lz