[SCM] khtml packaging branch, master, updated. debian/5.36.0-1-9-g51757cb
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:24:42 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/khtml.git;a=commitdiff;h=a8674aa
The following commit has been merged in the master branch:
commit a8674aa4b2607427aad79b4e3aff34cc61e26d5d
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 21:17:02 2017 +0200
wrap-and-sort
---
debian/control | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/debian/control b/debian/control
index 3eacbdd..2930798 100644
--- a/debian/control
+++ b/debian/control
@@ -33,12 +33,35 @@ Build-Depends: cmake (>= 3.0~),
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.7.0~),
- zlib1g-dev
+ zlib1g-dev,
Standards-Version: 4.0.1
Homepage: https://projects.kde.org/projects/frameworks/khtml
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/khtml.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/khtml.git
+Package: libkf5khtml-bin
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5khtml5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa3)
+Replaces: libkf5khtml5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa3)
+Description: HTML widget and component
+ KHTML is a web rendering engine, based on the KParts technology and
+ using KJS for JavaScript support.
+ .
+ This package contains the runtime files.
+
+Package: libkf5khtml-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5khtml5-data
+Replaces: libkf5khtml5-data
+Description: HTML widget and component
+ KHTML is a web rendering engine, based on the KParts technology and
+ using KJS for JavaScript support.
+ .
+ This package contains the translations and data files.
+
Package: libkf5khtml-dev
Section: libdevel
Architecture: any
@@ -56,7 +79,7 @@ Depends: kio-dev (>= 5.26.0~),
libkf5widgetsaddons-dev (>= 5.37.0~),
libkf5windowsystem-dev (>= 5.37.0~),
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
+ ${misc:Depends},
Description: HTML widget and component
KHTML is a web rendering engine, based on the KParts technology and
using KJS for JavaScript support.
@@ -64,36 +87,13 @@ Description: HTML widget and component
Contains development files for khtml.
Breaks: libkf5kdelibs4support-dev (<< 5.37)
-Package: libkf5khtml-bin
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5khtml5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa3)
-Replaces: libkf5khtml5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa3)
-Description: HTML widget and component
- KHTML is a web rendering engine, based on the KParts technology and
- using KJS for JavaScript support.
- .
- This package contains the runtime files.
-
Package: libkf5khtml5
Architecture: any
Multi-Arch: same
Depends: libkf5khtml-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Recommends: libkf5khtml-bin (= ${binary:Version})
Description: HTML widget and component
KHTML is a web rendering engine, based on the KParts technology and
using KJS for JavaScript support.
-
-Package: libkf5khtml-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5khtml5-data
-Replaces: libkf5khtml5-data
-Description: HTML widget and component
- KHTML is a web rendering engine, based on the KParts technology and
- using KJS for JavaScript support.
- .
- This package contains the translations and data files.
--
khtml packaging
More information about the pkg-kde-commits
mailing list