[SCM] libksysguard packaging branch, master, updated. debian/5.3.2-1-2-g356cfe7

Maximiliano Curia maxy at moszumanska.debian.org
Fri Jul 3 11:10:16 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/libksysguard.git;a=commitdiff;h=356cfe7

The following commit has been merged in the master branch:
commit 356cfe7e6bdadaaa3a6ebffca88d2e9bfd1f3ca9
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Jul 3 13:09:55 2015 +0200

    Add the missing Breaks/Replaces. (Closes: #790920, #790802)
---
 debian/changelog | 2 +-
 debian/control   | 8 +++++---
 debian/rules     | 3 +++
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0041e86..43166e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 libksysguard (4:5.3.2-2~) UNRELEASED; urgency=medium
 
-  * 
+  * Add the missing Breaks/Replaces. (Closes: #790920, #790802)
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 03 Jul 2015 13:07:21 +0200
 
diff --git a/debian/control b/debian/control
index 3970736..50cd16c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: cmake (>= 2.8.12),
                libqt5x11extras5-dev (>= 5.4),
                libx11-dev,
                libz-dev,
-               pkg-kde-tools (>= 0.15.16),
+               pkg-kde-tools (>= 0.15.18~),
                plasma-framework-dev (>= 5.2.0),
                qtbase5-dev (>= 5.4),
                qtscript5-dev (>= 5.4),
@@ -135,10 +135,12 @@ Architecture: all
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: ksysguard (<< 4:5.0.0),
         libkf5sysguard-bin (<< 4:5.0.95),
-        libkf5sysguard5-data (<< 4:5.2.0)
+        libkf5sysguard5-data (<< 4:5.2.0),
+        ${kde-l10n:all}
 Replaces: ksysguard (<< 4:5.0.0),
           libkf5sysguard-bin (<< 4:5.0.95),
-          libkf5sysguard5-data (<< 4:5.2.0)
+          libkf5sysguard5-data (<< 4:5.2.0),
+          ${kde-l10n:all}
 Description: library for monitoring your system - shared library
  KSysGuard is a program to monitor various elements of your system, or any
  other remote system with the KSysGuard daemon (ksysgardd) installed.
diff --git a/debian/rules b/debian/rules
index f1ee9be..8b14770 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
+l10npkgs_firstversion_ok := 4:4.14.0-2
+
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=libkf5sysguard-dbg

-- 
libksysguard packaging



More information about the pkg-kde-commits mailing list