Skip to content
Snippets Groups Projects
Commit 02a8b0c5 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

debian build: removing dpkg-dev dependency, to be able to build on squeeze

parent 4ccce509
No related merge requests found
......@@ -9,8 +9,7 @@ Build-Depends: cdbs, debhelper (>= 8),
python-daemon,
python-pexpect,
libncurses5-dev,
binutils-dev,
dpkg-dev (>= 1.16.1~)
binutils-dev
Section: database
Standards-Version: 3.9.3
Homepage: http://tarantool.org/
......
#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
#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:]]\+$$//')
......
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