diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 5e9cd7025c54c37e086bf912bbae881c65e657c0..0000000000000000000000000000000000000000
--- 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 a8cb47a1fcdbe17fb0c65d83f151389823ba9c97..0ea02ebf554b8d6f6ba1b8ceeffa9261864d441b 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 f5da2e36e4ea0a2068361af6db08ee57a25107db..97dfa4c6dc25022c424d7c359540516b180a6a91 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