[Debian-ha-commits] [cluster-glue] 01/03: Remove old transitional package libcluster-glue.

Christoph Berg myon at debian.org
Thu Mar 24 21:06:29 UTC 2016


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

myon pushed a commit to branch master
in repository cluster-glue.

commit a3dd6c782a91c3a59b240d5d37a52b5d528171c0
Author: Christoph Berg <myon at debian.org>
Date:   Thu Mar 24 21:42:52 2016 +0100

    Remove old transitional package libcluster-glue.
---
 debian/changelog                         |  6 +++++
 debian/control                           | 42 ++------------------------------
 debian/libcluster-glue.lintian-overrides |  4 ---
 3 files changed, 8 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3fa659d..9c1480d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cluster-glue (1.0.12-2) UNRELEASED; urgency=medium
+
+  * Remove old transitional package libcluster-glue.
+
+ -- Christoph Berg <myon at debian.org>  Thu, 24 Mar 2016 21:42:27 +0100
+
 cluster-glue (1.0.12-1) unstable; urgency=medium
 
   [ Richard B Winters ]
diff --git a/debian/control b/debian/control
index 6768796..7910cb0 100644
--- a/debian/control
+++ b/debian/control
@@ -56,30 +56,6 @@ Homepage: http://www.linux-ha.org/wiki/Downloads
 Vcs-Git: https://alioth.debian.org/anonscm/git/debian-ha/cluster-glue.git
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-ha/cluster-glue.git
 
-Package: libcluster-glue
-Architecture: all
-Section: oldlibs
-Priority: extra
-Depends: ${misc:Depends}, 
- liblrm2 (>= ${binary:Version}),
- libpils2 (>= ${binary:Version}),
- libplumb2 (>= ${binary:Version}),
- libplumbgpl2 (>= ${binary:Version}),
- libstonith1 (>= ${binary:Version})
-Replaces: libcluster-glue (<= 1.0.6-1),
- heartbeat,
- heartbeat-common,
- libheartbeat2
-Breaks: libcluster-glue (<= 1.0.6-1)
-Conflicts: heartbeat,
- heartbeat-common,
- libheartbeat2
-Description: Reusable cluster libraries (transitional package)
- This package used to contain all the libraries from cluster-glue,
- the reusable cluster components package. It's now a transitional
- package without any content, depending on all the single library
- packages that now exist.
-
 Package: libcluster-glue-dev
 Architecture: all
 Section: oldlibs
@@ -112,11 +88,11 @@ Depends: ${shlibs:Depends},
  libplumb2 (>= ${binary:Version}),
  libplumbgpl2 (>= ${binary:Version}),
  libstonith1 (>= ${binary:Version})
-Replaces: libcluster-glue,
+Replaces:
  heartbeat,
  heartbeat-common,
  libheartbeat2
-Conflicts: libcluster-glue,
+Conflicts:
  heartbeat,
  heartbeat-common,
  libheartbeat2
@@ -164,8 +140,6 @@ Package: liblrm2
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Replaces: libcluster-glue (<= 1.0.6-1)
-Breaks: libcluster-glue (<= 1.0.6-1)
 Description: Reusable cluster libraries -- liblrm2
  This package contains the lrm helper library from cluster-glue,
  the reusable cluster components package. 
@@ -177,8 +151,6 @@ Package: libpils2
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Replaces: libcluster-glue (<= 1.0.6-1)
-Breaks: libcluster-glue (<= 1.0.6-1)
 Description: Reusable cluster libraries -- libpils2
  This package contains the pils library from cluster-glue, the 
  reusable cluster components package. 
@@ -190,8 +162,6 @@ Package: libplumb2
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Replaces: libcluster-glue (<= 1.0.6-1)
-Breaks: libcluster-glue (<= 1.0.6-1)
 Description: Reusable cluster libraries -- libplumb2
  This package contains the plumber library from cluster-glue, the 
  reusable cluster components package. 
@@ -203,8 +173,6 @@ Package: libplumbgpl2
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Replaces: libcluster-glue (<= 1.0.6-1)
-Breaks: libcluster-glue (<= 1.0.6-1)
 Description: Reusable cluster libraries -- libplumbgpl2
  This package contains the plumber library from cluster-glue,
  the reusable cluster components package, in the GPL version. 
@@ -216,10 +184,6 @@ Package: libstonith1
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Replaces: libcluster-glue (<= 1.0.6-1),
- libstonith0
-Breaks: libcluster-glue (<= 1.0.6-1),
- libstonith0
 Description: Reusable cluster libraries -- libstonith1
  This package contains the stonith library from cluster-glue, the 
  reusable cluster components package. 
@@ -294,9 +258,7 @@ Architecture: any
 Depends: ${misc:Depends},
  libstonith1 (= ${binary:Version})
 Replaces: libcluster-glue-dev (<= 1.0.6-1),
- libstonith0-dev
 Breaks: libcluster-glue-dev (<= 1.0.6-1),
- libstonith0-dev
 Description: Reusable cluster development files -- libstonith1
  This package contains the development files of the stonith 
  library from cluster-glue, the reusable cluster components 
diff --git a/debian/libcluster-glue.lintian-overrides b/debian/libcluster-glue.lintian-overrides
deleted file mode 100644
index 25a98f2..0000000
--- a/debian/libcluster-glue.lintian-overrides
+++ /dev/null
@@ -1,4 +0,0 @@
-# Warnings about package relation with self can be ignored, as
-# we cannot have heartbeat, nor versions of libcluster-glue
-# prior to 1.0.6, mixing with this transitional package.
-libcluster-glue: package-relation-with-self

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



More information about the Debian-HA-Commits mailing list