aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-12-23 14:35:46 +0100
committerXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-12-23 14:35:46 +0100
commitc0b4e9399cd68e10489108a3f50556b6d86727a4 (patch)
treef67ee5f85c29c732f9f73abbbab371c279b1caab /debian
parentda78e6c75cab23d837cb4768efa3838ddb2286e7 (diff)
parent9da17031233db5f7961f3dd7be69c8a3bc13bb27 (diff)
downloadayatana-indicator-sound-c0b4e9399cd68e10489108a3f50556b6d86727a4.tar.gz
ayatana-indicator-sound-c0b4e9399cd68e10489108a3f50556b6d86727a4.tar.bz2
ayatana-indicator-sound-c0b4e9399cd68e10489108a3f50556b6d86727a4.zip
Conflicts resolved with restored branch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog77
-rw-r--r--debian/control11
2 files changed, 88 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d7ed9bd..b47dc02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,80 @@
+indicator-sound (12.10.2+15.10.20151019-0ubuntu3) UNRELEASED; urgency=medium
+
+ [ Xavi Garcia ]
+ * Added OSD notifications to show output source when the volume or
+ source change (LP: #1382548, LP: #1415480, LP: #1484589)
+
+ * debian/control:
+ Added the following build dependencies:
+ - cmake-extras (>= 0.4),
+ - google-mock (>= 1.6.0+svn437),
+ - libqtdbusmock1-dev (>= 0.3),
+ - libqtdbustest1-dev,
+ - libunity-api-dev,
+ - pulseaudio,
+ - qt5-default,
+ - qtbase5-dev,
+ - qtbase5-dev-tools,
+ - qtdeclarative5-dev,
+ - qtdeclarative5-dev-tools
+ * Added gmenuharness library for integration tests support.
+ New Files:
+ - src/gmenuharness/CMakeLists.txt
+ - src/gmenuharness/MatchResult.cpp
+ - src/gmenuharness/MatchUtils.cpp
+ - src/gmenuharness/MenuItemMatcher.cpp
+ - src/gmenuharness/MenuMatcher.cpp
+ - include/unity/gmenuharness/MatchResult.h
+ - include/unity/gmenuharness/MatchUtils.h
+ - include/unity/gmenuharness/MenuItemMatcher.h
+ - include/unity/gmenuharness/MenuMatcher.h
+ * Added integration tests using gmenuharness
+ New Files:
+ - tests/dbus-types/CMakeLists.txt
+ - tests/dbus-types/com.ubuntu.AccountsService.Sound.xml
+ - tests/dbus-types/dbus-types.h
+ - tests/dbus-types/org.PulseAudio.Ext.StreamRestore1.xml
+ - tests/dbus-types/org.freedesktop.Accounts.xml
+ - tests/dbus-types/org.freedesktop.DBus.Properties.xml
+ - tests/dbus-types/org.freedesktop.Notifications.xml
+ - tests/dbus-types/org.gtk.Actions.xml
+ - tests/dbus-types/pulseaudio-volume.cpp
+ - tests/dbus-types/pulseaudio-volume.h
+ - tests/integration/CMakeLists.txt
+ - tests/integration/indicator-sound-test-base.cpp
+ - tests/integration/indicator-sound-test-base.h
+ - tests/integration/main.cpp
+ - tests/integration/test-indicator.cpp
+ - tests/integration/touch-stream-restore.table
+ - tests/integration/utils/dbus-pulse-volume.cpp
+ - tests/integration/utils/dbus-pulse-volume.h
+ - tests/integration/utils/get-volume.cpp
+ - tests/integration/utils/set-volume.cpp
+ - tests/service-mocks/CMakeLists.txt
+ - tests/service-mocks/DBusPropertiesNotifier.cpp
+ - tests/service-mocks/DBusPropertiesNotifier.h
+ - tests/service-mocks/accounts-mock/AccountsDefs.h
+ - tests/service-mocks/accounts-mock/AccountsMock.cpp
+ - tests/service-mocks/accounts-mock/AccountsMock.h
+ - tests/service-mocks/accounts-mock/AccountsServiceSoundMock.cpp
+ - tests/service-mocks/accounts-mock/AccountsServiceSoundMock.h
+ - tests/service-mocks/accounts-mock/CMakeLists.txt
+ - tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml
+ - tests/service-mocks/accounts-mock/main.cpp
+ - tests/service-mocks/accounts-mock/org.freedesktop.Accounts.Mock.xml
+ - tests/service-mocks/media-player-mpris-mock/CMakeLists.txt
+ - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisDefs.h
+ - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.cpp
+ - tests/service-mocks/media-player-mpris-mock/MediaPlayerMprisMock.h
+ - tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop
+ - tests/service-mocks/media-player-mpris-mock/main.cpp
+ - tests/service-mocks/media-player-mpris-mock/org.mpris.MediaPlayer2.Player.xml
+ - tests/service-mocks/media-player-mpris-mock/org.mpris.MediaPlayer2.xml
+ - tests/service-mocks/media-player-mpris-mock/player-update.cpp
+
+
+ -- Xavi Garcia <xavi.garcia.mena@canonical.com> Wed, 11 Nov 2015 12:40:10 +0100
+
indicator-sound (12.10.2+15.10.20151019-0ubuntu2) UNRELEASED; urgency=medium
* Added OSD notifications to show output source when the volume or
diff --git a/debian/control b/debian/control
index 3585713..f170fcf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,13 @@ Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
XSBC-Original-Maintainer: Conor Curran <conor.curran@canonical.com>
Build-Depends: debhelper (>= 9.0),
cmake,
+ cmake-extras (>= 0.4),
dbus,
dbus-test-runner (>> 14.04.0+14.04.20150120.1),
dh-translations,
gir1.2-accountsservice-1.0,
gnome-common,
+ google-mock (>= 1.6.0+svn437),
gsettings-ubuntu-schemas,
autotools-dev,
valac (>= 0.20),
@@ -18,13 +20,22 @@ Build-Depends: debhelper (>= 9.0),
libgirepository1.0-dev,
libglib2.0-dev (>= 2.22.3),
libgtest-dev,
+ libqtdbusmock1-dev (>= 0.3),
+ libqtdbustest1-dev,
+ libunity-api-dev,
liburl-dispatcher1-dev,
libpulse-dev (>= 1:4.0-0ubuntu21),
libpulse-mainloop-glib0 (>= 0.9.18),
libnotify-dev,
libgee-dev,
libxml2-dev,
+ pulseaudio,
python3-dbusmock,
+ qt5-default,
+ qtbase5-dev,
+ qtbase5-dev-tools,
+ qtdeclarative5-dev,
+ qtdeclarative5-dev-tools,
Standards-Version: 3.9.4
Homepage: https://launchpad.net/indicator-sound
# If you aren't a member of ~indicator-applet-developers but need to upload