[zookeeper] 01/15: Drop transitional package libzookeeper2 (Closes: #878994)
tony mancill
tmancill at debian.org
Sat Jan 20 22:13:27 UTC 2018
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository zookeeper.
commit 2fa0162474fd730a73088bde2135220ff09bef68
Author: tony mancill <tmancill at debian.org>
Date: Sat Jan 13 16:21:29 2018 -0800
Drop transitional package libzookeeper2 (Closes: #878994)
---
debian/control | 13 -------------
debian/libzookeeper2.preinst | 17 -----------------
2 files changed, 30 deletions(-)
diff --git a/debian/control b/debian/control
index fbca0ec..946a934 100644
--- a/debian/control
+++ b/debian/control
@@ -125,19 +125,6 @@ Description: Single threaded C bindings for zookeeper
.
This package contains the single-threaded libraries for the C bindings.
-Package: libzookeeper2
-Architecture: any
-Priority: extra
-Section: oldlibs
-Depends: libzookeeper-mt2 (= ${binary:Version}), ${misc:Depends}
-Description: C bindings for zookeeper - transitional package
- ZooKeeper is a centralized, reliable, service for maintaining configuration
- information, naming, providing distributed synchronization, and group
- services. All of these kinds of services are used in some form or another by
- distributed applications.
- .
- Transitional package for renaming of libzookeeper2 -> libzookeeper-mt2.
-
Package: libzookeeper-mt-dev
Architecture: any
Section: libdevel
diff --git a/debian/libzookeeper2.preinst b/debian/libzookeeper2.preinst
deleted file mode 100644
index 557399a..0000000
--- a/debian/libzookeeper2.preinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install|upgrade)
- DOCDIR=/usr/share/doc/libzookeeper2
-
- if [ -L $DOCDIR ]; then
- rm $DOCDIR
- fi
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/zookeeper.git
More information about the pkg-java-commits
mailing list