--- click-update-manager-0.1+14.04.20140306.orig/debian/changelog +++ click-update-manager-0.1+14.04.20140306/debian/changelog @@ -0,0 +1,92 @@ +click-update-manager (0.1+14.04.20140306-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * No change rebuild against Qt 5.2.1. + + [ Diego Sarmentero ] + * change modelChanged for updateAvailableFound. To run the tests you + need to have the last branch of lp:clickmanager-plugin installed. + * Show "Updates Not Found" not as title. (LP: #1232117) + * Show app size in the proper way (BUG: #1232256). (LP: #1232256) + * Fix desktop file to show icon in launcher. (LP: #1238835) + + [ Timo Jyrinki ] + * Use xvfb -screen 0 640x480x24 for running tests. (LP: #1271172). + (LP: #1271172) + + [ Ubuntu daily release ] + * New rebuild forced + + [ Leo Arias ] + * Cleaned the autopilot test cases. (LP: #1234379) + + -- Ubuntu daily release Thu, 06 Mar 2014 10:37:32 +0000 + +click-update-manager (0.1+13.10.20131007-0ubuntu1) saucy; urgency=low + + [ Corey Goldberg ] + * autopilot test code cleanup. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 30 + + -- Ubuntu daily release Mon, 07 Oct 2013 09:41:18 +0000 + +click-update-manager (0.1+13.10.20131003.1-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Add an -autopilot binary package for running integration tests, + modify the tests themselves so that they work from a separate + package. + + [ Matthew Fischer ] + * Installing application icon - Switch package from "any" to "all". + + [ Ubuntu daily release ] + * Automatic snapshot from revision 28 + + -- Ubuntu daily release Thu, 03 Oct 2013 12:33:20 +0000 + +click-update-manager (0.1+13.10.20130930.1-0ubuntu1) saucy; urgency=low + + [ Diego Sarmentero ] + * Improve error handling using the new signals from the plugin. + * Adding retry button (BUG: #1232165). (LP: #1232165) + + [ Rodney Dawes ] + * Add a rule to the makefile to run the unit tests. Run the unit tests + during package build. Add autopkgtest configuration to test that + dependency's changes don't break us. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 25 + + -- Ubuntu daily release Mon, 30 Sep 2013 14:28:21 +0000 + +click-update-manager (0.1+13.10.20130924.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 21 + + -- Ubuntu daily release Tue, 24 Sep 2013 06:03:42 +0000 + +click-update-manager (0.1+13.10.20130920.1-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Build-dep on qtdeclarative5-ubuntu-click0.1 to force a dep-wait on + powerpc. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Fri, 20 Sep 2013 10:03:27 +0000 + +click-update-manager (0.1+13.10.20130919.2-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Initial release. + * Automatic snapshot from revision 16 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 17 + + -- Ubuntu daily release Thu, 19 Sep 2013 10:03:34 +0000 --- click-update-manager-0.1+14.04.20140306.orig/debian/click-update-manager-autopilot.install +++ click-update-manager-0.1+14.04.20140306/debian/click-update-manager-autopilot.install @@ -0,0 +1 @@ +/usr/lib/python*/dist-packages/click_update_manager/ --- click-update-manager-0.1+14.04.20140306.orig/debian/click-update-manager.install +++ click-update-manager-0.1+14.04.20140306/debian/click-update-manager.install @@ -0,0 +1,3 @@ +usr/share/icons/ +usr/share/click-update-manager +usr/share/applications --- click-update-manager-0.1+14.04.20140306.orig/debian/compat +++ click-update-manager-0.1+14.04.20140306/debian/compat @@ -0,0 +1 @@ +9 --- click-update-manager-0.1+14.04.20140306.orig/debian/control +++ click-update-manager-0.1+14.04.20140306/debian/control @@ -0,0 +1,49 @@ +Source: click-update-manager +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + dbus, + dbus-x11, + debhelper (>= 9), + python:any (>= 2.7), + qt5-default, + qtdeclarative5-dev, + qtdeclarative5-dev-tools, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-test-plugin, + qtdeclarative5-ubuntu-click0.1, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + xvfb, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/click-update-manager +XS-Testsuite: autopkgtest +# If you aren't a member of ~ubuntuone-hackers but need to upload packaging +# changes, just go ahead. ~ubuntuone-hackers will notice and sync up the code +# again. +Vcs-Bzr: https://code.launchpad.net/~ubuntuone-hackers/click-update-manager/trunk +Vcs-Browser: http://bazaar.launchpad.net/~ubuntuone-hackers/click-update-manager/trunk/files +X-Python-Version: 2.7 + +Package: click-update-manager +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qmlscene, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-ubuntu-click0.1, +Description: UpdateManager for Click packages + A QML application for managing click package updates + +Package: click-update-manager-autopilot +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-autopilot, + libautopilot-qt, + libqt5test5, + click-update-manager (>= ${binary:Version}), +Description: Test package for the UpdateManager + A QML application for managing click package updates. This package contains + autopilot integration tests. --- click-update-manager-0.1+14.04.20140306.orig/debian/copyright +++ click-update-manager-0.1+14.04.20140306/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: click-update-manager +Source: https://launchpad.net/click-update-manager + +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. --- click-update-manager-0.1+14.04.20140306.orig/debian/rules +++ click-update-manager-0.1+14.04.20140306/debian/rules @@ -0,0 +1,13 @@ +#!/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 python2 + +override_dh_auto_test: + dh_auto_build -- check --- click-update-manager-0.1+14.04.20140306.orig/debian/source/format +++ click-update-manager-0.1+14.04.20140306/debian/source/format @@ -0,0 +1 @@ +1.0 --- click-update-manager-0.1+14.04.20140306.orig/debian/tests/control +++ click-update-manager-0.1+14.04.20140306/debian/tests/control @@ -0,0 +1,3 @@ +Tests: run-tests +Restrictions: rw-build-tree build-needed allow-stderr +Depends: @ --- click-update-manager-0.1+14.04.20140306.orig/debian/tests/run-tests +++ click-update-manager-0.1+14.04.20140306/debian/tests/run-tests @@ -0,0 +1,10 @@ +#!/bin/sh + +set -ex + +# Do nothing here. We don't need to run the tests multiple times, and they +# are already being run during the build phase of the autopkgtest, as we +# require a built tree to run them, and the tests are run as part of the +# normal package build process. We do want to test that things install, though +# and at least one test is actually required, for autopkgtest to work. +