--- python-ubuntu-platform-api-1.1+14.10.20140612.orig/debian/changelog +++ python-ubuntu-platform-api-1.1+14.10.20140612/debian/changelog @@ -0,0 +1,73 @@ +python-ubuntu-platform-api (1.1+14.10.20140612-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Ricardo Mendoza ] + * Migrate to Platform API V2 + + -- Ubuntu daily release Thu, 12 Jun 2014 10:34:45 +0000 + +python-ubuntu-platform-api (1.1+13.10.20131004.1-0ubuntu1) saucy; urgency=low + + [ Thomi Richards ] + * Make the python-upa module return the correct values on a maguro. + (LP: #1234956) + + [ Michael Zanetti ] + * fix screen sizes for devices other than mako. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Fri, 04 Oct 2013 14:44:54 +0000 + +python-ubuntu-platform-api (1.1+13.10.20131001.1-0ubuntu1) saucy; urgency=low + + [ Robert Bruce Park ] + * Automatic snapshot from revision 14 + * Minor packaging fixups. + + [ Thomi Richards ] + * Support mir in platform API. Hard code values for now. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 16 + + -- Ubuntu daily release Tue, 01 Oct 2013 22:39:25 +0000 + +python-ubuntu-platform-api (1.1daily13.06.13-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 12 + + -- Ubuntu daily release Thu, 13 Jun 2013 00:01:55 +0000 + +python-ubuntu-platform-api (1.1daily13.06.12-0ubuntu1) saucy; urgency=low + + [ Ɓukasz 'sil2100' Zemczak ] + * debian/control, debian/rules, debian/copyright, debian/compat: + - Modifications related to compliance with our packaging standards + * Added the COPYING file + * Automatic snapshot from revision 8 (bootstrap) + + [ Timo Jyrinki ] + * Add GPL-3 headers. + * Rename python-upa to python-ubuntu-platform-api to match source + package name. Also fix year typo in debian/copyright. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 11 + + -- Ubuntu daily release Wed, 12 Jun 2013 00:01:57 +0000 + +python-ubuntu-platform-api (1.1) unstable; urgency=low + + * update due to platform-api changes + + -- Chris Gagnon Wed, 05 Jun 2013 14:16:16 -0400 + +python-ubuntu-platform-api (1.0) unstable; urgency=low + + * Initial Release. + + -- Thomi Richards Fri, 14 Dec 2012 10:18:07 +1300 --- python-ubuntu-platform-api-1.1+14.10.20140612.orig/debian/compat +++ python-ubuntu-platform-api-1.1+14.10.20140612/debian/compat @@ -0,0 +1 @@ +9 --- python-ubuntu-platform-api-1.1+14.10.20140612.orig/debian/control +++ python-ubuntu-platform-api-1.1+14.10.20140612/debian/control @@ -0,0 +1,24 @@ +Source: python-ubuntu-platform-api +Section: python +Priority: optional +Maintainer: Thomi Richards +Build-Depends: debhelper (>= 9), + libgles2-mesa-dev, + libhybris-dev, + libubuntu-application-api-dev, + python-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/python-ubuntu-platform-api +# If you aren't a member of ~python-upa-team but need to upload packaging +# changes, just go ahead. ~python-upa-team will notice and sync up the code +# again. +Vcs-Bzr: https://code.launchpad.net/~python-upa-team/python-ubuntu-platform-api/trunk +Vcs-Browser: http://bazaar.launchpad.net/~python-upa-team/python-ubuntu-platform-api/trunk/files + +Package: python-ubuntu-platform-api +Architecture: armhf +Depends: ${misc:Depends}, + ${shlibs:Depends}, + python, +Description: python bindings to the ubuntu platform API + This package allows you to interact with the ubuntu platform API from python. --- python-ubuntu-platform-api-1.1+14.10.20140612.orig/debian/copyright +++ python-ubuntu-platform-api-1.1+14.10.20140612/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-ubuntu-platform-api +Source: https://launchpad.net/python-ubuntu-platform-api + +Files: * +Copyright: 2013 Canonical +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. + . + 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". + --- python-ubuntu-platform-api-1.1+14.10.20140612.orig/debian/rules +++ python-ubuntu-platform-api-1.1+14.10.20140612/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with-python2