[SCM] kscreenlocker packaging branch, master, updated. 79547373d98df83856fc7a1c7b4ea49f15466b14
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Jan 27 16:48:51 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kscreenlocker.git;a=commitdiff;h=3ae3f8d
The following commit has been merged in the master branch:
commit 3ae3f8d9cc08ae5756198fa229efb70edc368ea0
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Jan 26 14:47:43 2016 +0100
Add missing breaks/replaces.
---
debian/control | 6 ++++++
debian/rules | 3 +++
2 files changed, 9 insertions(+)
diff --git a/debian/control b/debian/control
index 7433368..5e49090 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,8 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkscreenlocker5 (= ${binary:Version}), ${misc:Depends}
+Breaks: plasma-workspace-dev (<= 5.5.0~)
+Replaces: plasma-workspace-dev (<= 5.5.0~)
Description: Development files for kscreenlocker
Library and components for secure lock screen architecture.
.
@@ -45,6 +47,8 @@ Package: libkscreenlocker5
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: kde-config-screenlocker
+Breaks: plasma-workspace (<= 5.5.0~)
+Replaces: plasma-workspace (<= 5.5.0~)
Multi-Arch: same
Description: Secure lock screen architecture
Library and components for secure lock screen architecture.
@@ -54,6 +58,8 @@ Architecture: any
Depends: libkscreenlocker5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
+Breaks: plasma-workspace (<= 5.5.0~), ${kde-l10n:all}
+Replaces: plasma-workspace (<= 5.5.0~), ${kde-l10n:all}
Description: KCM Module for kscreenlocker
KDE systemsettings module to configure kscreenlocker
diff --git a/debian/rules b/debian/rules
index e39781d..2078e13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
+l10npkgs_firstversion_ok := 4:4.14.0-4
+
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
override_dh_strip:
$(overridden_command) --dbg-package=kscreenlocker-dbg
--
kscreenlocker packaging
More information about the pkg-kde-commits
mailing list