[SCM] kdnssd packaging branch, master, updated. debian/5.36.0-1-11-g88339e1
Maximiliano Curia
maxy at moszumanska.debian.org
Mon Aug 28 06:22:48 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdnssd.git;a=commitdiff;h=cd5f39d
The following commit has been merged in the master branch:
commit cd5f39d3afa1923aace3f794ab2ec2f036b2a37f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 20:28:57 2017 +0200
Bump Standards-Version to 4.0.1.
---
debian/control | 45 ++++++++++++++++++++++++++++--------------
debian/libkf5dnssd-doc.install | 2 ++
debian/rules | 3 +++
3 files changed, 35 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index dc0d8cb..d219861 100644
--- a/debian/control
+++ b/debian/control
@@ -5,23 +5,38 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 9),
+ doxygen,
extra-cmake-modules (>= 5.37.0~),
+ graphviz,
libavahi-common-dev,
+ libqt5sql5-sqlite,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.7.0~),
qttools5-dev (>= 5.4),
- qttools5-dev-tools (>= 5.4)
-Standards-Version: 4.0.0
+ qttools5-dev-tools (>= 5.4),
+Standards-Version: 4.0.1
Homepage: https://projects.kde.org/projects/frameworks/kdnssd
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kdnssd.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kdnssd.git
+Package: libkf5dnssd-data
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: foreign
+Description: Abstraction to system DNSSD features.
+ KDNSSD is a library for handling the DNS-based
+ Service Discovery Protocol (DNS-SD), the layer of
+ Zeroconf that allows network services.
+ .
+ This package contains the data files.
+
Package: libkf5dnssd-dev
Section: libdevel
Architecture: any
Depends: libkf5dnssd5 (= ${binary:Version}),
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
+ ${misc:Depends},
+Recommends: libkf5dnssd-doc (= ${source:Version})
Description: development files for kdnssd
KDNSSD is a library for handling the DNS-based
Service Discovery Protocol (DNS-SD), the layer of
@@ -30,24 +45,24 @@ Description: development files for kdnssd
Contains development files for kdnssd.
Breaks: libkf5kdelibs4support-dev (<< 5.37)
+Package: libkf5dnssd-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Abstraction to system DNSSD features (documentation)
+ KDNSSD is a library for handling the DNS-based
+ Service Discovery Protocol (DNS-SD), the layer of
+ Zeroconf that allows network services.
+ .
+ This package contains the qch documentation files.
+
Package: libkf5dnssd5
Architecture: any
Multi-Arch: same
Depends: libkf5dnssd-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Description: Abstraction to system DNSSD features.
KDNSSD is a library for handling the DNS-based
Service Discovery Protocol (DNS-SD), the layer of
Zeroconf that allows network services.
-
-Package: libkf5dnssd-data
-Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Multi-Arch: foreign
-Description: Abstraction to system DNSSD features.
- KDNSSD is a library for handling the DNS-based
- Service Discovery Protocol (DNS-SD), the layer of
- Zeroconf that allows network services.
- .
- This package contains the data files.
diff --git a/debian/libkf5dnssd-doc.install b/debian/libkf5dnssd-doc.install
new file mode 100644
index 0000000..2c35faf
--- /dev/null
+++ b/debian/libkf5dnssd-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5DNSSD.qch
+usr/share/qt5/doc/KF5DNSSD.tags
diff --git a/debian/rules b/debian/rules
index 4e04be0..5234214 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,8 @@
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+override_dh_auto_configure:
+ $(overridden_command) -- -DBUILD_QCH=ON
+
override_dh_strip:
$(overridden_command) --dbgsym-migration='libkf5dnssd5-dbg (<= 5.19.0-1~~)'
--
kdnssd packaging
More information about the pkg-kde-commits
mailing list