[SCM] qtsvg packaging branch, experimental, updated. debian/5.9.0-1-3-g38bef81

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jun 9 15:45:43 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 38bef8124eaec0329e067620040e348eecafd5df
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Jun 9 18:45:26 2017 +0300

    Add support for nodoc build profile.
---
 debian/changelog | 1 +
 debian/control   | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ef1590d..62ec630 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtsvg-opensource-src (5.9.0-2) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Migrate to automatic dbgsym packages.
+  * Add support for nodoc build profile.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 09 Jun 2017 18:42:00 +0300
 
diff --git a/debian/control b/debian/control
index 7357e5c..b287c3d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,15 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Dmitry Shachnev <mitya57 at debian.org>
 Build-Depends: dbus,
                debhelper (>= 9.20160114~),
+               dpkg-dev (>= 1.17.14),
                libqt5opengl5-dev (>= 5.9.0+dfsg~),
                pkg-kde-tools (>= 0.15.17),
                qtbase5-dev (>= 5.9.0+dfsg~),
                qtbase5-private-dev (>= 5.9.0+dfsg~),
                zlib1g-dev
-Build-Depends-Indep: libqt5sql5-sqlite (>= 5.9.0+dfsg~),
-                     qtbase5-doc-html (>= 5.9.0+dfsg~),
-                     qttools5-dev-tools (>= 5.9.0~)
+Build-Depends-Indep: libqt5sql5-sqlite (>= 5.9.0+dfsg~) <!nodoc>,
+                     qtbase5-doc-html (>= 5.9.0+dfsg~) <!nodoc>,
+                     qttools5-dev-tools (>= 5.9.0~) <!nodoc>
 Standards-Version: 3.9.8
 Homepage: http://qt-project.org/
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qtsvg.git
@@ -69,6 +70,7 @@ Description: Qt 5 SVG examples
  This package contains Qt 5 SVG examples.
 
 Package: qtsvg5-doc
+Build-Profiles: <!nodoc>
 Priority: extra
 Architecture: all
 Section: doc
@@ -80,6 +82,7 @@ Description: Qt 5 SVG documentation
  This package contains the documentation for the Qt 5 SVG libraries.
 
 Package: qtsvg5-doc-html
+Build-Profiles: <!nodoc>
 Priority: extra
 Architecture: all
 Section: doc

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list