From 8bbcd79e5642846edaa6ac492a8b1df93fea09b3 Mon Sep 17 00:00:00 2001
From: aviau <alexandre@alexandreviau.net>
Date: Thu, 28 Jul 2016 15:04:24 -0400
Subject: [PATCH] Create transitional packages for ring-gnome -> ring

Change-Id: I943cefb8ec325c740190b679ca27d6d5bcae897a
Tuleap: #872
---
 packaging/rules/debian/control | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/packaging/rules/debian/control b/packaging/rules/debian/control
index a79f334c..ec82970c 100644
--- a/packaging/rules/debian/control
+++ b/packaging/rules/debian/control
@@ -63,6 +63,8 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ring-daemon (=${binary:Version})
+Replaces: ring-gnome
+Conflicts: ring-gnome
 Description: Secure and distributed voice, video and chat platform - desktop client
  Ring (ring.cx) is a secure and distributed voice, video and chat communication
  platform that requires no centralized server and leaves the power of privacy
@@ -80,3 +82,11 @@ Description: Secure and distributed voice, video and chat platform - daemon
  in the hands of the user.
  .
  This package contains the Ring daemon: dring.
+
+Package: ring-gnome
+Depends: ring, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
-- 
GitLab