Skip to content
Snippets Groups Projects
Commit 470ab0d0 authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

new debian snapshot

parent 24a64862
No related branches found
No related tags found
No related merge requests found
tarantool (1.4.6+20120626-1) unstable; urgency=low
* New upstream version.
* Add libtarantoolrpl package: (replication protocol).
* Fixed segfaults by adminport.
-- Dmitry E. Oboukhov <unera@debian.org> Tue, 26 Jun 2012 15:30:02 +0400
tarantool (1.4.6+20120524-1) unstable; urgency=low
* Fix version number.
......
......@@ -9,7 +9,8 @@ Build-Depends: cdbs, debhelper (>= 8),
python-daemon,
python-pexpect,
libncurses5-dev,
binutils-dev
binutils-dev,
dpkg-dev (>= 1.16.1~)
Section: database
Standards-Version: 3.9.2
Homepage: http://tarantool.org/
......@@ -265,7 +266,8 @@ Description: high performance key/value storage server
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides c-connector library for tarantool (xlog and replication support).
This package provides c-connector library for tarantool
(xlog and replication support).
Package: libtarantoolrpl1-dbg
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
......
......@@ -44,11 +44,11 @@ License:
Files: third_party/crc32.c
Copyright: 1986 Gary S. Brown.
2004-2006 Intel Corporation - All Rights Reserved
License:
You may use this program, or code or tables extracted from it,
as desired without restriction.
Copyright: 2004-2006 Intel Corporation - All Rights Reserved
License:
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
......
#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
VERSION := $(shell dpkg-parsechangelog|grep ^Version|awk '{print $$2}')
UVERSION := $(shell echo $(VERSION)|sed 's/-[[:digit:]]\+$$//')
......@@ -13,6 +17,8 @@ DEB_CMAKE_INSTALL_PREFIX := /usr
DEB_CMAKE_NORMAL_ARGS := -DCMAKE_INSTALL_PREFIX="$(DEB_CMAKE_INSTALL_PREFIX)" \
-DCMAKE_C_FLAGS="$(CFLAGS)" \
-DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \
-DCMAKE_CPP_FLAGS="$(CPPFLAGS)" \
-DCMAKE_LD_FLAGS="$(LDFLAGS)" \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_SYSCONF_DIR=/etc/tarantool \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment