Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qstream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bjørn Villa
qstream
Commits
efac0979
Commit
efac0979
authored
Jul 31, 2014
by
Jon Kåre Hellan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split into qstream and qstream-iptv debs. deb version 1.3-1
parent
ac46b2ac
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
16 deletions
+28
-16
.gitignore
.gitignore
+3
-2
debian/changelog
debian/changelog
+7
-0
debian/control
debian/control
+7
-1
debian/qstream-iptv.cron.d
debian/qstream-iptv.cron.d
+0
-0
debian/qstream-iptv.dirs
debian/qstream-iptv.dirs
+0
-3
debian/qstream-iptv.install
debian/qstream-iptv.install
+9
-0
debian/qstream-iptv.postinst
debian/qstream-iptv.postinst
+0
-0
debian/qstream.docs
debian/qstream.docs
+1
-0
debian/qstream.install
debian/qstream.install
+0
-9
qstream
qstream
+1
-1
No files found.
.gitignore
View file @
efac0979
debian/files
debian/
qstream
.debhelper.log
debian/
qstream
.substvars
debian/
*
.debhelper.log
debian/
*
.substvars
debian/qstream/
debian/qstream-iptv/
debian/changelog
View file @
efac0979
qstream (1.3-1) unstable; urgency=low
* Split into qstream and qstream-iptv packages.
* Bump version number of Perl module.
-- Jon K Hellan <jon.kare.hellan@uninett.no> Thu, 31 Jul 2014 10:50:29 +0200
qstream (1.2-6) unstable; urgency=low
* modules different on newer debian (oak)
...
...
debian/control
View file @
efac0979
...
...
@@ -8,7 +8,13 @@ Standards-Version: 3.9.1
Package: qstream
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, gzip (>= 1.3.12-9), libnet-pcap-perl, libnetpacket-perl, libnetrtp-perl, libio-socket-multicast-perl, libbit-vector-perl, libxml-dom-perl, libxml-simple-perl, libxml-twig-perl, libnet-ipv6addr-perl
, adduser, curl
Depends: ${misc:Depends}, ${perl:Depends}, gzip (>= 1.3.12-9), libnet-pcap-perl, libnetpacket-perl, libnetrtp-perl, libio-socket-multicast-perl, libbit-vector-perl, libxml-dom-perl, libxml-simple-perl, libxml-twig-perl, libnet-ipv6addr-perl
Description: Streaming media quality measurement tool
Qstream computes packet stream quality statistics for UDP/RTP from network or
captured files (pcap)
Package: qstream-iptv
Architecture: all
Depends: ${misc:Depends}, qstream, adduser, curl
Description: Streaming media quality measurement tool
Computes packet stream quality statistics for IPTV using qstream.
debian/qstream.cron.d
→
debian/qstream
-iptv
.cron.d
View file @
efac0979
File moved
debian/dirs
→
debian/
qstream-iptv.
dirs
View file @
efac0979
usr/bin
var
var/lib
var/lib/qstream
var/lib/qstream/data
var/lib/qstream/data/iptv
...
...
debian/qstream-iptv.install
0 → 100644
View file @
efac0979
qstream
-
tv
usr
/
bin
qstream
-
tv
.
job
usr
/
bin
qstream
-
iptv
usr
/
bin
qstream
-
iptv
.
job
usr
/
bin
qstream
-
mpeg
usr
/
bin
qstream
-
mpeg
.
job
usr
/
bin
qstream
-
check
-
bb
usr
/
bin
qstream
-
poll
-
list
usr
/
bin
sap
-
test
usr
/
bin
debian/qstream.postinst
→
debian/qstream
-iptv
.postinst
View file @
efac0979
File moved
debian/qstream.docs
0 → 100644
View file @
efac0979
INSTALL.libs_required
debian/qstream.install
View file @
efac0979
qstream
usr
/
bin
qstream
-
tv
usr
/
bin
qstream
-
tv
.
job
usr
/
bin
qstream
-
iptv
usr
/
bin
qstream
-
iptv
.
job
usr
/
bin
qstream
-
mpeg
usr
/
bin
qstream
-
mpeg
.
job
usr
/
bin
qstream
-
check
-
bb
usr
/
bin
qstream
-
poll
-
list
usr
/
bin
sap
-
test
usr
/
bin
rtmp
/
client
.
pm
usr
/
share
/
perl5
/
rtmp
qstream
View file @
efac0979
#
!/usr/bin/perl
$
Version
=
"1.
0
"
;
$
Version
=
"1.
3
"
;
#
compute
packet
stream
quality
statistics
for
UDP
/
RTP
from
network
or
captured
files
(
pcap
)
#
Base
Olav
Kvittem
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment