[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ctdb_1.11+git20111102-2~bpo60+1_i386.changes is NEW



(new) ctdb-dbg_1.11+git20111102-2~bpo60+1_i386.deb extra debug
clustered database to store temporary data -- debugging symbols and test suite
 CTDB is a cluster implementation of the TDB database used by Samba and other
 projects to store temporary data. If an application is already using TDB for
 temporary data it is very easy to convert that application to be cluster aware
 and use CTDB instead.
 .
 More detailed description can be found in the ctdb package.
 .
 This package provides debugging information and test suite for CTDB. Install it
 to get a better backtrace in the event of a crash, or to test.
(new) ctdb_1.11+git20111102-2~bpo60+1.debian.tar.gz extra net
(new) ctdb_1.11+git20111102-2~bpo60+1.dsc extra net
(new) ctdb_1.11+git20111102-2~bpo60+1_i386.deb extra net
clustered database to store temporary data
 CTDB is a cluster implementation of the TDB database used by Samba and other
 projects to store temporary data. If an application is already using TDB for
 temporary data it is very easy to convert that application to be cluster aware
 and use CTDB instead.
 .
 CTDB provides the same types of functions as TDB but in a clustered fashion,
 providing a TDB-style database that spans multiple physical hosts in a cluster.
 .
 Features include:
  * CTDB provides a TDB that has consistent data and consistent locking across
    all nodes in a cluster.
  * CTDB is very fast.
  * In case of node failures, CTDB will automatically recover and repair all TDB
    databases that it manages.
  * CTDB is the core component that provides pCIFS ("parallel CIFS") with
    Samba3/4.
  * CTDB provides HA features such as node monitoring, node failover, and IP
    takeover.
  * CTDB provides a reliable messaging transport to allow applications linked
    with CTDB to communicate to other instances of the application running on
    different nodes in the cluster.
  * CTDB has pluggable transport backends. Currently implemented backends are
    TCP and Infiniband.
  * CTDB supports a system of application specific management scripts, allowing
    applications that depend on network or filesystem resources to be managed in
    a highly available manner on a cluster.
(new) ctdb_1.11+git20111102.orig.tar.gz extra net
(new) libctdb-dev_1.11+git20111102-2~bpo60+1_i386.deb extra libdevel
clustered database to store temporary data -- development files
 CTDB is a cluster implementation of the TDB database used by Samba and other
 projects to store temporary data. If an application is already using TDB for
 temporary data it is very easy to convert that application to be cluster aware
 and use CTDB instead.
 .
 More detailed description can be found in the ctdb package.
 .
 This package provides development files for CTDB.
Changes: ctdb (1.11+git20111102-2~bpo60+1) squeeze-backports; urgency=low
 .
  * Team upload
  * Backport to squeeze
  * Downgrade debhelper compatibility to 8. That involves dropping
    some dh9-isms in libctdb-dev.install
 .
ctdb (1.11+git20111102-2) unstable; urgency=low
 .
  [ Steve Langasek ]
  * Further reduce debian/rules with dh:
    - move dh_auto_clean overrides to debian/clean
    - don't export various variables that are no longer used.
 .
  [ Mathieu Parent ]
  * removed obsolete d/README.source
  * removed empty d/ctdb.links
  * d/copyright: converted to dep5
  * 04-platform-independent-get-peer-pid.diff: new
  * 05-hurd.diff: updated to prevent FTBFS:
    - include tevent.h instead of events.h
    - add ctdb_sys_check_iface_exists() function
    - part moved to 04-platform-independent-get-peer-pid.diff
  * 06-kfreebsd.diff: new, for kFreeBSD support: still doesn't build because
    ETIME is not present on kFreeBSD
 .
ctdb (1.11+git20111102-1) unstable; urgency=low
 .
  * New upstream release
    - removed 92-apache-service-enable.diff: integrated
    - removed 99-fix-broken-readdir-test.diff: integrated
  * d/rules, d/control, d/compat:
    - converted to dh (% target and dh_auto_*)
    - moved to compat level 9 (buildeps upgraded)
    - dh9 enabled hardening build flags
    - added hardening=+bindnow
    - dh9 enabled multiarch
      + Don't use /use/lib64 on ppc64 (Closes: #644907)
      + libctdb-dev is Multi-Arch: same
      + removed 10_no-lib64.diff: not needed with multiarch
  * ctdb.init:
    - removed gettext support
    - synced with upstream
 .
ctdb (1.10+git20110722-1) unstable; urgency=low
 .
  * New upstream snapshot
    - removed 50-fix-bashism.diff, merged upstream
    - removed 70-ping_pong-manpage.diff, merged upstream
  * Fix Apache's event script (Closes: #635136)
  * d/rules: reordering to match dh order (dh_installchangelogs after
    dh_installdoc, dh_installlogrotate after dh_installinit, dh_installinit
    after dh_installman, dh_strip after dh_fixperms and dh_shlibdeps before
    dh_installdeb)
  * Override lintian warning about script-not-executable (this is the way to
    disable scripts)
 .
ctdb (1.10+git20110412-2) unstable; urgency=low
 .
  * Upload to unstable
  * Bump Standards-Version to 3.9.2: no changes
 .
ctdb (1.10+git20110412-1) experimental; urgency=low
 .
  * New upstream snapshot
    - control: add a new control opcode CTDB_CONTROL_SCHEDULE_FOR_DELETION
    - re-added a new 50-fix-bashism.diff
    - removed 62-spelling-errors.diff, merged upstream
 .
ctdb (1.10-3) experimental; urgency=low
 .
  * Fix "FTBFS: dh_install: ctdb missing files
    (usr/share/doc/ctdb/ctdb/*), aborting" by correcting d/ctdb.install
    (Closes: #620539)
 .
ctdb (1.10-2) experimental; urgency=low
 .
  * remove ctdb-dev to libctdb-dev
 .
ctdb (1.10-1) experimental; urgency=low
 .
  * New upstream release, uploaded to experimental (testing needed)
    - updated 02_ctdb_diagnostics.diff
    - removed 50-fix-bashism.diff, merged upstream
    - removed 60-spelling-errors.diff, merged upstream
    - removed 61-spelling-errors-manpages.diff, merged upstream
    - removed 70-nfstickle-sysconfig.diff, fixed upstream
    - removed 71-correct-nice_service.diff, merged upstream
    - added 62-spelling-errors.diff, again
  * d/watch, d/uupdate-wrapper: use new upstream git url
  * Switch to dpkg-source 3.0 (quilt) format
  * Bump Standards-Version to 3.9.1: no changes
  * Added 70-ping_pong-manpage.diff
  * Added 99-fix-broken-readdir-test.diff (Closes: #603155)
  * Upgrading to debhelper 7
    - Replaced 'dh_clean -k -i' by 'dh_prep -i'
  * New package ctdb-dev, add the corresponding Breaks and Replaces
  * d/ctdb.init: updated


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.
 exist in other distributions.


Reply to: