From 851949e5233e4d767737a524af0d2e42ecdf569c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2019 19:47:36 +0100 Subject: Updating packaging for upstream rename. Signed-off-by: Daniel Baumann --- debian/copyright | 2 +- debian/open-infrastructure-ceph-tools.config | 2 +- debian/open-infrastructure-ceph-tools.postinst | 4 ++-- debian/open-infrastructure-ceph-tools.postrm | 2 +- debian/watch | 3 ++- 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 -Source: https://sources.open-infrastructure.net/software/storage-tools +Source: https://get.open-infrastructure.net/software/storage-tools Files: * Copyright: 2014-2019 Daniel Baumann 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 -- cgit v1.2.3