[SCM] kdelibs4support packaging branch, master, updated. debian/5.36.0-1-8-gb0e1331
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:24:54 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdelibs4support.git;a=commitdiff;h=f865dce
The following commit has been merged in the master branch:
commit f865dce5faec0d5fc5706c47fa879d6138c2b49a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 21:17:03 2017 +0200
wrap-and-sort
---
debian/control | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/debian/control b/debian/control
index 0a5e191..15fedb4 100644
--- a/debian/control
+++ b/debian/control
@@ -41,12 +41,32 @@ Build-Depends: cmake (>= 3.0~),
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.7.0~),
- qttools5-dev (>= 5.7.0~)
+ qttools5-dev (>= 5.7.0~),
Standards-Version: 4.0.1
Homepage: https://projects.kde.org/projects/frameworks/kdelibs4support
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kdelibs4support.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kdelibs4support.git
+Package: libkf5kdelibs4support-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5kdelibs4support5-data
+Replaces: libkf5kdelibs4support5-data
+Description: Porting aid from KDELibs4.
+ This framework provides code and utilities to ease
+ the transition from kdelibs 4 to KDE Frameworks 5.
+ This includes CMake macros and C++ classes whose
+ functionality has been replaced by code in CMake,
+ Qt and other frameworks.
+ .
+ Code should aim to port away from this framework eventually.
+ The API documentation of the classes in this framework and
+ the notes at <http://community.kde.org/Frameworks/Porting_Notes>
+ should help with this.
+ .
+ This package contains the data files used by kdelibs4support.
+
Package: libkf5kdelibs4support-dev
Section: libdevel
Architecture: any
@@ -82,7 +102,7 @@ Depends: kdoctools-dev (>= 5.25.0~),
libkf5windowsystem-dev (>= 5.37.0~),
libssl1.0-dev,
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
+ ${misc:Depends},
Description: development files for kde4support
This framework provides code and utilities to ease
the transition from kdelibs 4 to KDE Frameworks 5.
@@ -108,7 +128,7 @@ Package: libkf5kdelibs4support5
Architecture: any
Depends: libkf5kdelibs4support-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Recommends: libkf5kdelibs4support5-bin (= ${binary:Version})
Multi-Arch: same
Description: Porting aid from KDELibs4.
@@ -130,26 +150,6 @@ Description: Porting aid from KDELibs4.
it may be sufficient to set the KDEDIRS environment
variable correctly.
-Package: libkf5kdelibs4support-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5kdelibs4support5-data
-Replaces: libkf5kdelibs4support5-data
-Description: Porting aid from KDELibs4.
- This framework provides code and utilities to ease
- the transition from kdelibs 4 to KDE Frameworks 5.
- This includes CMake macros and C++ classes whose
- functionality has been replaced by code in CMake,
- Qt and other frameworks.
- .
- Code should aim to port away from this framework eventually.
- The API documentation of the classes in this framework and
- the notes at <http://community.kde.org/Frameworks/Porting_Notes>
- should help with this.
- .
- This package contains the data files used by kdelibs4support.
-
Package: libkf5kdelibs4support5-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
--
kdelibs4support packaging
More information about the pkg-kde-commits
mailing list