From f1aff5138531fa2c935dd76dbfc94c53bf4c585c Mon Sep 17 00:00:00 2001 From: "Dmitry E. Oboukhov" <unera@debian.org> Date: Mon, 12 Aug 2013 15:40:01 +0400 Subject: [PATCH] Drop irrelevant debian/README.source. --- debian/README.source | 3 --- debian/changelog | 3 ++- debian/rules | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 debian/README.source diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 5e9cd7025c..0000000000 --- a/debian/README.source +++ /dev/null @@ -1,3 +0,0 @@ -Upstream contains some libraries that have already been present in Debian. - -Now I work to replace them by debian's copies, but the work requires time. diff --git a/debian/changelog b/debian/changelog index a8cb47a1fc..0ea02ebf55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tarantool (1.5.3-120-g68b26b6-1) unstable; urgency=low +tarantool (1.5.3.120.g68b26b6-1) unstable; urgency=low * New snapshot. - Cleanup debian/copyright (drop php-connector section). @@ -7,6 +7,7 @@ tarantool (1.5.3-120-g68b26b6-1) unstable; urgency=low - tarantool-plugins has 'any' architecture: it depends on plugins that contain ELF-files. - Fix FTBFS with Debian/kFreeBSD, closes: #715358. + - Drop irrelevant debian/README.source. -- Dmitry E. Oboukhov <unera@debian.org> Mon, 12 Aug 2013 14:06:16 +0400 diff --git a/debian/rules b/debian/rules index f5da2e36e4..97dfa4c6dc 100755 --- a/debian/rules +++ b/debian/rules @@ -27,12 +27,12 @@ DEB_CMAKE_NORMAL_ARGS := -DCMAKE_INSTALL_PREFIX="$(DEB_CMAKE_INSTALL_PREFIX)" \ # -DCMAKE_CXX_COMPILER:FILEPATH="$(CXX)" \ DEB_SHLIBDEPS_INCLUDE := /usr/lib/tarantool/plugins +DEB_INSTALL_DOCS := -XTODO -XAUTHORS include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk DEB_BUILDDIR := build-area -DEB_INSTALL_DOCS := -XTODO -XAUTHORS tarball: clean git describe > VERSION -- GitLab