Merge lp:~rsalveti/tone-generator/fixing_default_volume into lp:tone-generator

Proposed by Ricardo Salveti
Status: Merged
Approved by: Bill Filler
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~rsalveti/tone-generator/fixing_default_volume
Merge into: lp:tone-generator
Diff against target: 27 lines (+3/-3)
2 files modified
debian/control (+2/-2)
debian/tone-generator.conf (+1/-1)
To merge this branch: bzr merge lp:~rsalveti/tone-generator/fixing_default_volume
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
Review via email: mp+230876@code.launchpad.net

Commit message

* Lowering default dtmf volume (LP: #1356428)
* Fixing vcs entries in debian/control

Description of the change

* Lowering default dtmf volume (LP: #1356428)
* Fixing vcs entries in debian/control

To post a comment you must log in.
Revision history for this message
Bill Filler (bfiller) wrote :

happroved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-07-31 16:32:39 +0000
3+++ debian/control 2014-08-14 19:55:18 +0000
4@@ -15,8 +15,8 @@
5 # If you aren't a member of ~phablet-team but need to upload
6 # packaging changes, just go ahead. ~phablet-team will notice
7 # and sync up the code again.
8-Vcs-Bzr: https://code.launchpad.net/~phablet-team/tone-generator/ubuntu
9-Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/tone-generator/ubuntu
10+Vcs-Bzr: http://bazaar.launchpad.net/~phablet-team/tone-generator/trunk/files
11+Vcs-Browser: https://code.launchpad.net/~phablet-team/tone-generator/trunk
12
13 Package: tone-generator
14 Architecture: any
15
16=== modified file 'debian/tone-generator.conf'
17--- debian/tone-generator.conf 2014-07-30 19:54:31 +0000
18+++ debian/tone-generator.conf 2014-08-14 19:55:18 +0000
19@@ -6,7 +6,7 @@
20 respawn
21 respawn limit unlimited
22
23-env DTMF_VOLUME=20
24+env DTMF_VOLUME=8
25 env TONE_STANDARD="cept"
26
27 exec tonegend -s $TONE_STANDARD -b 100 -r 20 --volume-dtmf $DTMF_VOLUME

Subscribers

People subscribed via source and target branches

to all changes: