[Pkg-voip-commits] [ring] 03/06: Only ship ring package

Alexandre Viau aviau at moszumanska.debian.org
Fri Mar 18 14:28:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

aviau pushed a commit to branch master
in repository ring.

commit be60f87048976d61a296a40ed3d76800ea53e51d
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Mar 18 10:15:16 2016 -0400

    Only ship ring package
---
 debian/control | 21 +--------------------
 debian/rules   |  6 +++---
 2 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index 851bc1c..268fd87 100644
--- a/debian/control
+++ b/debian/control
@@ -57,7 +57,7 @@ Homepage: http://ring.cx
 Vcs-Git: https://anonscm.debian.org/git/pkg-voip/ring.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/ring.git
 
-Package: ring-gnome
+Package: ring
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -66,22 +66,3 @@ Description: Secure and distributed voice, video and chat platform - desktop cli
  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
  in the hands of the user.
-
-Package: ring-daemon
-Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: Secure and distributed voice, video and chat platform - daemon
-   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
-   in the hands of the user.
-
-Package: libringclient
-Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ring-daemon
-Description: Secure and distributed voice, video and chat platform - shared library
- 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
- in the hands of the user.
diff --git a/debian/rules b/debian/rules
index 62656e3..ec8c834 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ override_dh_auto_install:
 	#################
 	## Ring Daemon ##
 	#################
-	cd daemon && make DESTDIR=$(CURDIR)/debian/ring-daemon install
+	cd daemon && make DESTDIR=$(CURDIR)/debian/ring install
 	# TODO include or not a and la file
 	#find $(CURDIR)/debian/ring/ -name libring.a -delete
 	#find $(CURDIR)/debian/ring/ -name libring.la -delete
@@ -95,9 +95,9 @@ override_dh_auto_install:
 	###################
 	## libringclient ##
 	###################
-	cd lrc/build && make DESTDIR=$(CURDIR)/debian/libringclient install
+	cd lrc/build && make DESTDIR=$(CURDIR)/debian/ring install
 
 	##################
 	## gnome client ##
 	##################
-	cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/ring-gnome install
+	cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/ring install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git



More information about the Pkg-voip-commits mailing list