Merge lp:~crimsun/alsa-lib/ubuntu.new into lp:~ubuntu-core-dev/alsa-lib/ubuntu.new

Proposed by Daniel T Chen
Status: Merged
Merged at revision: 22
Proposed branch: lp:~crimsun/alsa-lib/ubuntu.new
Merge into: lp:~ubuntu-core-dev/alsa-lib/ubuntu.new
Diff against target: None lines
To merge this branch: bzr merge lp:~crimsun/alsa-lib/ubuntu.new
Reviewer Review Type Date Requested Status
Luke Yelavich (community) Approve
Review via email: mp+5017@code.launchpad.net
To post a comment you must log in.
lp:~crimsun/alsa-lib/ubuntu.new updated
22. By Luke Yelavich

merge from crimsun's branch

Revision history for this message
Luke Yelavich (themuso) wrote :

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'changelog'
--- changelog 2009-03-23 05:29:23 +0000
+++ changelog 2009-03-29 22:14:05 +0000
@@ -1,3 +1,10 @@
1alsa-lib (1.0.18-1ubuntu9) UNRELEASED; urgency=low
2
3 * Don't display notifier hint if ~/.asoundrc and
4 ~/.asoundrc.asoundconf aren't writable, either
5
6 -- Daniel T Chen <crimsun@ubuntu.com> Sun, 29 Mar 2009 18:10:58 -0400
7
1alsa-lib (1.0.18-1ubuntu8) jaunty; urgency=low8alsa-lib (1.0.18-1ubuntu8) jaunty; urgency=low
29
3 * Don't display notifier hint if in GNOME (LP: #328245)10 * Don't display notifier hint if in GNOME (LP: #328245)
411
=== modified file 'libasound2.postinst'
--- libasound2.postinst 2009-03-23 05:29:23 +0000
+++ libasound2.postinst 2009-03-29 22:14:05 +0000
@@ -15,7 +15,7 @@
15unud=/var/lib/update-notifier/user.d15unud=/var/lib/update-notifier/user.d
1616
17if [ -d $unud ]; then17if [ -d $unud ]; then
18 if [ -z "$GNOME_DESKTOP_SESSION_ID" ]; then18 if [ -z "$GNOME_DESKTOP_SESSION_ID" ] && [ -w ~/.asoundrc ] && [ -w ~/.asoundrc.asoundconf ]; then
19 cp -f /usr/share/alsa/user-must-execute-asoundconf-set-default-card.update-notifier \19 cp -f /usr/share/alsa/user-must-execute-asoundconf-set-default-card.update-notifier \
20 "$unud/user-must-execute-asoundconf-set-default-card" 20 "$unud/user-must-execute-asoundconf-set-default-card"
21 fi21 fi
2222
=== modified file 'user-must-execute-asoundconf-set-default-card.update-notifier'
--- user-must-execute-asoundconf-set-default-card.update-notifier 2009-03-23 05:29:23 +0000
+++ user-must-execute-asoundconf-set-default-card.update-notifier 2009-03-29 22:14:05 +0000
@@ -2,7 +2,7 @@
2Priority: High2Priority: High
3Terminal: True3Terminal: True
4DontShowAfterReboot: False4DontShowAfterReboot: False
5DisplayIf: [ -z "$GNOME_DESKTOP_SESSION_ID" ]5DisplayIf: [ -z "$GNOME_DESKTOP_SESSION_ID" ] && [ -w ~/.asoundrc ] && [ -w ~/.asoundrc.asoundconf ]
6Description: New Advanced Linux Sound Architecture (ALSA) configuration presets6Description: New Advanced Linux Sound Architecture (ALSA) configuration presets
7 have been added. Please execute the asoundconf(1) set-default-card macro in7 have been added. Please execute the asoundconf(1) set-default-card macro in
8 a Terminal now to refresh your user's configuration presets. You may8 a Terminal now to refresh your user's configuration presets. You may

Subscribers

People subscribed via source and target branches

to all changes: