Skip to content

Commit 2ea6680

Browse files
committed
remove 2.27 from elliptics-client package
1 parent f7fac69 commit 2ea6680

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Architecture: any
3232
Depends: ${shlibs:Depends},
3333
${misc:Depends},
3434
eblob (>= 0.23.11),
35-
elliptics-client2.27 (= ${Source-Version}),
35+
elliptics-client (= ${Source-Version}),
3636
handystats (>= 1.11.6),
3737
libkora-util1 (= 1.1.0-rc1),
3838
libblackhole1 (>= 1.7.0-1)
@@ -41,7 +41,7 @@ Provides: elliptics-2.10
4141
Description: Distributed hash table storage
4242
Elliptics network is a fault tolerant distributed hash table object storage.
4343

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

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

6464
Package: elliptics-dev
6565
Architecture: any
66-
Depends: ${shlibs:Depends}, ${misc:Depends}, elliptics-client2.27 (= ${Source-Version})
66+
Depends: ${shlibs:Depends}, ${misc:Depends}, elliptics-client (= ${Source-Version})
6767
Suggests: eblob (>= 0.23.11),
6868
libkora-util1 (= 1.1.0-rc1),
6969
Description: Distributed hash table storage (includes)
File renamed without changes.

debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo
1313

1414
DEB_DH_STRIP_ARGS := --dbg-package=elliptics-dbg
1515
DEB_DH_MAKESHLIBS_ARGS_elliptics := -V "elliptics (>= $(ELLIPTICS_VERSION)), elliptics (<< $(ELLIPTICS_NEXT_VERSION))"
16-
DEB_DH_MAKESHLIBS_ARGS_elliptics-client2.27 := -V "elliptics-client2.27 (>= $(ELLIPTICS_VERSION)), elliptics-client2.27 (<< $(ELLIPTICS_NEXT_VERSION))"
16+
DEB_DH_MAKESHLIBS_ARGS_elliptics-client := -V "elliptics-client (>= $(ELLIPTICS_VERSION)), elliptics-client (<< $(ELLIPTICS_NEXT_VERSION))"
1717
DEB_COMPRESS_EXCLUDE := .conf
1818
DEB_MAKE_CHECK_TARGET=test
1919

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

23-
DEB_PYTHON2_MODULE_PACKAGES := elliptics-client2.27
23+
DEB_PYTHON2_MODULE_PACKAGES := elliptics-client
2424

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

0 commit comments

Comments
 (0)