[Pkg-voip-commits] [ring] 01/02: create ring-daemon package
Alexandre Viau
aviau at moszumanska.debian.org
Thu Jun 30 23:17:53 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 84243472828bba49f4cfb92fce1ee6d05444e982
Author: aviau <alexandre at alexandreviau.net>
Date: Fri Jul 1 00:45:17 2016 +0200
create ring-daemon package
---
debian/changelog | 6 ++++++
debian/control | 16 +++++++++++++++-
debian/ring-daemon.manpages | 1 +
debian/ring.manpages | 1 -
debian/rules | 7 +++----
5 files changed, 25 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a4c9e64..e00c5d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ring (20160630.2.b3d131f~dfsg1-2) UNRELEASED; urgency=medium
+
+ * Create ring-daemon package.
+
+ -- Alexandre Viau <aviau at debian.org> Fri, 01 Jul 2016 00:09:22 +0200
+
ring (20160630.2.b3d131f~dfsg1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 4776731..babf4ec 100644
--- a/debian/control
+++ b/debian/control
@@ -64,8 +64,22 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/ring.git
Package: ring
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ ring-daemon (=${binary:Version})
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.
+ .
+ This package contains the desktop client: gnome-ring.
+
+Package: ring-daemon
+Architecture: any
+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.
+ .
+ This package contains the Ring daemon: dring.
diff --git a/debian/ring-daemon.manpages b/debian/ring-daemon.manpages
new file mode 100644
index 0000000..69e23e2
--- /dev/null
+++ b/debian/ring-daemon.manpages
@@ -0,0 +1 @@
+daemon/dring.1
diff --git a/debian/ring.manpages b/debian/ring.manpages
index 48338fc..d920cbc 100644
--- a/debian/ring.manpages
+++ b/debian/ring.manpages
@@ -1,2 +1 @@
-daemon/dring.1
client-gnome/doc/gnome-ring.1
diff --git a/debian/rules b/debian/rules
index deb9737..6613410 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,10 +126,9 @@ override_dh_auto_install:
#########################
## Ring Daemon install ##
#########################
- cd daemon && make DESTDIR=$(CURDIR)/debian/ring install
- rm -rfv $(CURDIR)/debian/ring/usr/include
- rm -rfv $(CURDIR)/debian/ring/usr/lib/libring.la
- rm -rfv $(CURDIR)/debian/ring/usr/lib/libring.a
+ cd daemon && make DESTDIR=$(CURDIR)/debian/ring-daemon install
+ rm -rfv $(CURDIR)/debian/ring-daemon/usr/include
+ rm -rfv $(CURDIR)/debian/ring-daemon/usr/lib
###########################
## libringclient 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