[SCM] kpty packaging branch, master, updated. debian/5.36.0-1-9-gaff3187
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:20:38 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpty.git;a=commitdiff;h=9d24481
The following commit has been merged in the master branch:
commit 9d2448106094af239ae19ba2082e89e1d72b6626
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 17:23:51 2017 +0200
Add a libkf5pty-doc package for the qch files
---
debian/control | 44 ++++++++++++++++++++++++++++++--------------
debian/libkf5pty-doc.install | 2 ++
debian/rules | 3 +++
3 files changed, 35 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index e70d7b7..97d72cd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,24 +5,40 @@ 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,
libkf5coreaddons-dev (>= 5.37.0~),
libkf5i18n-dev (>= 5.37.0~),
+ libqt5sql5-sqlite,
libutempter-dev,
pkg-kde-tools (>= 0.15.15ubuntu1~),
- qtbase5-dev (>= 5.7.0~)
+ qtbase5-dev (>= 5.7.0~),
+ qttools5-dev-tools (>= 5.4),
Standards-Version: 4.0.0
Homepage: https://projects.kde.org/projects/frameworks/kpty
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kpty.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kpty.git
+Package: libkf5pty-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Pty abstraction.
+ Provides primitives for opening & closing a pseudo
+ TTY pair, assigning the controlling TTY, utmp
+ registration and setting various terminal attributes.
+ .
+ This package contains the translations
+
Package: libkf5pty-dev
Section: libdevel
Architecture: any
Depends: libkf5coreaddons-dev (>= 5.37.0~),
libkf5i18n-dev (>= 5.37.0~),
libkf5pty5 (= ${binary:Version}),
- ${misc:Depends}
+ ${misc:Depends},
+Recommends: libkf5pty-doc (= ${source:Version})
Description: development files for kpty
Provides primitives for opening & closing a pseudo
TTY pair, assigning the controlling TTY, utmp
@@ -31,25 +47,25 @@ Description: development files for kpty
Contains development files for kpty.
Breaks: libkf5su-dev (<< 5.37)
+Package: libkf5pty-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Pty abstraction (documentation)
+ Provides primitives for opening & closing a pseudo
+ TTY pair, assigning the controlling TTY, utmp
+ registration and setting various terminal attributes.
+ .
+ This package contains the qch documentation files.
+
Package: libkf5pty5
Architecture: any
Multi-Arch: same
Depends: libkf5pty-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
-Description: Pty abstraction.
- Provides primitives for opening & closing a pseudo
- TTY pair, assigning the controlling TTY, utmp
- registration and setting various terminal attributes.
+ ${shlibs:Depends},
Breaks: libkf5su5 (<< 5.37)
-
-Package: libkf5pty-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Pty abstraction.
Provides primitives for opening & closing a pseudo
TTY pair, assigning the controlling TTY, utmp
registration and setting various terminal attributes.
- .
- This package contains the translations
diff --git a/debian/libkf5pty-doc.install b/debian/libkf5pty-doc.install
new file mode 100644
index 0000000..67cdbc2
--- /dev/null
+++ b/debian/libkf5pty-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5Pty.qch
+usr/share/qt5/doc/KF5Pty.tags
diff --git a/debian/rules b/debian/rules
index 7818e8d..33a65b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
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='libkf5pty5-dbg (<= 5.19.0-1~~)'
--
kpty packaging
More information about the pkg-kde-commits
mailing list