=== modified file 'debian/changelog' --- debian/changelog 2012-09-30 15:12:44 +0000 +++ debian/changelog 2012-09-30 15:36:14 +0000 @@ -1,3 +1,14 @@ +amsn (0.98.9-1ubuntu1) quantal; urgency=low + + * Sync with Debian. (LP: #1001958) Remaining changes: + * debian/control: + - Build-depend on libfarstream-0.1-dev + - Depend on libfarstream-0.1-0 and xdg-utils + * debian/patches/08_use_aplay_for_sound.patch: + - Use aplay from alsa-utils instead of play from sox for sounds + + -- Jeremy Bicha Sun, 30 Sep 2012 11:18:25 -0400 + amsn (0.98.9-1) unstable; urgency=low * Updated to new 0.98.9 version: === modified file 'debian/control' --- debian/control 2012-09-30 15:12:44 +0000 +++ debian/control 2012-09-30 15:35:43 +0000 @@ -1,14 +1,15 @@ Source: amsn Section: x11 Priority: optional -Maintainer: Vivia Nikolaidou -Build-Depends: debhelper (>= 9), tcl8.5-dev, tk8.5-dev, libpng12-dev, libjpeg-dev, libnice-dev, libv4l-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libgupnp-1.0-dev, libgupnp-igd-1.0-dev +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Vivia Nikolaidou +Build-Depends: debhelper (>= 9), tcl8.5-dev, tk8.5-dev, libpng12-dev, libjpeg-dev, libnice-dev, libv4l-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libfarstream-0.1-dev, libgstreamer-plugins-base0.10-dev, libgupnp-1.0-dev, libgupnp-igd-1.0-dev Standards-Version: 3.9.3 Homepage: http://amsn.sourceforge.net/ Package: amsn Architecture: any -Depends: ${shlibs:Depends}, amsn-data (= ${source:Version}), tcl8.5, tk8.5, tcl-tls, ${misc:Depends} +Depends: ${shlibs:Depends}, amsn-data (= ${source:Version}), libfarstream-0.1-0, tcl8.5, tk8.5, tcl-tls, xdg-utils, ${misc:Depends} Recommends: libsnack2-alsa | libsnack2 Suggests: www-browser Replaces: amsn-data (<< 0.98.9-1) === added file 'debian/patches/08_use_aplay_for_sound.patch' --- debian/patches/08_use_aplay_for_sound.patch 1970-01-01 00:00:00 +0000 +++ debian/patches/08_use_aplay_for_sound.patch 2012-09-30 15:14:48 +0000 @@ -0,0 +1,17 @@ +## 08_use_aplay_for_sound.dpatch by Festor Wailon Dacoba. +## +## DP: Use "aplay" for play sounds with ALSA + +Index: amsn-0.98.9/config.tcl +=================================================================== +--- amsn-0.98.9.orig/config.tcl 2012-09-30 11:12:50.700347860 -0400 ++++ amsn-0.98.9/config.tcl 2012-09-30 11:14:02.984344837 -0400 +@@ -89,7 +89,7 @@ + + ::config::setKey os "unix" + } elseif { [OnUnix] } { +- ::config::setKey soundcommand "play \$sound" ++ ::config::setKey soundcommand "aplay \$sound" + ::config::setKey browser "xdg-open \$url" + ::config::setKey notifyXoffset 0 + ::config::setKey notifyYoffset 0 === modified file 'debian/patches/series' --- debian/patches/series 2012-09-30 15:12:44 +0000 +++ debian/patches/series 2012-09-30 15:13:25 +0000 @@ -4,3 +4,4 @@ 04_autoupdate.patch 05_checkupdate.patch 06_recognize_kfreebsd.patch +08_use_aplay_for_sound.patch