Skip to content

Commit

Permalink
remove 2.27 from elliptics-client package
Browse files Browse the repository at this point in the history
  • Loading branch information
shaitan committed Aug 8, 2017
1 parent cd83a5c commit b1fbdd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
eblob (>= 0.23.11),
elliptics-client2.27 (= ${Source-Version}),
elliptics-client (= ${Source-Version}),
handystats (>= 1.11.6),
libkora-util1 (= 1.1.0-rc1),
libblackhole1 (>= 1.7.0-1)
Expand All @@ -41,7 +41,7 @@ Provides: elliptics-2.10
Description: Distributed hash table storage
Elliptics network is a fault tolerant distributed hash table object storage.

Package: elliptics-client2.27
Package: elliptics-client
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Expand All @@ -55,15 +55,15 @@ Description: Distributed hash table storage (client library)

Package: elliptics-dbg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, elliptics (= ${Source-Version}) | elliptics-client2.27 (= ${Source-Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, elliptics (= ${Source-Version}) | elliptics-client (= ${Source-Version})
Replaces: elliptics-dbg-2.10
Provides: elliptics-dbg-2.10
Description: Distributed hash table storage (debug files)
Elliptics network is a fault tolerant distributed hash table object storage.

Package: elliptics-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, elliptics-client2.27 (= ${Source-Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, elliptics-client (= ${Source-Version})
Suggests: eblob (>= 0.23.11),
libkora-util1 (= 1.1.0-rc1),
Description: Distributed hash table storage (includes)
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo

DEB_DH_STRIP_ARGS := --dbg-package=elliptics-dbg
DEB_DH_MAKESHLIBS_ARGS_elliptics := -V "elliptics (>= $(ELLIPTICS_VERSION)), elliptics (<< $(ELLIPTICS_NEXT_VERSION))"
DEB_DH_MAKESHLIBS_ARGS_elliptics-client2.27 := -V \
"elliptics-client2.27 (>= $(ELLIPTICS_VERSION)) | elliptics-client (>= $(ELLIPTICS_VERSION)), \
elliptics-client2.27 (<< $(ELLIPTICS_NEXT_VERSION)) | elliptics-client (<< $(ELLIPTICS_NEXT_VERSION))"
DEB_DH_MAKESHLIBS_ARGS_elliptics-client := -V \
"elliptics-client (>= $(ELLIPTICS_VERSION)), \
elliptics-client (<< $(ELLIPTICS_NEXT_VERSION))"
DEB_COMPRESS_EXCLUDE := .conf
DEB_MAKE_CHECK_TARGET=test

DEB_BUILD_PARALLEL = yes
DEB_PARALLEL_JOBS ?= $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1)

DEB_PYTHON2_MODULE_PACKAGES := elliptics-client2.27
DEB_PYTHON2_MODULE_PACKAGES := elliptics-client

DEB_PYTHON_INSTALL_ARGS_ALL = --install-layout=deb --install-lib=$(PYTHON_LIB_PATH)
include /usr/share/cdbs/1/class/python-distutils.mk
install/elliptics-client2.27::
install/elliptics-client::
echo $(cdbs_python_current_version) > debian/pyversions
clean::
rm -f debian/pyversions

0 comments on commit b1fbdd1

Please sign in to comment.