[Pkg-voip-commits] [ring] 04/05: Split build into 3 packages
Alexandre Viau
aviau at moszumanska.debian.org
Fri Mar 4 23:38:09 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 8038034c9710af46ff6856fb35e841407cf0384a
Author: aviau <alexandre at alexandreviau.net>
Date: Fri Mar 4 18:19:16 2016 -0500
Split build into 3 packages
---
debian/control | 20 +++++++++++++++++++-
debian/rules | 5 ++---
2 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 1e1f1bc..67045bc 100644
--- a/debian/control
+++ b/debian/control
@@ -61,7 +61,25 @@ Package: ring
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
-Description: Secure and distributed voice, video and chat platform
+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
+ 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}
+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 3ddf20f..5fea502 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,6 @@ override_dh_auto_configure:
-DRING_BUILD_DIR=$(CURDIR)/daemon/src \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_VIDEO=true \
- -DENABLE_STATIC=true \
..
##################
@@ -73,7 +72,7 @@ override_dh_auto_install:
#################
## Ring Daemon ##
#################
- cd daemon && make DESTDIR=$(CURDIR)/debian/ring install
+ cd daemon && make DESTDIR=$(CURDIR)/debian/ring-daemon 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
@@ -81,7 +80,7 @@ override_dh_auto_install:
###################
## libringclient ##
###################
- cd lrc/build && make DESTDIR=$(CURDIR)/debian/ring install
+ cd lrc/build && make DESTDIR=$(CURDIR)/debian/libringclient install
##################
## gnome client ##
--
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