[Pkg-ceph-commits] [ceph] 02/02: Amend versions for file renames for xenial

James Downing Page jamespage at moszumanska.debian.org
Mon Jun 13 11:05:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu-xenial
in repository ceph.

commit b13079c72f7924c42748cbc116991ac64185452c
Author: James Page <james.page at ubuntu.com>
Date:   Mon Jun 13 12:05:12 2016 +0100

    Amend versions for file renames for xenial
---
 debian/ceph-common.postinst | 2 +-
 debian/ceph-common.postrm   | 2 +-
 debian/ceph-common.preinst  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/ceph-common.postinst b/debian/ceph-common.postinst
index c30237c..9e0ae70 100644
--- a/debian/ceph-common.postinst
+++ b/debian/ceph-common.postinst
@@ -97,7 +97,7 @@ case "$1" in
 
        # Complete renames of /etc/default/ceph
        if [ -n "$2" ] &&
-          dpkg --compare-versions -- "$2" le-nl 10.2.1-0ubuntu1; then
+          dpkg --compare-versions -- "$2" le-nl 10.2.0-0ubuntu0.16.04.1; then
            finish_mv_ceph_defaults
 	   # Preserve dpkg-backup directory if it still contains
 	   # any file
diff --git a/debian/ceph-common.postrm b/debian/ceph-common.postrm
index ce55264..28fcc1e 100644
--- a/debian/ceph-common.postrm
+++ b/debian/ceph-common.postrm
@@ -40,7 +40,7 @@ case "$1" in
 
     abort-install|abort-upgrade)
         if [ -n "$2" ] &&
-           dpkg --compare-versions -- "$2" le-nl 10.2.1-0ubuntu1; then
+           dpkg --compare-versions -- "$2" le-nl 10.2.0-0ubuntu0.16.04.1; then
             abort_mv_ceph_defaults
         fi
     ;;
diff --git a/debian/ceph-common.preinst b/debian/ceph-common.preinst
index ef14f1e..1ece0ad 100644
--- a/debian/ceph-common.preinst
+++ b/debian/ceph-common.preinst
@@ -18,7 +18,7 @@ prepare_mv_ceph_defaults() {
 case "$1" in
     upgrade|install)
         if [ -d /etc/default/ceph ] && [ -n "$2" ] &&
-           dpkg --compare-versions -- "$2" le-nl 10.2.1-0ubuntu1; then
+           dpkg --compare-versions -- "$2" le-nl 10.2.0-0ubuntu0.16.04.1; then
             prepare_mv_ceph_defaults
         fi
     ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list