ceph (0.48.3-0ubuntu1~cloud0) precise-folsom; urgency=low

  * New upstream point release for the Ubuntu Cloud Archive.

 -- James Page <james.page@ubuntu.com>  Thu, 20 Jun 2013 10:59:34 +0100

ceph (0.48.3-0ubuntu1) quantal-proposed; urgency=low

  * New upstream Ceph Argonaut LTS point release (LP: #1154547):
    - Fixes error when parsing mon_hosts configuration as hostnames
      with space delimiter (LP: #1099900).
    - d/p/extra-byte-for-null.patch: Dropped as included in upstream
      release.
  * d/watch: Use official release tarballs rather than pulling from github
    to ensure that ceph -v is correctly populated (LP: #1079941).

 -- James Page <james.page@ubuntu.com>  Tue, 16 Apr 2013 13:20:18 -0700

ceph (0.48.2-0ubuntu2) quantal; urgency=low

  * Fix crash in radosgw on armhf architecture (LP: #1049582):
    - debian/patches/extra-byte-for-null.patch: Cherry picked patch
      from upstream VCS. Thanks to Yehuda Sadeh for pointing to this
      fix.
  * d/ceph.lintian-overrides: Added libcls_rgw.so.1.0.0 to binaries
    which are not stripped.

 -- James Page <james.page@ubuntu.com>  Wed, 26 Sep 2012 13:28:15 +0100

ceph (0.48.2-0ubuntu1) quantal; urgency=low

  * New upstream patch release
  * d/control: Add gdisk as suggests for package ceph per upstream
    changes.
  * d/control: add /var/lib/ceph subdirs from upstream packaging.
  * d/ceph.install: install ceph-create-keys tool which was missing
    before.

 -- Clint Byrum <clint@ubuntu.com>  Thu, 20 Sep 2012 15:15:52 -0700

ceph (0.48.1-0ubuntu2) quantal; urgency=low

  * Remove manual calls to ldconfig (LP: #1017978):
    - d/lib{rados2|rbd1|cephfs1}.post*: Dropped - all these do is call
      ldconfig which will automatically be done. 
    - d/rules: Let dh_makeshlibs do its magic with postinst/postrm
      scripts but ensure that the .so's in ceph package are excluded.

 -- James Page <james.page@ubuntu.com>  Wed, 12 Sep 2012 10:36:57 +0100

ceph (0.48.1-0ubuntu1) quantal; urgency=low

  * New upstream point release.
  * d/rules: Install missing init script for radosgw.
  * d/orig-tar.sh: Just repack using bzip2; source format deals with
    upstream debian directory. Fixup to work correctly when downloading
    from github tags.

 -- James Page <james.page@ubuntu.com>  Mon, 27 Aug 2012 08:23:21 +0100

ceph (0.48-1ubuntu4) quantal; urgency=low

  * d/control: Re-instate building radosgw and rest-bench now that 
    libfcgi is approved for main.

 -- Clint Byrum <clint@fewbar.com>  Wed, 22 Aug 2012 01:13:21 -0700

ceph (0.48-1ubuntu3) quantal; urgency=low

  * Use google-perftools on i386 and amd64 architectures.

 -- James Page <james.page@ubuntu.com>  Tue, 14 Aug 2012 11:15:57 +0100

ceph (0.48-1ubuntu2) quantal; urgency=low

  * Drop use of in-tree dependencies, re-align with Debian:
    - d/patches/{intree_leveldb|add-powerpc-support}.patch: Dropped.
    - d/patches/series: Use patches to support lib{leveldb|s3}-dev usage.
    - d/control: BD on libsnappy-dev, liblevedb-dev, libs3-dev.
    - d/rules: Use system provided leveldb and libs3.
    - d/rules: Enable hardening.

 -- James Page <james.page@ubuntu.com>  Thu, 19 Jul 2012 08:28:18 +0100

ceph (0.48-1ubuntu1) quantal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Work with in-tree dependencies until MIR review completes:
      + d/patches/intree_leveldb.patch: temporary patch which inserts leveldb
        into the ceph src tree.
      + d/control,d/rules,d/p/series Don't use system leveldb and associated
        ceph patches; its not in main yet.
      + d/control,d/rules: Don't use system libs3; its not in main yet and
        is only required for rest-bench (which Ubuntu don't ship - see below).
      + d/patches/add-powerpc-support.patch: temporary patch to in-tree
        leveldb to fix FTBFS on powerpc.
      + d/rules: Disable hardening until intree leveldb is dropped.
    - d/rules,d/control: Drop radosgw and rest-bench since libfcgi is
      not in main yet.
    - d/rules,d/control: Drop tcmalloc use since google-perftools is not
      in main yet.
    - d/rules,d/control: Drop ceph-fuse entirely per MIR review recommendation.
    - d/control,d/ceph-fs-common.install,d/ceph-mds.install: Split out
      filesystem specific bits so they can be kept in universe.
    - d/control: Drop recommends on btrfs-tools.
    - d/control: Drop BD on python-support; its not required as the package
      uses dh_python2.
    - d/*.symbols: Drop for the time being; they are not correct and break
      builds other than amd64.
  * Dropped changes, now in Debian:
    - d/control: Switch from libcryptopp to libnss as libcryptopp.
    - d/rules: Move from python-support to dh_python2.
    - d/control: python-ceph - Dropped librgw1/added librbd1.
  * d/watch,d/orig-tar.sh: Updated watch to repack orig.tar.gz -> orig.tar.bz2
    and strip the upstream debian directory.
  * d/debian/ceph.lintian-overrides: Drop override for rgw library which is no
    longer shipped by upstream.
  * d/rules: Strip librados-dev package as it now contains a binary.

 -- James Page <james.page@ubuntu.com>  Mon, 16 Jul 2012 09:56:24 +0100

ceph (0.48-1) unstable; urgency=low

  * New upstream release, the first with long-term support.
  * As gceph dropped by upstream, remove it from packaging.
  * Build with hardening enabled and build-conflict with libcryptopp not to
    mix up with libnss.
  * Use symbol versioning (closes: #679686).
  * Update debian/watch to GitHub tags.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 07 Jul 2012 07:53:40 +0200

ceph (0.47.2-1) unstable; urgency=low

  * New upstream release.
  * Use system leveldb (closes: #667907).
  * Remove librgw1 , librgw-dev and librgw1-dbg and add rest-bench and
    rest-bench-dbg packages.
  * Backport leveldb build fixes from upstream git as
    fix_leveldb_dep_for_system_library_case.patch and
    fix_leveldb_includes_for_system_library_case.patch .
  * Update packaging.
  * Sync with Ubuntu: switch build-dependency from libcryptopp to libnss as
    libcryptopp is not seeded.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 03 Jun 2012 13:37:52 +0200

ceph (0.47.2-0ubuntu3) quantal; urgency=low

  * Remove btrfs-tools from Recommends (LP: #1016435).

 -- Paolo Rotolo <paolorotolo@ubuntu-it.org>  Sat, 23 Jun 2012 15:31:20 +0100

ceph (0.47.2-0ubuntu2) quantal; urgency=low

  * add-powerpc-support.patch: Fixes build failure on powerpc caused by
    the addition of an in-tree leveldb source build. Strongly suggest
    getting leveldb in main and using it to build against (using the
    --with-system-leveldb configure option).

 -- Ben Collins <bcollins@ubuntu.com>  Tue, 12 Jun 2012 15:12:26 -0400

ceph (0.47.2-0ubuntu1) quantal; urgency=low

  * New upstream release:
    - Dropped all patched; no longer required.
  * d/control: python-ceph - Dropped dependency on librgw1 and added dependency
    on librbd1 (LP: #981130).

 -- James Page <james.page@ubuntu.com>  Fri, 08 Jun 2012 17:12:27 +0100

ceph (0.44.1-1ubuntu1) quantal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - d/control: Switch from libcryptopp to libnss as libcryptopp
      is not seeded.
    - d/control,d/rules: Move from python-support to dh_python2.
    - d/patches/manpage_updates*.patch: cherry picked upstream manpage
      updates warning about lack of encryption, per MIR review.
    - d/rules,d/control: Drop radosgw since libfcgi is not in main and
      the code may not be suitable for LTS.
    - d/rules,d/control: Drop tcmalloc since google perftools is not
      in main yet.
    - d/rules,d/control: Drop ceph-fuse entirely per MIR review
      recommendation.
  * d/patches/fix-radosgw-tests.patch: Cherry picked patch from upstream
    VCS to fixup tests to conditionally use radosgw if enabled.

 -- James Page <james.page@ubuntu.com>  Fri, 08 Jun 2012 15:54:37 +0100

ceph (0.44.1-1) unstable; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 06 Apr 2012 01:10:15 +0200

ceph (0.43-1) unstable; urgency=low

  * New upstream release, now creates /var/run/ceph on each start
    (closes: #660238).
  * Update debian/copyright .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 26 Feb 2012 04:07:02 +0100

ceph (0.41-1ubuntu2) precise; urgency=low

  * d/control: switch from libcryptopp to libnss as libcryptopp is not
  seeded. (LP: #932896)
  * d/control,d/rules: move from python-support to dh_python2 per MIR
    review.
  * d/patches/manpage_updates*.patch: cherry picked upstream manpage
    updates warning about lack of encryption, per MIR review.
  * d/rules,d/control: Drop radosgw since libfcgi is not in main and
    the code may not be suitable for LTS.
  * d/rules,d/control: drop tcmalloc since google perftools is not
    in main yet.
  * d/rules,d/control: drop ceph-fuse entirely per MIR review
    recommendation.

 -- Clint Byrum <clint@ubuntu.com>  Thu, 12 Apr 2012 11:46:50 -0700

ceph (0.41-1ubuntu1) precise; urgency=low

  * d/control, d/ceph-fs-common.install, d/ceph-mds.install: Split out
    filesystem specific bits so they can be kept in universe.

 -- Clint Byrum <clint@ubuntu.com>  Wed, 15 Feb 2012 11:08:56 -0800

ceph (0.41-1) unstable; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 05 Feb 2012 10:07:38 +0100

ceph (0.40-1) unstable; urgency=low

  * New upstream release (closes: #652037).
  * Adjust copyright to match upstream source changes.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 14 Jan 2012 12:01:30 +0100

ceph (0.38-1) unstable; urgency=low

  * New upstream release (closes: #647764), missingok is now part of logrotate
    directives (closes: #645651).
  * Rename ceph-client-tools package to ceph-common , libceph-dev to
    libcephfs-dev and libceph1{,-dbg} ones to libcephfs1{,-dbg} respectively.
  * Update upstream VCS locations.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 27 Nov 2011 21:40:52 +0100

ceph (0.35-1) unstable; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 24 Sep 2011 16:51:57 +0200

ceph (0.34-1) unstable; urgency=low

  * New upstream release (closes: #638714).
  * Make librbd-dev depends on librados-dev as it uses headers from the latter
    (closes: #636845).
  * Add new binary packages, gceph, gceph-dbg and obsync . The libcrush ones
    removed.
  * Change to quilt source format and tune packaging.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 28 Aug 2011 15:56:16 +0200

ceph (0.27-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove references to other libraries from dependency_libs field
    (closes: #621208). 

 -- Luk Claes <luk@debian.org>  Sat, 28 May 2011 22:28:48 +0200

ceph (0.27-1) unstable; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Mon, 25 Apr 2011 10:09:05 +0200

ceph (0.25.2-1) unstable; urgency=low

  * New upstream release.
  * Make Ceph cross buildable (closes: #618939), thanks to Hector Oron.
  * Disable libatomic-ops on ARMv4t (armel) archs to prevent FTBFS
    (closes: #615235), thanks go to Hector Oron again.
  * Rename librados1{,-dbg,-dev} packages to librados2{,-dbg,-dev} ones;
    conflict with and replace the former ones.
  * Add librbd1 and librbd-dev packages.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sun, 27 Mar 2011 15:51:23 +0200

ceph (0.24.3-2) unstable; urgency=low

  * Make Ceph Linux only and build on all Linux archs (closes: #614890).
  * Support parallel building via DEB_BUILD_OPTIONS .
  * Add watch file, thanks to Clint Byrum (closes: #615021).
  * Tune packaging.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Fri, 25 Feb 2011 15:17:26 +0100

ceph (0.24.3-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 19 Feb 2011 12:25:43 +0100

ceph (0.24.2-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Sat, 29 Jan 2011 15:25:14 +0100

ceph (0.24.1-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Tue, 11 Jan 2011 22:23:18 +0100

ceph (0.24-1) unstable; urgency=low

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 01 Dec 2010 09:26:25 -0800

ceph (0.23.1-1) experimental; urgency=low

  * Initial release (Closes: #506040)

 -- Sage Weil <sage@newdream.net>  Sun, 21 Nov 2010 15:22:21 -0800

