--- gallery-app-0.0.67daily13.06.05.orig/debian/README +++ gallery-app-0.0.67daily13.06.05/debian/README @@ -0,0 +1,2 @@ +gallery-app is a photo gallery for the Ubuntu platform + --- gallery-app-0.0.67daily13.06.05.orig/debian/gallery-app-autopilot.lintian-overrides +++ gallery-app-0.0.67daily13.06.05/debian/gallery-app-autopilot.lintian-overrides @@ -0,0 +1 @@ +gallery-app-autopilot: image-file-in-usr-lib usr/lib/python2.7/dist-packages/gallery_app/data/sample.jpg --- gallery-app-0.0.67daily13.06.05.orig/debian/gallery-app.install +++ gallery-app-0.0.67daily13.06.05/debian/gallery-app.install @@ -0,0 +1,5 @@ +usr/bin/gallery-app +usr/share/applications +usr/share/gallery-app +usr/share/icons +usr/share/locale/*/LC_MESSAGES/gallery-app.mo --- gallery-app-0.0.67daily13.06.05.orig/debian/copyright +++ gallery-app-0.0.67daily13.06.05/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gallery-app +Source: https://launchpad.net/gallery-app + +Files: * +Copyright: 2011, 2012, 2013 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 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". --- gallery-app-0.0.67daily13.06.05.orig/debian/control +++ gallery-app-0.0.67daily13.06.05/debian/control @@ -0,0 +1,48 @@ +Source: gallery-app +Section: graphics +Priority: extra +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + cmake, + gettext, + libexiv2-dev, + libgl1-mesa-dev | libgl-dev, + libgles2-mesa-dev, + libqt5opengl5-dev, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, + python, +Standards-Version: 3.9.4 +# If you don't have commit rights to lp:gallery-app but need to upload +# packaging changes, just go ahead. The developers will notice and sync +# up the code again. +Vcs-Bzr: lp:gallery-app +Homepage: https://wiki.ubuntu.com/Touch/ + +Package: gallery-app +Architecture: i386 amd64 armhf +Replaces: ubuntu-gallery +Conflicts: ubuntu-gallery +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qtdeclarative5-accounts-plugin, + qtdeclarative5-hud1.0, + libqt5sql5-sqlite, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu, + qtdeclarative5-window-plugin, +Description: Photo gallery for Ubuntu + gallery-app is a photo gallery for the Ubuntu platform. + +Package: gallery-app-autopilot +Architecture: all +Replaces: ubuntu-gallery-autopilot +Conflicts: ubuntu-gallery-autopilot +Depends: ${misc:Depends}, + gallery-app (>= ${source:Version}), + libautopilot-qt, + libqt5test5, +Description: Autopilot tests for the photo gallery for Ubuntu + gallery-app is a photo gallery for the Ubuntu platform. This package contains + autopilot tests for it. --- gallery-app-0.0.67daily13.06.05.orig/debian/compat +++ gallery-app-0.0.67daily13.06.05/debian/compat @@ -0,0 +1 @@ +9 --- gallery-app-0.0.67daily13.06.05.orig/debian/rules +++ gallery-app-0.0.67daily13.06.05/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export QT_QPA_PLATFORM = minimal + +%: + dh $@ --parallel + +override_dh_install: + dh_install --fail-missing --- gallery-app-0.0.67daily13.06.05.orig/debian/gallery-app-autopilot.install +++ gallery-app-0.0.67daily13.06.05/debian/gallery-app-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/gallery_app/* --- gallery-app-0.0.67daily13.06.05.orig/debian/changelog +++ gallery-app-0.0.67daily13.06.05/debian/changelog @@ -0,0 +1,913 @@ +gallery-app (0.0.67daily13.06.05-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. + + [ Olivier Tilloy ] + * Add missing runtime dependency on qtdeclarative5-accounts-plugin. + Merging manually as the jenkins CI job is busted, it installs the + wrong version of the app and its dependencies (see + https://code.launchpad.net/~osomon/gallery-app/missing-uoa- + dep/+merge/166552). + + [ Michael Terry ] + * Port to HUD 1.0. + + [ Omer Akram ] + * port gallery-app to ap 1.3. + * Fix autopilot test: wait for the edit dialog to fully appear before + moving towards it. + * Fix failing tests on touch devices. + * Fixes a few pep8 complaints. + + [ Renato Araujo Oliveira Filho ] + * Fixed duplicate entries in Media Album Table;. (LP: #1163353) + + [ Guenter Schwann ] + * Use Components and PopupUtils for the edit and share Popover. + * Update Toolbar API. + * Use SDK Popover for cover image menu. + * First german translation, and everything needed to make it work. + * Support orientation change. + * Fixes sharing functionality (LP: 1183460). (LP: #1183460) + * Remove old unused files. + * Split gallery into static libraries, for better modualirity, and + easier testing. + * As default save database in $HOME/.local/share/gallery-app. + * Remove quit action from HUD. + * Switching tabs by swiping is disabled, so the command can be cleaned + up. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 683 + + -- Ubuntu daily release Wed, 05 Jun 2013 05:03:07 +0000 + +gallery-app (0.0.67daily13.05.31.1ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Use UOA to populate share menu + + [ Guenter Schwann ] + * First german translation, and everything needed to make it work. + * Support orientation change. + * Fixes sharing functionality (LP: 1183460). (LP: #1183460) + * Remove old unused files. + + [ Omer Akram ] + * Fix autopilot test: wait for the edit dialog to fully appear before + moving towards it. + * Fix failing tests on touch devices. + + [ Olivier Tilloy ] + * Add missing runtime dependency on qtdeclarative5-accounts-plugin. + Merging manually as the jenkins CI job is busted, it installs the + wrong version of the app and its dependencies (see + https://code.launchpad.net/~osomon/gallery-app/missing-uoa- + dep/+merge/166552). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 677 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 10:43:43 +0000 + +gallery-app (0.0.67daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Didier Roche ] + * Automatic snapshot from revision 654 (bootstrap) + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Add build-dependency on python, needed to get autopilot tests installed + + [ Guenter Schwann ] + * Fix releaving the toolbar in autopilot tests + * Fix cancel button in toolbar + * Fix autopilot reveal and autopilot toolbar buttons click + * Smaller default size on desktops + * Fix gallery startup on device (LP: #1173286) + * Speed up thumbnail creation, and limit number of thumbnails on startup + + [ Michael Terry ] + * Port to HUD 1.0. + + [ Omer Akram ] + * port gallery-app to ap 1.3. + + [ Łukasz 'sil2100' Zemczak ] + * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. + + [ Renato Araujo Oliveira Filho ] + * Fixed duplicate entries in Media Album Table;. (LP: #1163353) + + [ Guenter Schwann ] + * Use Components and PopupUtils for the edit and share Popover. + * Update Toolbar API. + * Use SDK Popover for cover image menu. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 668 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 05:01:53 +0000 + +gallery-app (0.0.67) quantal; urgency=low + + * For cancel on the toolbar use a button instead of a menu item (LP: #1163408) + * Wrap all UI strings in i18n.tr() function to prepare translation + * Switch to cmake as build system + + -- Guenter Schwann Tue, 16 Apr 2013 14:54:13 +0200 + +gallery-app (0.0.66) quantal; urgency=low + + [ Michael Terry ] + * Automatic snapshot from revision 633 (bootstrap) + + [ Guenter Schwann ] + * Addied album related autopilot tests + * Works to make the autopilot tests more stable + * Fixed autopilot style to please pep8 and pyflackes + * Fix bug of constant redraw when event view is not visible (LP: #1164425) + * New MediaSelector, using SDK components + * Cleaned up old unused qml files + * Added right margin in events view + + [ Renato Araujo Oliveira Filho ] + * Make sure that the options undo/redo/revertToOriginal are disable if is not + possible to execute the action (LP: #1163174) + + -- Guenter Schwann Thu, 11 Apr 2013 15:31:24 +0200 + +gallery-app (0.0.65) quantal; urgency=low + + * Add X-Ubuntu-Touch field into desktop file. + * Delete unused debian/gallery-app.links. + - This file was used for compatibility. But it causes the gallery to + be appeared twice. + + -- Ying-Chun Liu (PaulLiu) Tue, 02 Apr 2013 22:31:03 +0800 + +gallery-app (0.0.64) quantal; urgency=low + + * Update packaging: + - Sort Build-Depends and Depends + - Only build for architectures that qtdeclarative supports + - Fix copyright typo + - Use --fail-missing + * Get max texture size from OpenGL + * Add toolbar in photos view and implement add, delete and start camera functionality + + -- Michael Terry Wed, 27 Mar 2013 11:36:26 -0400 + +gallery-app (0.0.63) quantal; urgency=low + + * Fix crash when opeing a photo from the album view (LP: #1109206) + * Updates fo the autopilot tests + * Re-enabled pinch to zoom + * Use the updated header and toolbar from the SDK + + -- Guenter Schwann Mon, 25 Mar 2013 20:42:23 +0100 + +gallery-app (0.0.62) quantal; urgency=low + + * Fixes for the rename to gallery-app + * Fixes for the UI tests + * Prepare for SDK package change + + -- Guenter Schwann Wed, 20 Mar 2013 16:37:23 +0100 + +gallery-app (0.0.61) quantal; urgency=low + + * Rename to gallery-app + + -- Guenter Schwann Mon, 18 Mar 2013 17:59:23 +0100 + +gallery-app (0.0.60) quantal; urgency=low + + [ Benjamin Kerensa ] + * Add Homepage Field + + [ Guenter Schwann ] + * Refactored event view using ListView + * Re-enable add album + * Re-enable opening photos view from album view + * Use 4 spaces to indent in whole project + + -- Guenter Schwann Sun, 15 Mar 2013 14:06:46 +0100 + +gallery-app (0.0.59) quantal; urgency=low + + * fix license in package + + -- Michael Zanetti Wed, 20 Feb 2013 22:20:21 +0100 + +gallery-app (0.0.58) quantal; urgency=low + + * Do the color balance transformation on the final image (LP: #1128571) + + -- Guenter Schwann Tue, 19 Jan 2013 22:12:25 +0100 + +gallery-app (0.0.57) quantal; urgency=low + + * Change name in desktop file to suit dash on phablet. Fixes: https://bugs.launchpad.net/bugs/1126482 + * Add HUD dummy Actions. Fixes: https://bugs.launchpad.net/bugs/1125656 + + -- Guenter Schwann Mon, 18 Jan 2013 21:23:25 +0100 + +gallery-app (0.0.56) quantal; urgency=low + + * Improve album page flipping performance (flickering etc.) + * Don't close on first/last album page flip + + -- Guenter Schwann Fri, 15 Jan 2013 21:01:25 +0100 + +gallery-app (0.0.55) quantal; urgency=low + + * Show ActivityIndicator when loading thumbnails in event view + * Polished album open animation + + -- Guenter Schwann Thu, 14 Jan 2013 21:35:25 +0100 + +gallery-app (0.0.54) quantal; urgency=low + + * Fix crash when opening the second album + * fix HUD and exposure functionality + * New theme/assets for crop + + -- Guenter Schwann Thu, 14 Jan 2013 12:45:25 +0100 + +gallery-app (0.0.53) quantal; urgency=low + + * Visual tweaks + + -- Guenter Schwann Wed, 13 Jan 2013 20:26:25 +0100 + +gallery-app (0.0.52) quantal; urgency=low + + * Disable photo view from albums + * Fix HUD parameter actions + + -- Guenter Schwann Tue, 12 Jan 2013 21:01:25 +0100 + +gallery-app (0.0.51) quantal; urgency=low + + * Renamed to ubuntu-gallery + + -- Guenter Schwann Tue, 12 Jan 2013 00:18:25 +0100 + +gallery-app (0.0.50) quantal; urgency=low + + * Use SDK toolbar for album(s) view + * Color balance for HUD (preview only) + + -- Guenter Schwann Wed, 08 Jan 2013 18:09:25 +0100 + +gallery-app (0.0.49) quantal; urgency=low + + * Update toolbar to work with the next UITK release (0.1.29) + * Bigger albums on tablet + + -- Guenter Schwann Wed, 06 Jan 2013 22:34:25 +0100 + +gallery-app (0.0.48) quantal; urgency=low + + * HUD support + + -- Guenter Schwann Tue, 05 Jan 2013 19:35:25 +0100 + +gallery-app (0.0.47) quantal; urgency=low + + * Remove qthybris dependency + + -- Ricardo Mendoza Thu, 31 Jan 2013 21:02:57 -0430 + +gallery-app (0.0.46) quantal; urgency=low + + * Make photo flick speed dependent on grid unit + * use toolbar from SDK + + -- Guenter Schwann Tue, 31 Jan 2013 20:07:25 +0000 + +gallery-app (0.0.45) quantal; urgency=low + + * Fixes for Qt5 final release packages + + -- Guenter Schwann Tue, 29 Jan 2013 21:28:25 +0000 + +gallery-app (0.0.44) quantal; urgency=low + + * some internal album code reshuffling + * fixing to open an album on touch devices + + -- Guenter Schwann Tue, 29 Jan 2013 18:45:03 +0000 + +gallery-app (0.0.43) quantal; urgency=low + + * Fixes for Qt5 final release packages + + -- Guenter Schwann Tue, 22 Jan 2013 21:28:25 +0100 + +gallery-app (0.0.42) quantal; urgency=low + + * Fixes for Qt5 final release packages + + -- Guenter Schwann Tue, 22 Jan 2013 20:56:25 +0100 + +gallery-app (0.0.41) quantal; urgency=low + + * Fixes for Qt5 final release packages + + -- Guenter Schwann Tue, 22 Jan 2013 20:19:25 +0100 + +gallery-app (0.0.40) quantal; urgency=low + + * Fixes for Qt5 final release packages + + -- Guenter Schwann Tue, 22 Jan 2013 20:02:25 +0100 + +gallery-app (0.0.39) quantal; urgency=low + + * Fixes for Qt5 final release packages + + -- Guenter Schwann Tue, 22 Jan 2013 19:38:25 +0100 + +gallery-app (0.0.38) quantal; urgency=low + + * Release or 0.0.38 + * albums re-enabled + * all singletons now centralized in one class + * "full" photo now uses all the space inside the 2048x2048 texture + + -- Guenter Schwann Tue, 15 Jan 2013 17:45:03 +0100 + +gallery-app (0.0.37) quantal; urgency=low + + * New release + + -- Florian Boucault Tue, 08 Jan 2013 19:18:51 +0000 + +gallery-app (0.0.36) quantal; urgency=low + + * Dismissable share popover + * Pinch to zoom disabled + + -- Guenter Schwann Thu, 20 Dec 2012 15:47:03 +0100 + +gallery-app (0.0.35) quantal; urgency=low + + * Use smaller square thumbnails in event and photos overview + + -- Guenter Schwann Wed, 19 Dec 2012 15:00:28 +0100 + +gallery-app (0.0.34) quantal; urgency=low + + * New daily build + + -- Florian Boucault Tue, 18 Dec 2012 01:56:34 +0000 + +gallery-app (0.0.33) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Fri, 14 Dec 2012 15:06:44 -0800 + +gallery-app (0.0.32) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Thu, 13 Dec 2012 17:46:35 -0800 + +gallery-app (0.0.31) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Wed, 12 Dec 2012 17:49:24 -0800 + +gallery-app (0.0.30) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Tue, 11 Dec 2012 17:13:01 -0800 + +gallery-app (0.0.29) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Mon, 10 Dec 2012 17:24:10 -0800 + +gallery-app (0.0.28) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Thu, 06 Dec 2012 17:15:44 -0800 + +gallery-app (0.0.27) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Wed, 05 Dec 2012 17:02:16 -0800 + +gallery-app (0.0.26) quantal; urgency=low + + * New daily build + + -- Charles Lindsay Tue, 04 Dec 2012 11:18:49 -0800 + +gallery-app (0.0.25) quantal; urgency=low + + * New daily build + + -- Tim Peeters Tue, 04 Dec 2012 16:55:48 +0100 + +gallery-app (0.0.24) quantal; urgency=low + + * New weekly build + + -- Charles Lindsay Wed, 28 Nov 2012 17:21:59 -0800 + +gallery-app (0.0.23) quantal; urgency=low + + * New weekly build + + -- Charles Lindsay Wed, 21 Nov 2012 18:07:10 -0800 + +gallery-app (0.0.22) quantal; urgency=low + + * New weekly build + + -- Charles Lindsay Wed, 14 Nov 2012 18:10:42 -0800 + +gallery-app (0.0.21.1) quantal; urgency=low + + * Coordinated release with SDK + + -- Charles Lindsay Thu, 01 Nov 2012 15:51:48 +0100 + +gallery-app (0.0.21) quantal; urgency=low + + * fix for LP: #1070593 + + -- Bill Filler Fri, 26 Oct 2012 10:43:41 +0200 + +gallery-app (0.0.20) precise; urgency=low + + * New weekly build. + + -- Charles Lindsay Wed, 24 Oct 2012 17:04:14 -0700 + +gallery-app (0.0.19) precise; urgency=low + + * New weekly build. + + -- Charles Lindsay Wed, 17 Oct 2012 17:11:20 -0700 + +gallery-app (0.0.18) precise; urgency=low + + * New weekly build. + + -- Charles Lindsay Wed, 10 Oct 2012 18:55:13 -0700 + +gallery-app (0.0.17.4) precise; urgency=low + + * Bump version for (finally) successful build. + + -- Charles Lindsay Tue, 09 Oct 2012 14:11:51 -0700 + +gallery-app (0.0.17.3) precise; urgency=low + + * Remove overview demo transition swipe area. + * Fix Qt5 packaging issues, take 3. + + -- Charles Lindsay Tue, 09 Oct 2012 12:51:40 -0700 + +gallery-app (0.0.17.2) precise; urgency=low + + * Fix for Qt5 pre-release path attempt #2 + + -- Eric Gregory Tue, 09 Oct 2012 12:15:00 -0700 + +gallery-app (0.0.17.1) precise; urgency=low + + * Fix for Qt5 pre-release path. + + -- Eric Gregory Tue, 09 Oct 2012 11:14:00 -0700 + +gallery-app (0.0.17) precise; urgency=low + + * New weekly build. + + -- Charles Lindsay Wed, 03 Oct 2012 17:30:03 -0700 + +gallery-app (0.0.16.1) precise; urgency=low + + * Stricten dependency on Qt4 based version of qt-components-ubuntu + + -- Florian Boucault Wed, 03 Oct 2012 10:58:49 +0100 + +gallery-app (0.0.16) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 27 Sep 2012 08:42:01 -0700 + +gallery-app (0.0.15) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 20 Sep 2012 08:50:44 -0700 + +gallery-app (0.0.14) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 13 Sep 2012 10:22:24 -0700 + +gallery-app (0.0.13) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 06 Sep 2012 08:16:54 -0700 + +gallery-app (0.0.12) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 30 Aug 2012 08:26:10 -0700 + +gallery-app (0.0.11) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 23 Aug 2012 08:26:42 -0700 + +gallery-app (0.0.10) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 16 Aug 2012 08:10:06 -0700 + +gallery-app (0.0.9) precise; urgency=low + + * New weekly build, remembering to incremement the version number. :) + + -- Adam Dingle Thu, 09 Aug 2012 14:44:17 -0700 + +gallery-app (0.0.8ubuntu1) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 09 Aug 2012 08:01:35 -0700 + +gallery-app (0.0.8) precise; urgency=low + + * New weekly build. + + -- Charles Lindsay Wed, 18 Jul 2012 18:17:55 -0700 + +gallery-app (0.0.7) precise; urgency=low + + * New weekly build. + + -- Charles Lindsay Wed, 11 Jul 2012 18:35:41 -0700 + +gallery-app (0.0.6) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 05 Jul 2012 08:39:39 -0700 + +gallery-app (0.0.5) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 21 Jun 2012 08:11:42 -0700 + +gallery-app (0.0.4) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 14 Jun 2012 08:24:25 -0700 + +gallery-app (0.0.3) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 07 Jun 2012 08:04:54 -0700 + +gallery-app (0.0.2) precise; urgency=low + + * New weekly build. + + -- Adam Dingle Thu, 31 May 2012 08:15:03 -0700 + +gallery-app (0.0.1ubuntu21~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 24 May 2012 07:58:59 -0700 + +gallery-app (0.0.1ubuntu21~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 24 May 2012 07:56:32 -0700 + +gallery-app (0.0.1ubuntu20~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 26 Apr 2012 07:03:10 -0700 + +gallery-app (0.0.1ubuntu20~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 26 Apr 2012 07:01:27 -0700 + +gallery-app (0.0.1ubuntu19~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 19 Apr 2012 09:14:24 -0400 + +gallery-app (0.0.1ubuntu19~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 19 Apr 2012 09:10:09 -0400 + +gallery-app (0.0.1ubuntu18~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 12 Apr 2012 09:10:06 -0700 + +gallery-app (0.0.1ubuntu18~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 12 Apr 2012 09:07:11 -0700 + +gallery-app (0.0.1ubuntu17~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 05 Apr 2012 08:14:23 -0700 + +gallery-app (0.0.1ubuntu17~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 05 Apr 2012 08:13:10 -0700 + +gallery-app (0.0.1ubuntu16~oneiric2) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 29 Mar 2012 08:06:29 -0700 + +gallery-app (0.0.1ubuntu16~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 29 Mar 2012 08:02:40 -0700 + +gallery-app (0.0.1ubuntu16~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 29 Mar 2012 07:59:28 -0700 + +gallery-app (0.0.1ubuntu15~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 22 Mar 2012 08:53:04 -0700 + +gallery-app (0.0.1ubuntu15~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 22 Mar 2012 08:51:42 -0700 + +gallery-app (0.0.1ubuntu14~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 15 Mar 2012 14:27:24 -0700 + +gallery-app (0.0.1ubuntu14~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 15 Mar 2012 14:22:15 -0700 + +gallery-app (0.0.1ubuntu13~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 15 Mar 2012 08:25:27 -0700 + +gallery-app (0.0.1ubuntu13~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 15 Mar 2012 08:24:15 -0700 + +gallery-app (0.0.1ubuntu12~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 08 Mar 2012 07:49:58 -0800 + +gallery-app (0.0.1ubuntu12~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 08 Mar 2012 07:46:12 -0800 + +gallery-app (0.0.1ubuntu11~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 01 Mar 2012 08:46:19 -0800 + +gallery-app (0.0.1ubuntu11~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 01 Mar 2012 08:45:05 -0800 + +gallery-app (0.0.1ubuntu10~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 23 Feb 2012 05:37:53 -0800 + +gallery-app (0.0.1ubuntu10~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 23 Feb 2012 05:34:33 -0800 + +gallery-app (0.0.1ubuntu9~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 16 Feb 2012 04:48:01 -0800 + +gallery-app (0.0.1ubuntu9~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 16 Feb 2012 04:46:43 -0800 + +gallery-app (0.0.1ubuntu8~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Mon, 13 Feb 2012 10:48:25 -0800 + +gallery-app (0.0.1ubuntu8~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Mon, 13 Feb 2012 10:46:46 -0800 + +gallery-app (0.0.1ubuntu7~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 09 Feb 2012 08:05:09 -0800 + +gallery-app (0.0.1ubuntu7~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 09 Feb 2012 08:03:58 -0800 + +gallery-app (0.0.1ubuntu6~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Tue, 07 Feb 2012 17:05:48 -0800 + +gallery-app (0.0.1ubuntu6~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Tue, 07 Feb 2012 17:00:47 -0800 + +gallery-app (0.0.1ubuntu5~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 02 Feb 2012 12:18:25 -0800 + +gallery-app (0.0.1ubuntu5~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 02 Feb 2012 12:16:59 -0800 + +gallery-app (0.0.1ubuntu4~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 02 Feb 2012 08:35:27 -0800 + +gallery-app (0.0.1ubuntu4~oneiric2) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 02 Feb 2012 08:34:01 -0800 + +gallery-app (0.0.1ubuntu3~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 26 Jan 2012 08:08:10 -0800 + +gallery-app (0.0.1ubuntu3~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 26 Jan 2012 08:06:40 -0800 + +gallery-app (0.0.1ubuntu2~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Mon, 23 Jan 2012 14:22:23 -0800 + +gallery-app (0.0.1ubuntu2~oneiric2) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Mon, 23 Jan 2012 14:16:30 -0800 + +gallery-app (0.0.1ubuntu1~precise1) precise; urgency=low + + * New PPA build for Precise. + + -- Adam Dingle Thu, 19 Jan 2012 08:41:27 -0800 + +gallery-app (0.0.1ubuntu1~oneiric1) oneiric; urgency=low + + * New PPA build for Oneiric. + + -- Adam Dingle Thu, 19 Jan 2012 08:33:34 -0800 + +gallery-app (0.0.1) precise; urgency=low + + * Desktop prototype release. + + -- Adam Dingle Thu, 05 Jan 2012 18:02:41 -0800 + +gallery-app (0.0.0ubuntu6~oneiric1) oneiric; urgency=low + + * PPA build for Oneiric. + + -- Adam Dingle Thu, 05 Jan 2012 12:09:12 -0800 + +gallery-app (0.0.0ubuntu6) precise; urgency=low + + * New PPA build. + + -- Adam Dingle Thu, 05 Jan 2012 08:10:10 -0800 + +gallery-app (0.0.0ubuntu5) oneiric; urgency=low + + * New PPA build. + + -- Adam Dingle Thu, 22 Dec 2011 11:46:04 -0500 + +gallery-app (0.0.0ubuntu4) oneiric; urgency=low + + * New PPA build. + + -- Adam Dingle Mon, 19 Dec 2011 12:21:16 -0800 + +gallery-app (0.0.0ubuntu3) oneiric; urgency=low + + * New PPA build. + + -- Adam Dingle Thu, 15 Dec 2011 08:39:06 -0800 + +gallery-app (0.0.0ubuntu2) oneiric; urgency=low + + * New PPA build. + + -- Adam Dingle Mon, 12 Dec 2011 16:09:31 -0800 + +gallery-app (0.0.0ubuntu1) oneiric; urgency=low + + * First PPA build. + + -- Adam Dingle Thu, 08 Dec 2011 10:27:20 -0800 + +gallery-app (0.0.0) unstable; urgency=low + + * Initial release. + + -- Adam Dingle Mon, 05 Dec 2011 15:07:24 -0800 --- gallery-app-0.0.67daily13.06.05.orig/debian/source/format +++ gallery-app-0.0.67daily13.06.05/debian/source/format @@ -0,0 +1 @@ +1.0