[Debian-ha-commits] [pacemaker] 01/07: Multiple updates

Richard Winters devrik-guest at moszumanska.debian.org
Sat Apr 25 20:52:05 UTC 2015


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

devrik-guest pushed a commit to branch master
in repository pacemaker.

commit ef2d4036eed839b013a405ab277f79952e05fd1a
Author: Richard B Winters <rik at mmogp.com>
Date:   Fri Apr 24 17:50:47 2015 -0400

    Multiple updates
    
     - Formatted fields for folding where applicable
     - Updated Build-depends required version of debhelper to >=9
     - Added dh-autoreconf, dh-python, and dh-systemd to
       Build-Depends
     - Changed libcluster-glue-dev to cluster-glue-dev as the
       former is a transitional package for the latter
     - Change libcorosync-dev to corosync-dev, and added the
       individual libraries as Build-Depends:
       - libcfg-dev
       - libcmap-dev
       - libcorosync-common-dev
       - libquorum-dev
       - libtotem-pg-dev
       - libvotequorum-dev
     - Changed libheartbeat2-dev to a piped alternative to
       corosync
     - Changed heartbeat to a piped alternative to corosync in
       pacemaker binary
     - Updated descriptions for several packages
     - Removed duplicate/conflicting Conflicts/Replaces entries in
       libcib
     - Bumped standards version; Copyright updated to DEP-5
       versioned format
     - Added/Updated Vcs-Git and Vcs-Browser to point to the newly
       created packaging repositories
    
    Change-Id: Ib2a46a7acb08895ec44045e32550052bfa56e1e2
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/control   | 372 +++++++++++++++++++++++++++++++++++++++----------------
 debian/copyright | 127 ++++++++++---------
 2 files changed, 329 insertions(+), 170 deletions(-)

diff --git a/debian/control b/debian/control
index f9afff5..2b5612f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,32 +2,97 @@ Source: pacemaker
 Section: admin
 Priority: optional
 Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
-Uploaders: Martin Loschwitz <madkiss at debian.org>, Anibal Monsalve Salazar <anibal at debian.org>, Simon Horman <horms at debian.org>, Frederik Schüler <fs at debian.org>
-Build-Depends: debhelper (>= 7.0.50), automake, autoconf, chrpath, libsnmp-dev, libglib2.0-dev, perl, net-tools, python (>= 2.6.6-3~), libtool, libcurl4-openssl-dev | libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, libbz2-dev, zlib1g-dev, libltdl3-dev, openssh-client, libgnutls-dev, libpam0g-dev, libncurses5-dev, libcorosync-dev (>= 1.4.4), libheartbeat2-dev (>= 3.0), libxslt1-dev, libesmtp-dev, cluster-glue-dev (>= 1.0.11+hg2754), liblrm2-dev, libpils2-dev, libplumb2-dev, libp [...]
-Standards-Version: 3.9.5
-Homepage: http://clusterlabs.org/
-Vcs-Hg: http://hg.debian.org/hg/debian-ha/pacemaker
-Vcs-Browser: http://hg.debian.org/hg/debian-ha/pacemaker
+Uploaders: Martin Loschwitz <madkiss at debian.org>,
+ Anibal Monsalve Salazar <anibal at debian.org>,
+ Simon Horman <horms at debian.org>,
+ Frederik Schüler <fs at debian.org>,
+ Richard B Winters <rik at mmogp.com>
+Build-Depends: debhelper (>= 7.0.50),
+ automake,
+ autoconf,
+ bison,
+ chrpath,
+ cluster-glue-dev (>= 1.0.12),
+ dh-autoreconf,
+ dh-python,
+ dh-systemd,
+ docbook-xsl,
+ flex,
+ help2man,
+ libbz2-dev,
+ libcorosync-common-dev (>= 2.3.4) | libheartbeat2-dev (>= 3.0),
+ libcfg-dev (>= 2.3.4),
+ libcmap-dev (>= 2.3.4),
+ libcpg-dev (>= 2.3.4),
+ libcurl4-openssl-dev | libcurl3-openssl-dev,
+ libesmtp-dev,
+ libdbus-1-dev,
+ libglib2.0-dev,
+ libgnutls-dev,
+ liblrm2-dev,
+ libltdl3-dev,
+ libncurses5-dev,
+ libpam0g-dev,
+ libpils2-dev,
+ libplumb2-dev,
+ libplumbgpl2-dev,
+ libqb-dev (>= 0.17.1),
+ libquorum-dev (>= 2.3.4),
+ libsam-dev (>= 2.3.4),
+ libsnmp-dev,
+ libstonith1-dev,
+ libsystemd-dev,
+ libtool,
+ libtotem-pg-dev (>= 2.3.4),
+ libvotequorum-dev (>= 2.3.4),
+ libxml2-dev,
+ libxml2-utils,
+ libxslt-dev,
+ net-tools,
+ openssh-client,
+ perl,
+ pkg-config,
+ python | python-all | python-dev | python-all-dev,
+ resource-agents-dev,
+ uuid-dev,
+ xsltproc,
+ zlib1g-dev
+Standards-Version: 3.9.6
+Homepage: http://www.clusterlabs.org/
+Vcs-Git: https://alioth.debian.org/anonscm/git/debian-ha/pacemaker.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-ha/pacemaker.git
 X-Python-Version: >= 2.5
 
 Package: pacemaker
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libheartbeat2, resource-agents, python, adduser, corosync (>= 1.4.4) | heartbeat (>= 3.0), crmsh, pacemaker-cli-utils
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ resource-agents,
+ python,
+ adduser,
+ corosync (>= 2.3.4) | heartbeat (>=3.0),
+ crmsh | pcs,
+ pacemaker-cli-utils
 Conflicts: pacemaker-heartbeat, pacemaker-openais
 Replaces: pacemaker-heartbeat, pacemaker-openais
 Description: HA cluster resource manager
- High-Availability cluster resource manager for Heartbeat as 
- well as Corosync.
+ High-Availability cluster resource manager for Corosync and
+ optionally, Heartbeat.
  .
  Pacemaker supports a very sophisticated dependency model for 
  n-node clusters and can respond to node and resource-level 
  failures.
  .
- It supports both the Heartbeat and Corosync cluster stacks.
+ It supports the Corosync cluster stack, and continues to 
+ optionally support Heartbeat as well for those users who 
+ require it.
 
 Package: pacemaker-cli-utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
 Conflicts: pacemaker (<< 1.1.9+git20130321-1)
 Replaces: pacemaker (<< 1.1.9+git20130321-1)
 Description: Command line interface utilities for Pacemaker
@@ -39,7 +104,12 @@ Description: Command line interface utilities for Pacemaker
 
 Package: pacemaker-remote
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, resource-agents, python, pacemaker-cli-utils
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ resource-agents,
+ python,
+ pacemaker-cli-utils
 Description: Pacemaker add-on to control virtualized services
  Pacemaker is a cluster resource manager that allows one to manage
  cluster resources in a highly available manner. This version
@@ -54,11 +124,31 @@ Description: Pacemaker add-on to control virtualized services
 Package: pacemaker-dev
 Section: devel
 Architecture: any
-Replaces: pacemaker-heartbeat-dev, pacemaker-openais-dev
-Conflicts: pacemaker-heartbeat-dev, pacemaker-openais-dev
-Depends: ${shlibs:Depends}, ${misc:Depends}, pacemaker (>= ${binary:Version}), python, libcorosync-dev (>= 1.4.4), libheartbeat2-dev (>= 3.0) , libglib2.0-dev, libxml2-dev, libcluster-glue-dev (>= 1.0.11+hg2754), libcib3-dev (>= ${binary:Version}), libcrmcluster4-dev (>= ${binary:Version}), libcrmcommon3-dev (>= ${binary:Version}), libpe-rules2-dev (>= ${binary:Version}), libpe-status4-dev (>= ${binary:Version}), libpengine4-dev (>= ${binary:Version}), libstonithd2-dev (>= ${binary:Versi [...]
+Replaces: pacemaker-heartbeat-dev,
+ pacemaker-openais-dev
+Conflicts: pacemaker-heartbeat-dev,
+ pacemaker-openais-dev
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ pacemaker (>= ${binary:Version}),
+ python,
+ libcorosync-dev (>= 1.4.4) | libheartbeat2-dev (>= 3.0),
+ libglib2.0-dev,
+ libxml2-dev,
+ libcluster-glue-dev (>= 1.0.11+hg2754),
+ libcib3-dev (>= ${binary:Version}),
+ libcrmcluster4-dev (>= ${binary:Version}),
+ libcrmcommon3-dev (>= ${binary:Version}),
+ libpe-rules2-dev (>= ${binary:Version}),
+ libpe-status4-dev (>= ${binary:Version}),
+ libpengine4-dev (>= ${binary:Version}),
+ libstonithd2-dev (>= ${binary:Version}),
+ libtransitioner2-dev (>= ${binary:Version}),
+ liblrmd1-dev (>= ${binary:Version}),
+ libcrmservice1-dev (>= ${binary:Version})
 Description: HA cluster resource manager (development files)
- High-Availability cluster resource manager for Heartbeat.
+ High-Availability cluster resource manager for Corosync and
+ optionally, Heartbeat.
  .
  Pacemaker supports a very sophisticated dependency model for 
  n-node clusters and can respond to node and resource-level 
@@ -70,7 +160,8 @@ Package: pacemaker-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: pacemaker (= ${binary:Version}), ${misc:Depends}
+Depends: pacemaker (= ${binary:Version}),
+ ${misc:Depends}
 Description: Debugging symbols for Pacemaker
  High-Availability cluster resource manager for Heartbeat as
  well as Corosync.
@@ -83,226 +174,295 @@ Description: Debugging symbols for Pacemaker
  .
  This package contains the debugging symbols for Pacemaker.
 
+Package: libcib3
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libcib1,
+ libcib2
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libcib1,
+ libcib2
+Description: Pacemaker libraries - CIB 
+ This package contains some of the libraries provided by and needed
+ for the pacemaker cluster manager. You need to install them if you
+ intend to run pacemaker. Specifically, this package contains the
+ CIB library.
+
 Package: libcib3-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libcib3 (= ${binary:Version})
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libcib1-dev, libcib2-dev, pacemaker-dev (<< 1.1.8+git20121010-1)
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libcib1-dev, libcib2-dev, pacemaker-dev (<< 1.1.8+git20121010-1)
+Depends: ${misc:Depends},
+ libcib3 (= ${binary:Version})
+Replaces: pacemaker-dev (<< 1.1.8+git20121010-1),
+ libcib1-dev,
+ libcib2-dev
+Conflicts: pacemaker-dev (<< 1.1.8+git20121010-1),
+ libcib1-dev,
+ libcib2-dev
 Description: Development file for pacemaker's cib library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (CIB). Install 
  it if you want to do development based on pacemaker.
 
-Package: libcib3
+Package: libcrmcluster4
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libcib1, libcib2
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libcib1, libcib2
-Description: Pacemaker libraries - CIB 
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libcrmcluster1,
+ libcrmcluster2
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libcrmcluster1,
+ libcrmcluster2
+Description: Pacemaker libraries - CRM
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- CIB library.
+ CRM cluster library.
 
 Package: libcrmcluster4-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libcrmcluster4 (= ${binary:Version})
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libcrmcluster1-dev, libcrmcluster2-dev
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libcrmcluster1-dev, libcrmcluster2-dev
+Depends: ${misc:Depends},
+ libcrmcluster4 (= ${binary:Version})
+Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libcrmcluster1-dev,
+ libcrmcluster2-dev
+Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libcrmcluster1-dev,
+ libcrmcluster2-dev
 Description: Development file for pacemaker's crm library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (CRM). Install 
  it if you want to do development based on pacemaker.
 
-Package: libcrmcluster4
+Package: libcrmcommon3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libcrmcluster1, libcrmcluster2
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libcrmcluster1, libcrmcluster2
-Description: Pacemaker libraries - CRM
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libcrmcommon2
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libcrmcommon2
+Description: Pacemaker libraries - common CRM
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- CRM cluster library.
+ common CRM library.
 
 Package: libcrmcommon3-dev
 Architecture: any
 Section: libdevel
-Depends:
- ${misc:Depends}, libcrmcommon3 (= ${binary:Version}),
+Depends: ${misc:Depends},
+  libcrmcommon3 (= ${binary:Version}),
  cluster-glue-dev (>= 1.0.11+hg2754)
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libcrmcommon2-dev, pacemaker-dev (<< 1.1.8+git20121010-1)
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libcrmcommon2-dev, pacemaker-dev (<< 1.1.8+git20121010-1)
+Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libcrmcommon2-dev,
+ pacemaker-dev (<< 1.1.8+git20121010-1)
+Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libcrmcommon2-dev,
+ pacemaker-dev (<< 1.1.8+git20121010-1)
 Description: Development file for pacemaker's common library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (common CRM). 
  Install it if you want to do development based on pacemaker.
 
-Package: libcrmcommon3
+Package: libpe-rules2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libcrmcommon2
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libcrmcommon2
-Description: Pacemaker libraries - common CRM
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libpe-rules-2 (<= 1.0.10-1)
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libpe-rules-2 (<= 1.0.10-1)
+Description: Pacemaker libraries - rules for P-Engine
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- common CRM library.
+ PEngine rules library.
 
 Package: libpe-rules2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libpe-rules2 (= ${binary:Version})
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libpe-rules-2-dev (<= 1.0.10-1)
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libpe-rules-2-dev (<= 1.0.10-1)
+Depends: ${misc:Depends},
+ libpe-rules2 (= ${binary:Version})
+Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libpe-rules-2-dev (<= 1.0.10-1)
+Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libpe-rules-2-dev (<= 1.0.10-1)
 Description: Development file for pacemaker's rules library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (pengine rules). 
  Install it if you want to do development based on pacemaker.
 
-Package: libpe-rules2
+Package: libpe-status4
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libpe-rules-2 (<= 1.0.10-1)
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libpe-rules-2 (<= 1.0.10-1)
-Description: Pacemaker libraries - rules for P-Engine
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libpe-status-2 (<= 1.0.10-1),
+ libpe-status3
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libpe-status-2 (<= 1.0.10-1),
+ libpe-status3
+Description: Pacemaker libraries - status for P-Engine
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- PEngine rules library.
+ PEngine status library.
 
 Package: libpe-status4-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libpe-status4 (= ${binary:Version})
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libpe-status-2-dev (<= 1.0.10-1), libpe-status2-dev, libpe-status3-dev
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libpe-status-2-dev (<= 1.0.10-1), libpe-status2-dev, libpe-status3-dev
+Depends: ${misc:Depends},
+ libpe-status4 (= ${binary:Version})
+Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libpe-status-2-dev (<= 1.0.10-1),
+ libpe-status2-dev,
+ libpe-status3-dev
+Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libpe-status-2-dev (<= 1.0.10-1),
+ libpe-status2-dev,
+ libpe-status3-dev
 Description: Development file for pacemaker's status library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (pengine status). 
  Install it if you want to do development based on pacemaker.
 
-Package: libpe-status4
+Package: libpengine4
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libpe-status-2 (<= 1.0.10-1), libpe-status3
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libpe-status-2 (<= 1.0.10-1), libpe-status3
-Description: Pacemaker libraries - status for P-Engine
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libpengine3,
+ pacemaker-dev (<< 1.1.8+git20121010-1)
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libpengine3,
+ pacemaker-dev (<< 1.1.8+git20121010-1)
+Description: Pacemaker libraries - P-Engine
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- PEngine status library.
+ PEngine library.
 
 Package: libpengine4-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libpengine4 (= ${binary:Version})
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libpengine3-dev
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libpengine3-dev
+Depends: ${misc:Depends},
+ libpengine4 (= ${binary:Version})
+Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libpengine3-dev
+Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libpengine3-dev
 Description: Development file for pacemaker's pengine library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (pengine). 
  Install it if you want to do development based on pacemaker.
 
-Package: libpengine4
+Package: libstonithd2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libpengine3, pacemaker-dev (<< 1.1.8+git20121010-1)
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libpengine3, pacemaker-dev (<< 1.1.8+git20121010-1)
-Description: Pacemaker libraries - P-Engine
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libstonithd0
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libstonithd0
+Description: Pacemaker libraries - stonith
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- PEngine library.
+ stonith library.
 
 Package: libstonithd2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libstonithd2 (= ${binary:Version})
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libstonithd0-dev
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libstonithd0-dev
+Depends: ${misc:Depends},
+ libstonithd2 (= ${binary:Version})
+Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libstonithd0-dev
+Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libstonithd0-dev
 Description: Development file for pacemaker's stonith library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (stonith). 
  Install it if you want to do development based on pacemaker.
 
-Package: libstonithd2
+Package: libtransitioner2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libstonithd0
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libstonithd0
-Description: Pacemaker libraries - stonith
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: pacemaker (<= 1.0.9.1+hg15626-2),
+ libtransitioner1
+Conflicts: pacemaker (<= 1.0.9.1+hg15626-2),
+ libtransitioner1
+Description: Pacemaker libraries - transitioner
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- stonith library.
+ transitioner library.
 
 Package: libtransitioner2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libtransitioner2 (= ${binary:Version})
-Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2), libtransitioner1-dev
-Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2), libtransitioner1-dev
+Depends: ${misc:Depends},
+ libtransitioner2 (= ${binary:Version})
+Replaces: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libtransitioner1-dev
+Conflicts: pacemaker-dev (<= 1.0.9.1+hg15626-2),
+ libtransitioner1-dev
 Description: Development file for pacemaker's transitioner library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (transitioner). 
  Install it if you want to do development based on pacemaker.
 
-Package: libtransitioner2
+Package: liblrmd1
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: pacemaker (<= 1.0.9.1+hg15626-2), libtransitioner1
-Conflicts: pacemaker (<= 1.0.9.1+hg15626-2), libtransitioner1
-Description: Pacemaker libraries - transitioner
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Pacemaker libraries - lrmd
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- transitioner library.
+ lrmd library.
 
 Package: liblrmd1-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, liblrmd1 (= ${binary:Version})
+Depends: ${misc:Depends},
+ liblrmd1 (= ${binary:Version})
 Description: Development file for pacemaker's lrmd library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (lrmd).
  Install it if you want to do development based on pacemaker.
 
-Package: liblrmd1
+Package: libcrmservice1
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Pacemaker libraries - lrmd
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Pacemaker libraries - crmservice
  This package contains some of the libraries provided by and needed
  for the pacemaker cluster manager. You need to install them if you
  intend to run pacemaker. Specifically, this package contains the
- lrmd library.
+ crmservice library.
 
 Package: libcrmservice1-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libcrmservice1 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libcrmservice1 (= ${binary:Version})
 Description: Development file for pacemaker's crmservice library
  This package contains static libraries, symbol files as well as
  headers provided by the pacemaker cluster manager (crmservice).
  Install it if you want to do development based on pacemaker.
-
-Package: libcrmservice1
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Pacemaker libraries - crmservice
- This package contains some of the libraries provided by and needed
- for the pacemaker cluster manager. You need to install them if you
- intend to run pacemaker. Specifically, this package contains the
- crmservice library.
diff --git a/debian/copyright b/debian/copyright
index 4f7e0ee..87c8aab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,64 +1,63 @@
-This package was first debianized by Paolo Molaro <lupus at debian.org> on
-Wed, 17 Nov 1999 17:30:23 +0100.
-
-The original sources can be found at:
-	http://linux-ha.org/wiki/Download
-
-Upstream Authors (from AUTHORS) and copyright holders: (c) 1998-2010
-
-	Andrew Beekhof <andrew[at]beekhof[dot]net>
-		Main architect, Lead Developer.
-	Dejan Muhamedagic <dejan[at]suse[dot]de>
-		Stonith Subsystem.
-	Lars Marowsky-Brée <lmb[at]suse[dot]de>
-		Project catalyst and advocate
-	Dominik Klein <dk at in-telegence.net>
-	Alan Robertson <alanr at unix.sh>
-
-NOTE:	The work of everyone on this project is dearly appreciated. If you
-	are not listed here but should be, please notify us!
-
---------------------
-
-All binaries provided by this package are GNU GPL or GNU LGPL.
-All source files without a specific licence statement are
-available licenced under the GNU GPL.
-
---------------------
-
-   This package is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
-
-   This package is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
---------------------
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-  
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-  
-   You should have received a copy of the GNU Library General Public
-   License along with this library; if not, write to the
-   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pacemaker
+Source: http://github.com/clusterlabs/pacemaker
+
+Files: *
+Copyright: (c) 1998-2015 Upstream Authors (From AUTHORS)
+	           Andrew Beekhof <andrew[at]beekhof[dot]net>
+	           David Vossel <dvossel[at]redhat[dot]com>	
+		       Keisuke MORI <keisuke[dot]mori[at]gmail[dot]com>
+		       Yan Gao <ygao[at]suse[dot]com>
+		       Dan Frîncu <df[dot]cluster[at]gmail[dot]com>
+		       Raoul Scarazzini <rasca[at]miamammausalinux[dot]org>
+		       Charlie Chen
+		       Lars Marowsky-Brée <lmb[at]suse[dot]de>
+		       Dominik Klein <dk at in-telegence.net>
+		       Dejan Muhamedagic <dejan[at]suse[dot]de>
+		       Alan Robertson <alanr at unix.sh>
+		       Tanja Roth <taroth[at]suse[dot]com>
+		       Thomas Schraitle <toms[at]suse[dot]com>
+License: GPL-2+
+         LGPL-2+
+
+Files: debian/*
+Copyright: 1999-2015 Debian-HA-Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
+                     Paolo Molaro <lupus at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

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



More information about the Debian-HA-Commits mailing list