[Pkg-ceph-commits] [ceph] 01/01: d/ceph-mds.postinst: Fixup syntax error (LP: #1544647).

James Downing Page jamespage at moszumanska.debian.org
Tue Feb 16 12:53:33 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 02307e9ae664ac651008e6ca8d1adb927df4ea12
Author: James Page <james.page at ubuntu.com>
Date:   Tue Feb 16 12:52:43 2016 +0000

    d/ceph-mds.postinst: Fixup syntax error (LP: #1544647).
---
 debian/ceph-mds.postinst |  2 +-
 debian/changelog         |  7 +++++++
 debian/patches/1         | 19 +++++++++++++++++++
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/debian/ceph-mds.postinst b/debian/ceph-mds.postinst
index e1eb035..d1c586c 100644
--- a/debian/ceph-mds.postinst
+++ b/debian/ceph-mds.postinst
@@ -32,7 +32,7 @@ case "$1" in
 				fi
 			}
 		fi
-		if ! dpkg-statoverride --list /var/lib/ceph/mds >/dev/null
+		if ! dpkg-statoverride --list /var/lib/ceph/mds >/dev/null; then
 			chown $SERVER_USER:$SERVER_GROUP /var/lib/ceph/mds
 		fi
 	;;
diff --git a/debian/changelog b/debian/changelog
index 60cc503..9b581c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ceph (9.2.0-0ubuntu5) UNRELEASED; urgency=medium
+
+  [ guessi ]
+  * d/ceph-mds.postinst: Fixup syntax error (LP: #1544647).
+
+ -- James Page <james.page at ubuntu.com>  Tue, 16 Feb 2016 12:50:04 +0000
+
 ceph (9.2.0-0ubuntu4) xenial; urgency=medium
 
   * d/p/fix-systemd-escaping.patch: Ensure that leading '/' is stripped
diff --git a/debian/patches/1 b/debian/patches/1
new file mode 100644
index 0000000..c6eafc0
--- /dev/null
+++ b/debian/patches/1
@@ -0,0 +1,19 @@
+## Backported / Upstream
+sleep-recover.patch
+
+## Debian
+#rbdmap3-lazyumount.patch
+arch.patch
+sample.ceph.conf.patch
+# Disabled until adopted upstream
+# use_system_jerasure.patch
+virtualenv-never-download.patch
+# Testing patches
+tests-disable-ceph-disk.patch
+tests-disable.patch
+
+## From Ubuntu
+ceph-osd-prestart-path.patch
+fix-argparse-defaults.patch
+fix-cycles-arch.patch
+fix-systemd-escaping.patch

-- 
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