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
Maalepaaler
qstream
Commits
9fde964b
Commit
9fde964b
authored
Apr 17, 2013
by
Jon Kåre Hellan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove config from Debian package. Debian version 1.0-1
parent
bea9e9ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
15 deletions
+13
-15
debian/changelog
debian/changelog
+6
-0
debian/dirs
debian/dirs
+0
-6
debian/qstream.install
debian/qstream.install
+0
-5
qstream-mpeg.job
qstream-mpeg.job
+7
-4
No files found.
debian/changelog
View file @
9fde964b
qstream (1.0-1) unstable; urgency=low
* New upstream version. Remove config from package. svn version r47.
-- Jon K Hellan <jon.kare.hellan@uninett.no> Wed, 17 Apr 2013 09:40:52 +0200
qstream (0.4-7) unstable; urgency=low
* Another attempt to fix the double printout race. svn version r37.
...
...
debian/dirs
View file @
9fde964b
etc
etc/qstream
etc/qstream/tv
etc/qstream/mpeg
usr/bin
var
var/lib
var/lib/qstream
var/lib/qstream/data
var/lib/qstream/data/mpeg
var/lib/qstream/data/sap
var/lib/qstream/data/tv
debian/qstream.install
View file @
9fde964b
...
...
@@ -3,8 +3,3 @@ qstream-mpeg usr/bin
qstream
-
mpeg
.
job
usr
/
bin
sap
-
test
usr
/
bin
rtmp
/
client
.
pm
usr
/
share
/
perl5
/
rtmp
comvie
.
cf
etc
/
qstream
/
mpeg
tv2
.
cf
etc
/
qstream
/
mpeg
workzone
.
cf
etc
/
qstream
/
mpeg
world
.
cf
etc
/
qstream
/
mpeg
poll
.
lst
etc
/
qstream
/
mpeg
qstream-mpeg.job
View file @
9fde964b
#
!/
bin
/
bash
for
cf
in
`
cat
/
etc
/
qstream
/
mpeg
/
poll
.
lst
`
;
do
/
usr
/
bin
/
qstream
-
mpeg
<
/
etc
/
qstream
/
mpeg
/
$
cf
done
poll_lst
=/
etc
/
qstream
/
mpeg
/
poll
.
lst
if
[
-
f
$
poll_lst
]
then
for
cf
in
`
cat
$
poll_lst
`
;
do
/
usr
/
bin
/
qstream
-
mpeg
<
/
etc
/
qstream
/
mpeg
/
$
cf
done
fi
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