From e1c487060bd8b0c411565453ac6ec9bd38ef4951 Mon Sep 17 00:00:00 2001
From: aviau <alexandre@alexandreviau.net>
Date: Tue, 16 Aug 2016 15:10:59 -0400
Subject: [PATCH] Include ring.cx script in Debian packaging

Change-Id: I9a6117e4a47bc4f55a52066b09470dbea5eaf785
Tuleap: #907
---
 packaging/rules/debian/rules | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/packaging/rules/debian/rules b/packaging/rules/debian/rules
index 19504467..f2f9b6a8 100755
--- a/packaging/rules/debian/rules
+++ b/packaging/rules/debian/rules
@@ -144,9 +144,6 @@ override_dh_auto_install:
 	##########################
 	cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/ring install
 
-	# Remove ring binary: it is not needed for now
-	rm $(CURDIR)/debian/ring/usr/bin/ring.cx
-
 tmpdir:= $(shell mktemp -d)
 workdir:= $(shell pwd)
 PKD := $(abspath $(dir $(MAKEFILE_LIST)))
-- 
GitLab