[Pkg-voip-commits] [janus] 18/37: Build and ship helper tool janus-pp-rec.

Jonas Smedegaard dr at jones.dk
Mon Mar 13 19:14:33 UTC 2017


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

js pushed a commit to branch master
in repository janus.

commit 4876e48fc287c558eabcf25ee58327a144bb625d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Mar 12 17:24:47 2017 +0100

    Build and ship helper tool janus-pp-rec.
---
 debian/control              | 12 ++++++++++++
 debian/janus-tools.install  |  1 +
 debian/janus-tools.manpages |  1 +
 debian/janus.install        |  2 +-
 debian/rules                |  2 +-
 5 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 49b5718..6da56bb 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,7 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Suggests:
+ janus-tools,
  janus-doc,
 Description: general purpose WebRTC gateway
  Janus is a general purpose WebRTC Gateway with a minimal footprint.
@@ -67,6 +68,17 @@ Description: general purpose WebRTC gateway - development files
  .
  This package contains headers for plugin development.
 
+Package: janus-tools
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Open Source, general purpose, WebRTC gateway - helper tools
+ Janus is a general purpose WebRTC Gateway with a minimal footprint.
+ .
+ This package contains the helper tool janus-pp-rec to post-process
+ Janus recordings.
+
 Package: janus-doc
 Section: doc
 Architecture: all
diff --git a/debian/janus-tools.install b/debian/janus-tools.install
new file mode 100644
index 0000000..0f66d9e
--- /dev/null
+++ b/debian/janus-tools.install
@@ -0,0 +1 @@
+usr/bin/janus-pp-rec
diff --git a/debian/janus-tools.manpages b/debian/janus-tools.manpages
new file mode 100644
index 0000000..1104b22
--- /dev/null
+++ b/debian/janus-tools.manpages
@@ -0,0 +1 @@
+postprocessing/janus-pp-rec.1
diff --git a/debian/janus.install b/debian/janus.install
index ac75af7..4a8f930 100644
--- a/debian/janus.install
+++ b/debian/janus.install
@@ -1,4 +1,4 @@
 etc/janus
-usr/bin
+usr/bin/janus
 usr/lib/*/janus/*/libjanus_*.so
 usr/lib/*/janus/*/libjanus_*.so.*
diff --git a/debian/rules b/debian/rules
index 32ff278..5de3306 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include /usr/share/dpkg/buildflags.mk
 	dh $@  --with autoreconf --with systemd
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-docs
+	dh_auto_configure -- --enable-docs --enable-post-processing
 
 override_dh_install:
 	rename 's/\.sample$$//' debian/tmp/etc/janus/*.sample

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



More information about the Pkg-voip-commits mailing list