[Pkg-ceph-commits] [ceph] branch ubuntu-yakkety updated (e617686 -> 38f0354)

James Downing Page jamespage at moszumanska.debian.org
Thu Jun 30 10:19:35 UTC 2016


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

jamespage pushed a change to branch ubuntu-yakkety
in repository ceph.

      from  e617686   releasing package ceph version 10.2.2-0ubuntu1
       new  49ed9d5   d/ceph.install,d/etc/*: Drop pm based power management scripts; they are not used under systemd (LP: #1455097).
       new  38f0354   * d/*: Split ceph-osd and ceph-mon into separate binary packages and add   new ceph-base binary package inline with upstream packaging changes   (LP: #1596063).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/{ceph.dirs => ceph-base.dirs}            |  2 -
 debian/{ceph.install => ceph-base.install}      | 17 -----
 debian/ceph-base.lintian-overrides              | 29 +++++++++
 debian/{ceph.logrotate => ceph-base.logrotate}  |  0
 debian/{ceph.postinst => ceph-base.postinst}    |  0
 debian/{ceph.postrm => ceph-base.postrm}        |  0
 debian/{ceph.prerm => ceph-base.prerm}          |  0
 debian/ceph-mon.dirs                            |  1 +
 debian/ceph-mon.install                         |  5 ++
 debian/{ceph-mds.postinst => ceph-mon.postinst} | 36 ++++-------
 debian/ceph-mon.prerm                           | 23 +++++++
 debian/ceph-osd.dirs                            |  1 +
 debian/ceph-osd.install                         | 13 ++++
 debian/{ceph-mds.postinst => ceph-osd.postinst} | 36 ++++-------
 debian/ceph-osd.prerm                           | 23 +++++++
 debian/ceph.examples                            |  1 -
 debian/ceph.lintian-overrides                   | 29 ---------
 debian/changelog                                | 10 +++
 debian/control                                  | 85 ++++++++++++++++++++++---
 debian/etc/default/ceph                         |  9 ---
 debian/etc/pm/sleep.d/25-ceph                   | 12 ----
 21 files changed, 209 insertions(+), 123 deletions(-)
 rename debian/{ceph.dirs => ceph-base.dirs} (74%)
 rename debian/{ceph.install => ceph-base.install} (55%)
 create mode 100644 debian/ceph-base.lintian-overrides
 rename debian/{ceph.logrotate => ceph-base.logrotate} (100%)
 rename debian/{ceph.postinst => ceph-base.postinst} (100%)
 rename debian/{ceph.postrm => ceph-base.postrm} (100%)
 rename debian/{ceph.prerm => ceph-base.prerm} (100%)
 create mode 100644 debian/ceph-mon.dirs
 create mode 100644 debian/ceph-mon.install
 copy debian/{ceph-mds.postinst => ceph-mon.postinst} (63%)
 create mode 100644 debian/ceph-mon.prerm
 create mode 100644 debian/ceph-osd.dirs
 create mode 100644 debian/ceph-osd.install
 copy debian/{ceph-mds.postinst => ceph-osd.postinst} (63%)
 create mode 100644 debian/ceph-osd.prerm
 delete mode 100644 debian/ceph.examples
 delete mode 100644 debian/ceph.lintian-overrides
 delete mode 100644 debian/etc/default/ceph
 delete mode 100755 debian/etc/pm/sleep.d/25-ceph

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