--- notes-app-1.4+13.10.20130726.orig/debian/copyright +++ notes-app-1.4+13.10.20130726/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2012 Canonical Ltd. +License: GPL-3 + +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. --- notes-app-1.4+13.10.20130726.orig/debian/notes-app.lintian-overrides +++ notes-app-1.4+13.10.20130726/debian/notes-app.lintian-overrides @@ -0,0 +1,4 @@ +notes-app: binary-without-manpage usr/bin/notes-app +notes-app: pkg-has-shlibs-control-file-but-no-actual-shared-libs +notes-app: postinst-has-useless-call-to-ldconfig +notes-app: postrm-has-useless-call-to-ldconfig --- notes-app-1.4+13.10.20130726.orig/debian/notes-app-autopilot.install +++ notes-app-1.4+13.10.20130726/debian/notes-app-autopilot.install @@ -0,0 +1 @@ +/usr/lib/python*/dist-packages/notes_app/ --- notes-app-1.4+13.10.20130726.orig/debian/control +++ notes-app-1.4+13.10.20130726/debian/control @@ -0,0 +1,43 @@ +Source: notes-app +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ugo Riboni +Build-Depends: cmake, + debhelper (>= 9), + python (>= 2.7), + qtbase5-dev, + qtdeclarative5-dev, + dh-translations, +Standards-Version: 3.9.4 +Section: libs +Homepage: https://launchpad.net/notes-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/notes-app/trunk +Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/notes-app/trunk/files + +Package: notes-app +Section: devel +Architecture: any +Depends: libqt5sql5-sqlite, + qmlscene, + qtdeclarative5-hud1.0, + qtdeclarative5-localstorage-plugin, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Notes application + notes-app is a note taking application for the Ubuntu platform. + +Package: notes-app-autopilot +Architecture: all +Depends: libautopilot-qt, + libqt5test5, + libqt5widgets5, + notes-app (>= ${binary:Version}), + python2.7, + ${misc:Depends}, +Description: Test package for the notes app + notes-app is a note taking application for the Ubuntu platform. This package + contains autopilot tests for it. --- notes-app-1.4+13.10.20130726.orig/debian/compat +++ notes-app-1.4+13.10.20130726/debian/compat @@ -0,0 +1 @@ +9 --- notes-app-1.4+13.10.20130726.orig/debian/rules +++ notes-app-1.4+13.10.20130726/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --with translations + +override_dh_install: + dh_install --fail-missing + +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) notes-app.pot --- notes-app-1.4+13.10.20130726.orig/debian/changelog +++ notes-app-1.4+13.10.20130726/debian/changelog @@ -0,0 +1,308 @@ +notes-app (1.4+13.10.20130726-0ubuntu1) saucy; urgency=low + + [ Olivier Tilloy ] + * Fix various deprecation warnings by updating the code to use the + latest APIs. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 160 + + -- Ubuntu daily release Fri, 26 Jul 2013 07:34:17 +0000 + +notes-app (1.4+13.10.20130725-0ubuntu1) saucy; urgency=low + + [ Olivier Tilloy ] + * Various minor fixes and cleanup of the caching image provider. + * Fix a focus code path, and remove a workaround for a bug that was + fixed since then. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 158 + + -- Ubuntu daily release Thu, 25 Jul 2013 06:41:00 +0000 + +notes-app (1.4+13.10.20130719-0ubuntu1) saucy; urgency=low + + [ Omer Akram ] + * fixes failing autopilot tests on the phone. . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 154 + + -- Ubuntu daily release Fri, 19 Jul 2013 06:39:36 +0000 + +notes-app (1.4+13.10.20130716-0ubuntu1) saucy; urgency=low + + [ Olivier Tilloy ] + * When the OSK is hidden, explicitly remove focus from the current + text area (workaround for bug #1201400). (LP: #1201400, #1200365) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 152 + + -- Ubuntu daily release Tue, 16 Jul 2013 08:25:59 +0000 + +notes-app (1.4+13.10.20130709-0ubuntu1) saucy; urgency=low + + [ Kaleo ] + * Adapted to newer and simpler toolkit's theming infrastructure. The + header is no longer yellow which is fine since a revamped visual + design for that is underway. The ItemStyle attached property has + been removed and widgets now have a 'style' property equivalent to + what ItemStyle.delegate was providing. (original work by Florian, I + merely fixed the failing tests). + + [ Olivier Tilloy ] + * Adapted to newer and simpler toolkit's theming infrastructure. The + header is no longer yellow which is fine since a revamped visual + design for that is underway. The ItemStyle attached property has + been removed and widgets now have a 'style' property equivalent to + what ItemStyle.delegate was providing. (original work by Florian, I + merely fixed the failing tests). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 148 + + -- Ubuntu daily release Tue, 09 Jul 2013 05:02:40 +0000 + +notes-app (1.4daily13.06.18-0ubuntu1) saucy; urgency=low + + [ Ugo Riboni ] + * Allow the desktop file to be translated. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 138 + + -- Ubuntu daily release Tue, 18 Jun 2013 08:24:16 +0000 + +notes-app (1.4daily13.06.14-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Fix lintian warnings. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 133 + + -- Ubuntu daily release Fri, 14 Jun 2013 06:00:58 +0000 + +notes-app (1.4daily13.06.11-0ubuntu1) saucy; urgency=low + + [ Ugo Riboni ] + * Use the same license for all the files. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 130 + + -- Ubuntu daily release Tue, 11 Jun 2013 05:02:59 +0000 + +notes-app (1.4daily13.06.05-0ubuntu1) saucy; urgency=low + + [ Bill Filler ] + * re-enable theme loading. + * fix for lp:1182108 keyboard not hiding. (LP: #1182108) + + [ Michael Zanetti ] + * Add an image provider that caches images locally, so that notes + still work even if the network is down. (LP: #1169208) + + [ Ugo Riboni ] + * Prevent build failures on unsupported architectures by explicitly + specifying the supported ones. + * Temporary workaround for an SDK bug #1168006 that makes the app + crash when loading a theme. (LP: #1168006) + * Use a ListView to hold the notes instead of a Column. (LP: #1160942) + * Use ListItems.Empty to replace our custom slide-to-delete support + with the one built-in in the SDK. . (LP: #1166817) + * Remove a workaround for a crash in UbuntuShape that has been fixed + at some point. + * Implement the HUD actions. + * Add an image provider that caches images locally, so that notes + still work even if the network is down. (LP: #1169208) + * Fix failing autopilot tests in Jenkins by running the app once if + the database directory doesn't exist yet. + * Remove some dead code. + * Prepare the app for translation. + * Allow the application to automatically adjust to the device + orientation. (LP: #1182110) + * Correctly save the first note that appears when you start the + application without any notes. (LP: #1131744) + * Require less precision when clicking outside of a note to collapse + it. (LP: #1181813) + + [ Omer Akram ] + * port the notes-app to autopilot 1.3. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 127 + + -- Ubuntu daily release Wed, 05 Jun 2013 05:03:00 +0000 + +notes-app (1.4daily13.06.03ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Bill Filler ] + * fix for lp:1182108 keyboard not hiding. (LP: #1182108) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 125 (ubuntu-unity/next) + + -- Ubuntu daily release Mon, 03 Jun 2013 05:03:22 +0000 + +notes-app (1.4daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ugo Riboni ] + * Correctly save the first note that appears when you start the + application without any notes. (LP: #1131744) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 123 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 05:15:35 +0000 + +notes-app (1.4daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 107 (bootstrap) + + [ Bill Filler ] + * re-enable theme loading. + + [ Michael Zanetti ] + * Add an image provider that caches images locally, so that notes + still work even if the network is down. (LP: #1169208) + + [ Ugo Riboni ] + * Prevent build failures on unsupported architectures by explicitly + specifying the supported ones. + * Temporary workaround for an SDK bug #1168006 that makes the app + crash when loading a theme. (LP: #1168006) + * Use a ListView to hold the notes instead of a Column. (LP: #1160942) + * Use ListItems.Empty to replace our custom slide-to-delete support + with the one built-in in the SDK. . (LP: #1166817) + * Remove a workaround for a crash in UbuntuShape that has been fixed + at some point. + * Implement the HUD actions. + * Add an image provider that caches images locally, so that notes + still work even if the network is down. (LP: #1169208) + * Fix failing autopilot tests in Jenkins by running the app once if + the database directory doesn't exist yet. + * Remove some dead code. + * Prepare the app for translation. + * Allow the application to automatically adjust to the device + orientation. (LP: #1182110) + + [ Omer Akram ] + * port the notes-app to autopilot 1.3. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 121 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 05:01:45 +0000 + +notes-app (1.4) quantal; urgency=low + + * Ensure text focus is correct in all cases (LP: #1163778) + + -- Ugo Riboni Tue, 09 Apr 2013 18:18:23 +0200 + +notes-app (1.3) quantal; urgency=low + + * Add X-Ubuntu-Touch and X-Ubuntu-StageHint field into desktop file. + + -- Ying-Chun Liu (PaulLiu) Tue, 02 Apr 2013 22:40:35 +0800 + +notes-app (1.2) quantal; urgency=low + + * Refactor the code so it's easier to maintain + * Fix "new note" text (LP: #1129131) + * Add animations to all transitions (LP: #1129129) + * Make the package arch independent + + -- Ugo Riboni Tue, 26 Mar 2013 18:46:50 +0100 + +notes-app (1.1) quantal; urgency=low + + * Make sure everything will work with new SDK and Qt 5.0.1 + + -- Ugo Riboni Mon, 25 Mar 2013 18:02:30 +0100 + +notes-app (1.0-0phablet2) quantal; urgency=low + + * Including full blown python as build dependency + + -- Sergio Schvezov Wed, 20 Mar 2013 22:52:10 -0300 + +notes-app (1.0-0phablet1) quantal; urgency=low + + * Adding python dependency for autopilot install + + -- Sergio Schvezov Wed, 20 Mar 2013 16:16:29 -0300 + +notes-app (1.0) quantal; urgency=low + + * Rename from notepad to notes-app + + -- Ugo Riboni Fri, 01 Mar 2013 12:13:53 +0100 + +notepad-qml (0.9) quantal; urgency=low + + * Header size matches gallery (LP: #1130008) + * Allow creating new notes when no notes (LP: #1126579) + * Unfocus text on OSK slidedown so it can be brought back up again (LP: #1125262) + + -- Ugo Riboni Wed, 20 Feb 2013 00:42:12 +0100 + +notepad-qml (0.8) quantal; urgency=low + + [ Ugo Riboni ] + * Click anywhere outside of a note to collapse it + + -- Michael Zanetti Fri, 15 Feb 2013 20:03:02 +0100 + +notepad-qml (0.7) quantal; urgency=low + + [ Antti Kaijanmäki ] + * Integrate with HUD Toolbar Quit button. + + [ Ugo Riboni ] + * Use more standard popovers + * Directly control the textarea cut and paste behaviour + * Show clipboard menu when long pressing outside of text areas + + -- Ugo Riboni Wed, 13 Feb 2013 19:28:09 +0100 + +notepad-qml (0.6) quantal; urgency=low + + * Use a different visual for the collapsed notes + + -- Ugo Riboni Fri, 08 Feb 2013 18:40:15 +0100 + +notepad-qml (0.5) quantal; urgency=low + + * Use a toolbar action for adding a new note + + -- Ugo Riboni Thu, 07 Feb 2013 20:08:51 +0100 + +notepad-qml (0.4) quantal; urgency=low + + * Refactor the code to not use nested ListViews, adjust the visuals, + add copy and paste support. + + -- Ugo Riboni Wed, 06 Feb 2013 21:53:30 +0100 + +notepad-qml (0.3) quantal; urgency=low + + * Work around a packaging bug for qmlscene + + -- Ugo Riboni Thu, 24 Jan 2013 19:18:13 +0100 + +notepad-qml (0.2) quantal; urgency=low + + * Adapt package info for qt5 proper + + -- Ugo Riboni Wed, 23 Jan 2013 12:45:18 +0100 + +notepad-qml (0.1-0) quantal; urgency=low + + * Initial release + + -- Zoltán Balogh Fri, 21 Dec 2012 10:47:36 +0200 --- notes-app-1.4+13.10.20130726.orig/debian/notes-app.install +++ notes-app-1.4+13.10.20130726/debian/notes-app.install @@ -0,0 +1,5 @@ +usr/bin/notes-app +usr/lib/*/qt5/qml/NotesApp +usr/share/applications/notes-app.desktop +usr/share/notes-app +usr/share/locale/*/LC_MESSAGES/notes-app.mo --- notes-app-1.4+13.10.20130726.orig/debian/source/format +++ notes-app-1.4+13.10.20130726/debian/source/format @@ -0,0 +1 @@ +1.0