--- frame-2.4.4daily12.12.03.orig/debian/copyright +++ frame-2.4.4daily12.12.03/debian/copyright @@ -0,0 +1,39 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Upstream-Name: frame +Upstream-Contact: Ubuntu Multi-touch Development Team +Source: http://launchpad.net/frame + +Files: * +Copyright: 2010-2012, Canonical Ltd. + 2010, Henrik Rydberg +License: LGPL-3 + This library is free software: you can redistribute it and/or modify + it under the terms of version 3 of the GNU Lesser General Public License + as published by the Free Software Foundation. + . + 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. + . + On Debian systems, the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. + +Files: test/* tools/* +Copyright: 2010-2012, Canonical Ltd. + 2010, Henrik Rydberg +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, either version 3 of the License, or + (at your option) any later version. + . + 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. + . + 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'. --- frame-2.4.4daily12.12.03.orig/debian/libframe-dev.install +++ frame-2.4.4daily12.12.03/debian/libframe-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/*/libframe.so +usr/lib/*/pkgconfig --- frame-2.4.4daily12.12.03.orig/debian/control +++ frame-2.4.4daily12.12.03/debian/control @@ -0,0 +1,60 @@ +Source: frame +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: asciidoc, + debhelper (>= 9), + dh-autoreconf, + docbook-xsl, + libx11-dev, + libxi-dev (>= 2:1.5.99.2), + pkg-config, + xserver-xorg-dev, + xsltproc, +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/frame +# If you aren't a member of ~oif-team but need to upload packaging changes, +# just go ahead. ~oif-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~oif-team/frame/trunk + +Package: libframe6 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Touch Frame Library + This library handles the buildup and synchronization of a set of + simultaneous touches. The library is input agnostic, with bindings + for mtdev, frame and XI2.1. + +Package: libframe-dev +Section: libdevel +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: libframe6 (= ${binary:Version}), + ${misc:Depends} +Replaces: libutouch-frame-dev +Conflicts: libutouch-frame-dev +Description: Touch Frame Library - dev files + This library handles the buildup and synchronization of a set of + simultaneous touches. The library is input agnostic, with bindings + for mtdev, frame and XI2.1. + . + This package contains files that are needed to build applications. + +Package: frame-tools +Section: libdevel +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: libframe6 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Replaces: utouch-frame-tools +Conflicts: utouch-frame-tools +Description: Touch Frame Library - test tools + This library handles the buildup and synchronization of a set of + simultaneous touches. The library is input agnostic, with bindings + for mtdev, frame and XI2.1. + . + This package provides some test tools for the frame library. --- frame-2.4.4daily12.12.03.orig/debian/compat +++ frame-2.4.4daily12.12.03/debian/compat @@ -0,0 +1 @@ +9 --- frame-2.4.4daily12.12.03.orig/debian/libframe6.symbols +++ frame-2.4.4daily12.12.03/debian/libframe6.symbols @@ -0,0 +1,95 @@ +libframe.so.6 libframe6 #MINVER# + FRAME_2.2@FRAME_2.2 2.2.0 + FRAME_2.4@FRAME_2.4 2.4.3 + frame_axis_get_maximum@FRAME_2.2 2.2.4 + frame_axis_get_minimum@FRAME_2.2 2.2.4 + frame_axis_get_resolution@FRAME_2.2 2.2.4 + frame_axis_get_type@FRAME_2.2 2.2.4 + frame_backend_device_add_axis@FRAME_2.4 2.4.3 + frame_backend_device_delete@FRAME_2.4 2.4.3 + frame_backend_device_get_device@FRAME_2.4 2.4.3 + frame_backend_device_new@FRAME_2.4 2.4.3 + frame_backend_device_set_direct@FRAME_2.4 2.4.3 + frame_backend_device_set_independent@FRAME_2.4 2.4.3 + frame_backend_device_set_max_touches@FRAME_2.4 2.4.3 + frame_backend_device_set_name@FRAME_2.4 2.4.3 + frame_backend_device_set_semi_mt@FRAME_2.4 2.4.3 + frame_backend_device_set_window_resolution@FRAME_2.4 2.4.3 + frame_backend_frame_borrow_touch_by_id@FRAME_2.4 2.4.3 + frame_backend_frame_create_next@FRAME_2.4 2.4.3 + frame_backend_frame_delete@FRAME_2.4 2.4.3 + frame_backend_frame_get_frame@FRAME_2.4 2.4.3 + frame_backend_frame_give_touch@FRAME_2.4 2.4.3 + frame_backend_frame_new@FRAME_2.4 2.4.3 + frame_backend_frame_set_active_touches@FRAME_2.4 2.4.3 + frame_backend_frame_set_device@FRAME_2.4 2.4.3 + frame_backend_frame_set_window_id@FRAME_2.4 2.4.3 + frame_backend_touch_get_touch@FRAME_2.4 2.4.3 + frame_backend_touch_new@FRAME_2.4 2.4.3 + frame_backend_touch_set_ended@FRAME_2.4 2.4.3 + frame_backend_touch_set_id@FRAME_2.4 2.4.3 + frame_backend_touch_set_owned@FRAME_2.4 2.4.3 + frame_backend_touch_set_pending_end@FRAME_2.4 2.4.3 + frame_backend_touch_set_start_time@FRAME_2.4 2.4.3 + frame_backend_touch_set_time@FRAME_2.4 2.4.3 + frame_backend_touch_set_value@FRAME_2.4 2.4.3 + frame_backend_touch_set_window_pos@FRAME_2.4 2.4.3 + frame_device_get_axis_by_index@FRAME_2.2 2.2.4 + frame_device_get_axis_by_type@FRAME_2.2 2.2.4 + frame_device_get_num_axes@FRAME_2.2 2.2.4 + frame_device_get_property@FRAME_2.2 2.2.4 + frame_device_get_property_int_@FRAME_2.2 2.2.4 + frame_device_get_property_string_@FRAME_2.2 2.2.4 + frame_device_get_property_unsigned_int_@FRAME_2.2 2.2.4 + frame_device_get_window_resolution_x@FRAME_2.2 2.2.0 + frame_device_get_window_resolution_y@FRAME_2.2 2.2.0 + frame_event_get_property@FRAME_2.2 2.2.4 + frame_event_get_property_device_@FRAME_2.2 2.2.4 + frame_event_get_property_frame_@FRAME_2.2 2.2.4 + frame_event_get_property_type_@FRAME_2.2 2.2.4 + frame_event_get_property_uint64_@FRAME_2.2 2.2.4 + frame_event_get_time@FRAME_2.2 2.2.4 + frame_event_get_type@FRAME_2.2 2.2.4 + frame_event_new@FRAME_2.4 2.4.3 + frame_event_ref@FRAME_2.2 2.2.4 + frame_event_set_device@FRAME_2.4 2.4.3 + frame_event_set_frame@FRAME_2.4 2.4.3 + frame_event_set_time@FRAME_2.4 2.4.3 + frame_event_set_type@FRAME_2.4 2.4.3 + frame_event_unref@FRAME_2.2 2.2.4 + frame_frame_get_device@FRAME_2.2 2.2.4 + frame_frame_get_num_touches@FRAME_2.2 2.2.4 + frame_frame_get_previous_touch_property@FRAME_2.2 2.2.4 + frame_frame_get_previous_touch_value@FRAME_2.2 2.2.4 + frame_frame_get_property@FRAME_2.2 2.2.4 + frame_frame_get_property_device_@FRAME_2.2 2.2.4 + frame_frame_get_property_uint64_@FRAME_2.2 2.2.4 + frame_frame_get_property_unsigned_int_@FRAME_2.2 2.2.4 + frame_frame_get_touch_by_id@FRAME_2.2 2.2.4 + frame_frame_get_touch_by_index@FRAME_2.2 2.2.4 + frame_frame_get_window_id@FRAME_2.2 2.2.4 + frame_get_event@FRAME_2.2 2.2.4 + frame_get_fd@FRAME_2.2 2.2.4 + frame_touch_get_device_x@FRAME_2.2 2.2.4 + frame_touch_get_device_y@FRAME_2.2 2.2.4 + frame_touch_get_id@FRAME_2.2 2.2.4 + frame_touch_get_property@FRAME_2.2 2.2.4 + frame_touch_get_property_float_@FRAME_2.2 2.2.4 + frame_touch_get_property_int_@FRAME_2.2 2.2.4 + frame_touch_get_property_state_@FRAME_2.2 2.2.4 + frame_touch_get_property_uint64_@FRAME_2.2 2.2.4 + frame_touch_get_start_time@FRAME_2.2 2.2.4 + frame_touch_get_state@FRAME_2.2 2.2.4 + frame_touch_get_time@FRAME_2.2 2.2.4 + frame_touch_get_value@FRAME_2.2 2.2.4 + frame_touch_get_window_x@FRAME_2.2 2.2.4 + frame_touch_get_window_y@FRAME_2.2 2.2.4 + frame_x11_accept_touch@FRAME_2.2 2.2.4 + frame_x11_create_touch_id@FRAME_2.2 2.2.4 + frame_x11_create_window_id@FRAME_2.2 2.2.4 + frame_x11_delete@FRAME_2.2 2.2.4 + frame_x11_get_touch_id@FRAME_2.2 2.2.4 + frame_x11_get_window_id@FRAME_2.2 2.2.4 + frame_x11_new@FRAME_2.2 2.2.4 + frame_x11_process_event@FRAME_2.2 2.2.4 + frame_x11_reject_touch@FRAME_2.2 2.2.4 --- frame-2.4.4daily12.12.03.orig/debian/rules +++ frame-2.4.4daily12.12.03/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with autoreconf --parallel + +override_dh_install: + dh_install --fail-missing -X.la -X.a --- frame-2.4.4daily12.12.03.orig/debian/frame-tools.install +++ frame-2.4.4daily12.12.03/debian/frame-tools.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/man/* --- frame-2.4.4daily12.12.03.orig/debian/changelog +++ frame-2.4.4daily12.12.03/debian/changelog @@ -0,0 +1,54 @@ +frame (2.4.4daily12.12.03-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 108 + + -- Automatic PS uploader Mon, 03 Dec 2012 02:01:32 +0000 + +frame (2.4.4daily12.11.29.1-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Inline packaging metadata. + + [ Didier Roche ] + * Automatic snapshot from revision 101 (bootstrap) + + [ Daniel d'Andrada ] + * It should be possible to build frame without x11 (LP: #1080819) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 106 + + -- Automatic PS uploader Thu, 29 Nov 2012 07:53:42 +0000 + +frame (2.4.3-0ubuntu1) raring; urgency=low + + [ Chase Douglas ] + * Remove patches, both have been merged upstream + * Replace wrong "Multi-arch" with correct "Multi-Arch" in debian/control + + [ Daniel d'Andrada ] + * New upstream release. + * Updated libframe6.symbols with the new symbols from version 2.4 + + -- Daniel d'Andrada Thu, 08 Nov 2012 14:14:13 -0200 + +frame (2.2.4-0ubuntu1) quantal; urgency=low + + [ Chase Douglas ] + * Always run autoreconf + * Enable building with parallel processes + * Fail on installed but not packaged files + - Regressed in 2.2.2-0ubuntu1 + * Removed frame v1 symbols + - Renamed libutouch-frame1 package to libutouch-frame6 due to SONAME bump + + [ Francis Ginther ] + * Update debian/watch file for project rename + * New upstream release. + - Accept/reject owned touches that have already ended (lp: #1025297) + - Rename project to "Frame" + * Rename package and update packaging (lp: #1029482) + - Added Conflicts and Replaces clauses for libframe-dev and frame-tools + * Remove dependencies on mtdev and evemu + + -- Francis Ginther Fri, 27 Jul 2012 10:36:59 -0500 --- frame-2.4.4daily12.12.03.orig/debian/libframe6.install +++ frame-2.4.4daily12.12.03/debian/libframe6.install @@ -0,0 +1 @@ +usr/lib/*/libframe.so.6*