--- dialer-app-0.1+13.10.20130926.1.orig/debian/dialer-app.install +++ dialer-app-0.1+13.10.20130926.1/debian/dialer-app.install @@ -0,0 +1,11 @@ +usr/share/applications/dialer-app*.desktop +usr/share/dbus-1/services/*DialerApp*.service +usr/share/locale/*/LC_MESSAGES/dialer-app.mo +usr/share/dialer-app/*.qml +usr/share/dialer-app/LiveCallPage +usr/share/dialer-app/HistoryPage +usr/share/dialer-app/DialerPage +usr/share/dialer-app/VoicemailPage +usr/share/dialer-app/ContactsPage +usr/share/dialer-app/assets +usr/bin/*dialer-app* --- dialer-app-0.1+13.10.20130926.1.orig/debian/copyright +++ dialer-app-0.1+13.10.20130926.1/debian/copyright @@ -0,0 +1,33 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dialer-app +Source: https://launchpad.net/dialer-app + +Files: * +Copyright: 2012, 2013 Canonical Ltd. +License: GPL-3 + +Files: src/qml/assets/* +Copyright: 2012, 2013 Canonical Ltd. +License: CC-BY-SA-3.0 + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. + +License: CC-BY-SA-3.0 + This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 + Unported License. To view a copy of this license, visit + http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative + Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. --- dialer-app-0.1+13.10.20130926.1.orig/debian/dialer-app-autopilot.install +++ dialer-app-0.1+13.10.20130926.1/debian/dialer-app-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/dialer_app/* --- dialer-app-0.1+13.10.20130926.1.orig/debian/control +++ dialer-app-0.1+13.10.20130926.1/debian/control @@ -0,0 +1,54 @@ +Source: dialer-app +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + dh-translations, + pkg-config, + python, + qt5-default, + qtbase5-dev (>= 5.0), + qtdeclarative5-dev (>= 5.0), +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/dialer-app +# If you aren't a member of ~phablet-team but need to upload packaging changes, +# just go ahead. ~phablet-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/dialer-app/trunk +Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/dialer-app/trunk/files + +Package: dialer-app +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + dbus-x11, + qtdeclarative5-ubuntu-history0.1 | qtdeclarative5-ubuntu-history-plugin, + qtdeclarative5-ubuntu-telephony0.1 | qtdeclarative5-ubuntu-telephony-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu, +Recommends: unity8 (>= 7.81.0~), +Description: Dialer application for Ubuntu + An application to make phone calls + +Package: dialer-app-autopilot +Architecture: all +Section: debug +Depends: ${misc:Depends}, + autopilot-qt5, + libqt5test5, + libqt5widgets5, + dialer-app (>= ${binary:Version}), + python-autopilot, + ubuntu-ui-toolkit-autopilot, +Description: autopilot tests for dialer-app + This package contains the autopilot tests for dialer-app + +Package: dialer-app-connected-autopilot +Architecture: all +Section: debug +Depends: ${misc:Depends}, + dialer-app (>= ${binary:Version}), + libautopilot-qt, + python-autopilot, + ubuntu-ui-toolkit-autopilot, +Description: connected autopilot tests for dialer-app + This package contains the connected autopilot tests for dialer-app --- dialer-app-0.1+13.10.20130926.1.orig/debian/dialer-app-connected-autopilot.install +++ dialer-app-0.1+13.10.20130926.1/debian/dialer-app-connected-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/connected_tests/* --- dialer-app-0.1+13.10.20130926.1.orig/debian/compat +++ dialer-app-0.1+13.10.20130926.1/debian/compat @@ -0,0 +1 @@ +9 --- dialer-app-0.1+13.10.20130926.1.orig/debian/rules +++ dialer-app-0.1+13.10.20130926.1/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing --with translations + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug + +override_dh_auto_test: + make -C obj-$(DEB_HOST_GNU_TYPE) test + +override_dh_translations: + # Override dh_translations to work around http://pad.lv/1183262. + # Unfortunately, the default build directory is not exposed + # (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601774). + $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) dialer-app.pot --- dialer-app-0.1+13.10.20130926.1.orig/debian/changelog +++ dialer-app-0.1+13.10.20130926.1/debian/changelog @@ -0,0 +1,119 @@ +dialer-app (0.1+13.10.20130926.1-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Add a timeline indicator in the call log view. (LP: #1213990) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 45 + + -- Ubuntu daily release Thu, 26 Sep 2013 08:46:09 +0000 + +dialer-app (0.1+13.10.20130925-0ubuntu1) saucy; urgency=low + + [ Ted Gould ] + * Adding single instance marker to the desktop file. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 43 + + -- Ubuntu daily release Wed, 25 Sep 2013 06:35:25 +0000 + +dialer-app (0.1+13.10.20130919.3-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 41 + + -- Ubuntu daily release Thu, 19 Sep 2013 15:47:12 +0000 + +dialer-app (0.1+13.10.20130917-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Add a basic implementation of the smart lookup dialer. + + [ Tiago Salem Herrmann ] + * invoke popups also on pressAndHold. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 39 + + -- Ubuntu daily release Tue, 17 Sep 2013 12:57:23 +0000 + +dialer-app (0.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Fix dependencies for the autopilot packages - ubuntu-ui-toolkit- + autopilot was missing (fixes LP: #1218794). (LP: #1218794) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 36 + + -- Ubuntu daily release Fri, 30 Aug 2013 13:26:45 +0000 + +dialer-app (0.1+13.10.20130829-0ubuntu1) saucy; urgency=low + + [ Tiago Salem Herrmann ] + * fix delegate size in history page fix avatar size in history page. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 33 + + -- Ubuntu daily release Thu, 29 Aug 2013 03:20:41 +0000 + +dialer-app (0.1+13.10.20130828.1-0ubuntu1) saucy; urgency=low + + [ Tiago Salem Herrmann ] + * update visual design. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 31 + + -- Ubuntu daily release Wed, 28 Aug 2013 11:48:46 +0000 + +dialer-app (0.1+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ Sebastien Bacher ] + * update the depends, some of the binaries got renamed when entering + the ubuntu archive. Let the old names, as an alternative, for the + transition, those can be dropped later. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 29 + + -- Ubuntu daily release Tue, 27 Aug 2013 11:18:02 +0000 + +dialer-app (0.1+13.10.20130826.2-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Disable automatic rotation in the dialer-app. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Mon, 26 Aug 2013 19:14:40 +0000 + +dialer-app (0.1+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Use the correct application icon. + * Add some autopilot tests for the dialer-app. + + [ Tiago Salem Herrmann ] + * disable observer when app becomes inactive. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Mon, 26 Aug 2013 02:36:24 +0000 + +dialer-app (0.1+13.10.20130823.1-0ubuntu1) saucy; urgency=low + + [ Tiago Salem Herrmann ] + * Initial release + + [ Łukasz 'sil2100' Zemczak ] + * Modifications related to compliance with our packaging standards + * Automatic snapshot from revision 20 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 21 + + -- Ubuntu daily release Fri, 23 Aug 2013 07:16:48 +0000 --- dialer-app-0.1+13.10.20130926.1.orig/debian/source/format +++ dialer-app-0.1+13.10.20130926.1/debian/source/format @@ -0,0 +1 @@ +1.0