--- account-plugin-evernote-0+14.04.20140113.2.orig/debian/changelog +++ account-plugin-evernote-0+14.04.20140113.2/debian/changelog @@ -0,0 +1,14 @@ +account-plugin-evernote (0+14.04.20140113.2-0ubuntu1) trusty; urgency=low + + [ Robert Bruce Park ] + * Initial release. + + [ Ɓukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 12 (bootstrap) + * Fix issues pointed out by Sebastien: typo in description and + unneeded docs. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 14 + + -- Ubuntu daily release Mon, 13 Jan 2014 17:22:15 +0000 --- account-plugin-evernote-0+14.04.20140113.2.orig/debian/compat +++ account-plugin-evernote-0+14.04.20140113.2/debian/compat @@ -0,0 +1 @@ +9 --- account-plugin-evernote-0+14.04.20140113.2.orig/debian/control +++ account-plugin-evernote-0+14.04.20140113.2/debian/control @@ -0,0 +1,26 @@ +Source: account-plugin-evernote +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Build-Depends: autotools-dev, + debhelper (>= 9), + dh-autoreconf, + intltool, + libaccounts-glib-dev (>= 1.8), + libonline-accounts-client-dev, + pkg-config, +Standards-Version: 3.9.5 +Homepage: http://launchpad.net/account-plugin-evernote +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:account-plugin-evernote + +Package: account-plugin-evernote +Architecture: all +Depends: libaccount-plugin-generic-oauth, + qtdeclarative5-online-accounts-client0.1, + ${misc:Depends}, +Description: Allow Ubuntu to access the Evernote developer sandbox + This plugin enables developers to authenticate to their Evernote developer + sandbox account, which allows syncing of Evernote notes across Ubuntu devices. --- account-plugin-evernote-0+14.04.20140113.2.orig/debian/copyright +++ account-plugin-evernote-0+14.04.20140113.2/debian/copyright @@ -0,0 +1,24 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: account-plugin-evernote +Source: http://launchpad.net/account-plugin-evernote + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3.0 + +License: GPL-3.0 + 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, either version 3 of the License, or + (at your option) any later version. + . + This package 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 complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". --- account-plugin-evernote-0+14.04.20140113.2.orig/debian/rules +++ account-plugin-evernote-0+14.04.20140113.2/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with autoreconf --fail-missing + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +override_dh_auto_configure: + dh_auto_configure -- --enable-qml-plugins \ + --with-evernote-consumer-key="ubuntu" \ + --with-evernote-consumer-secret="44f8ee81a8359500"