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
=== modified file 'debian/control'
--- debian/control 2014-07-31 16:32:39 +0000
+++ debian/control 2014-08-14 19:55:18 +0000
@@ -15,8 +15,8 @@
15# If you aren't a member of ~phablet-team but need to upload15# If you aren't a member of ~phablet-team but need to upload
16# packaging changes, just go ahead. ~phablet-team will notice16# packaging changes, just go ahead. ~phablet-team will notice
17# and sync up the code again.17# and sync up the code again.
18Vcs-Bzr: https://code.launchpad.net/~phablet-team/tone-generator/ubuntu18Vcs-Bzr: http://bazaar.launchpad.net/~phablet-team/tone-generator/trunk/files
19Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/tone-generator/ubuntu19Vcs-Browser: https://code.launchpad.net/~phablet-team/tone-generator/trunk
2020
21Package: tone-generator21Package: tone-generator
22Architecture: any22Architecture: any
2323
=== modified file 'debian/tone-generator.conf'
--- debian/tone-generator.conf 2014-07-30 19:54:31 +0000
+++ debian/tone-generator.conf 2014-08-14 19:55:18 +0000
@@ -6,7 +6,7 @@
6respawn6respawn
7respawn limit unlimited7respawn limit unlimited
88
9env DTMF_VOLUME=209env DTMF_VOLUME=8
10env TONE_STANDARD="cept"10env TONE_STANDARD="cept"
1111
12exec tonegend -s $TONE_STANDARD -b 100 -r 20 --volume-dtmf $DTMF_VOLUME12exec tonegend -s $TONE_STANDARD -b 100 -r 20 --volume-dtmf $DTMF_VOLUME

Subscribers

People subscribed via source and target branches

to all changes: