[SCM] knotifications packaging branch, master, updated. debian/5.36.0-1-11-gf3df499
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:21:05 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knotifications.git;a=commitdiff;h=64fced8
The following commit has been merged in the master branch:
commit 64fced805715b5d11d36f96298f7b092957f64ff
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 21:16:52 2017 +0200
wrap-and-sort
---
debian/control | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/debian/control b/debian/control
index 9b1667e..b5923de 100644
--- a/debian/control
+++ b/debian/control
@@ -21,12 +21,22 @@ Build-Depends: cmake (>= 3.0~),
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.7.0~),
qttools5-dev (>= 5.4),
- qttools5-dev-tools (>= 5.4)
+ qttools5-dev-tools (>= 5.4),
Standards-Version: 4.0.1
Homepage: https://projects.kde.org/projects/frameworks/knotifications
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/knotifications.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/knotifications.git
+Package: libkf5notifications-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Framework for desktop notifications
+ KNotification is used to notify the user of an event. It covers
+ feedback and persistent events.
+ .
+ This package contains the translations.
+
Package: libkf5notifications-dev
Section: libdevel
Architecture: any
@@ -35,10 +45,10 @@ Depends: libkf5config-dev (>= 5.37.0~),
libkf5notifications5 (= ${binary:Version}),
libkf5windowsystem-dev (>= 5.37.0~),
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
+ ${misc:Depends},
Breaks: libkf5kdelibs4support-dev (<< 5.37),
libkf5khtml-dev (<< 5.37),
- libkf5parts-dev (<< 5.37)
+ libkf5parts-dev (<< 5.37),
Recommends: libkf5notifications-doc (= ${source:Version})
Description: Framework for desktop notifications
KNotification is used to notify the user of an event. It covers
@@ -46,12 +56,22 @@ Description: Framework for desktop notifications
.
Contains debug symbols for KNotifications.
+Package: libkf5notifications-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Framework for desktop notifications
+ KNotification is used to notify the user of an event. It covers
+ feedback and persistent events.
+ .
+ This package contains the qch documentation files.
+
Package: libkf5notifications5
Architecture: any
Multi-Arch: same
Depends: libkf5notifications-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Breaks: frameworkintegration (<< 5.37),
kio (<< 5.37),
libkf5kdelibs4support5 (<< 5.37),
@@ -59,27 +79,7 @@ Breaks: frameworkintegration (<< 5.37),
libkf5plasma5 (<< 5.37),
libkf5wallet-bin (<< 5.37),
libkwalletbackend5-5 (<< 5.37),
- plasma-framework (<< 5.37)
+ plasma-framework (<< 5.37),
Description: Framework for desktop notifications
KNotification is used to notify the user of an event. It covers
feedback and persistent events.
-
-Package: libkf5notifications-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Framework for desktop notifications
- KNotification is used to notify the user of an event. It covers
- feedback and persistent events.
- .
- This package contains the translations.
-
-Package: libkf5notifications-doc
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Framework for desktop notifications
- KNotification is used to notify the user of an event. It covers
- feedback and persistent events.
- .
- This package contains the qch documentation files.
--
knotifications packaging
More information about the pkg-kde-commits
mailing list