Changeset 518
- Timestamp:
- 05/12/08 22:49:37 (2 months ago)
- Files:
-
- cdd-utils/trunk/debian/changelog (modified) (2 diffs)
- cdd-utils/trunk/lib/sound.sh (modified) (1 diff)
- cdd-utils/trunk/lib/suites.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/debian/changelog
r516 r518 1 cdd-utils (0.9~pre 3) unstable; urgency=low1 cdd-utils (0.9~pre4) UNRELEASED; urgency=low 2 2 3 3 * Moved package-specific data to share … … 8 8 * Instruct dhclient to send host-name 9 9 * Enable spamassassin cron update 10 * Add missing LMMS desktop file 10 * Added missing LMMS desktop file 11 * Mount /proc/bus/usb to workaround broken udev midisport rule 11 12 12 13 -- Free Ekanayaka <free@64studio.com> Thu, 08 May 2008 21:55:32 +0200 cdd-utils/trunk/lib/sound.sh
r513 r518 55 55 } 56 56 57 # Use ardourino 58 ardourino () { 59 cfg=/usr/share/applications/ardour.desktop 60 if ! exists $cfg; then warning $cfg not found; return; fi 61 sed -i -e 's/^Exec=.*/Exec=ardour2 --ardourino/g' $cfg 57 # The udev rule which comes with midisport-firmware seems broken in hardy 58 # MidiSport devices wont work, see LP: #27833 59 midisport () { 60 cfg=/etc/fstab 61 add_key "none /proc/bus/usb" " " "$cfg" 62 set_key "none /proc/bus/usb" " " "usbfs defaults 0 0" "$cfg" 62 63 } cdd-utils/trunk/lib/suites.sh
r515 r518 58 58 cdd-config apt trinity hardy 59 59 cdd-config menu hardy 60 cdd-config midisport 60 61 61 62 # Various updates and fixes
