Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
470ab0d0
Commit
470ab0d0
authored
12 years ago
by
Dmitry E. Oboukhov
Browse files
Options
Downloads
Patches
Plain Diff
new debian snapshot
parent
24a64862
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
debian/control
+4
-2
4 additions, 2 deletions
debian/control
debian/copyright
+2
-2
2 additions, 2 deletions
debian/copyright
debian/rules
+6
-0
6 additions, 0 deletions
debian/rules
with
20 additions
and
4 deletions
debian/changelog
+
8
−
0
View file @
470ab0d0
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.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
4
−
2
View file @
470ab0d0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/copyright
+
2
−
2
View file @
470ab0d0
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
6
−
0
View file @
470ab0d0
#!/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 \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment