[SCM] purpose packaging branch, master, updated. 5d880e1f317ddc7c3ac1adea01cb05c5fddf9edf

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Fri Sep 30 16:55:52 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/purpose.git;a=commitdiff;h=78c1f05

The following commit has been merged in the master branch:
commit 78c1f05cf52c01158aa7ede20e108ed9ee7395c6
Author: Raymond Wooninck <tittiatcoke at gmail.com>
Date:   Fri Sep 30 09:50:48 2016 +0200

    Fix version strings
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9059065..a0eb789 100644
--- a/debian/control
+++ b/debian/control
@@ -48,8 +48,8 @@ Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: qml-modules-org-kde-purpose (= ${binary:Version})
-Conflicts: libkf5purposewidgets5 (<< ${ci:BuildVersion})
-Replaces: libkf5purposewidgets5 (<< ${ci:BuildVersion})
+Conflicts: libkf5purposewidgets5 (<< ${source:Version}~ciBuild)
+Replaces: libkf5purposewidgets5 (<< ${source:Version}~ciBuild)
 Description: abstraction to provide and leverage actions of a specific kind, library
  Purpose offers the possibility to create integrate services and actions on
  any application without having to implement them specifically. Purpose will
@@ -69,8 +69,8 @@ Depends: kdeconnect,
          qml-module-ubuntu-onlineaccounts,
          ${misc:Depends},
          ${shlibs:Depends}
-Breaks: libkf5purpose5 (<< ${ci:BuildVersion})
-Replaces: libkf5purpose5 (<< ${ci:BuildVersion})
+Breaks: libkf5purpose5 (<< ${source:Version}~ciBuild)
+Replaces: libkf5purpose5 (<< ${source:Version}~ciBuild)
 Description: abstraction to provide and leverage actions of a specific kind, runtime
  Purpose offers the possibility to create integrate services and actions on
  any application without having to implement them specifically. Purpose will

-- 
purpose packaging



More information about the pkg-kde-commits mailing list