[SCM] qtdoc packaging branch, master, updated. debian/5.1.0-1-6-gff6ff61

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Mon Jan 20 16:06:57 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdoc.git;a=commitdiff;h=ff6ff61

The following commit has been merged in the master branch:
commit ff6ff61ba35faacdb1c5f82ba69f10b52523a4e2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jan 20 20:06:52 2014 +0400

    Stop exporting versions in debian/rules, the package builds fine without that.
---
 debian/changelog | 3 ++-
 debian/rules     | 3 ---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbb799e..bcb9d09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,12 @@ qtdoc-opensource-src (5.2.0-1) UNRELEASED; urgency=low
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Properly clean the build. Thanks Dmitry Shachnev!
-  * Change versions in rules.
 
   [ Dmitry Shachnev ]
   * Drop the dh_compress hack, it no longer works now that xz
     is the default compression.
+  * Stop exporting versions in debian/rules, the package builds
+    fine without that.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 11 Aug 2013 12:24:13 -0300
 
diff --git a/debian/rules b/debian/rules
index 22ab0e7..c1f96ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,6 @@ export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags -
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
-export QT_VER := 5.1
-export QT_VERSION := 5.1.0
-export QT_VERSION_TAG := 510
 
 %:
 	dh $@ --list-missing --parallel

-- 
qtdoc packaging



More information about the pkg-kde-commits mailing list