Merge lp:~bregma/frame/packaging-reqs into lp:frame

Proposed by Stephen M. Webb
Status: Merged
Merged at revision: 2
Proposed branch: lp:~bregma/frame/packaging-reqs
Merge into: lp:frame
Diff against target: 179 lines (+91/-11)
6 files modified
.bzrignore (+17/-0)
COPYING (+15/-11)
configure.ac (+5/-0)
src/frame-impl.h (+21/-0)
tools/Makefile.am (+11/-0)
tools/utouch-frame-test-mtdev.txt (+22/-0)
To merge this branch: bzr merge lp:~bregma/frame/packaging-reqs
Reviewer Review Type Date Requested Status
Chase Douglas (community) Approve
Review via email: mp+48498@code.launchpad.net

Description of the change

Some changes required to get this project uploaded into Ubuntu.

(1) Standardized the COPYING file for GPL-3.

(2) Added a man page for the utouch-frame-test-mtdev tool.

(3) Added a missing license header to frame-impl.h.

To post a comment you must log in.
Revision history for this message
Chase Douglas (chasedouglas) wrote :

looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file '.bzrignore'
--- .bzrignore 1970-01-01 00:00:00 +0000
+++ .bzrignore 2011-02-03 16:16:36 +0000
@@ -0,0 +1,17 @@
1**.la
2**.lo
3**.pdf
4**/Makefile
5*.deps
6*.libs
7*Makefile.in
8aclocal.m4
9autom4te.cache
10config-aux
11config.*
12configure
13libtool
14stamp-*
15tools/utouch-frame-test-mtdev
16tools/utouch-frame-test-mtdev.1
17utouch-frame.pc
018
=== modified file 'COPYING'
--- COPYING 2010-12-30 19:23:24 +0000
+++ COPYING 2011-02-03 16:16:36 +0000
@@ -1,9 +1,12 @@
1utouch-frame - Touch Frame Library (GPLv3 license)1
22 GNU GENERAL PUBLIC LICENSE
3 Copyright (C) 2010 Canonical Ltd.3 Version 3, 29 June 2007
4 Copyright (C) 2010 Henrik Rydberg <rydberg@bitmath.org>4
55 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6 Preamble6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
8
9 Preamble
710
8 The GNU General Public License is a free, copyleft license for11 The GNU General Public License is a free, copyleft license for
9software and other kinds of works.12software and other kinds of works.
@@ -66,7 +69,7 @@
66 The precise terms and conditions for copying, distribution and69 The precise terms and conditions for copying, distribution and
67modification follow.70modification follow.
6871
69 TERMS AND CONDITIONS72 TERMS AND CONDITIONS
7073
71 0. Definitions.74 0. Definitions.
7275
@@ -74,7 +77,7 @@
7477
75 "Copyright" also means copyright-like laws that apply to other kinds of78 "Copyright" also means copyright-like laws that apply to other kinds of
76works, such as semiconductor masks.79works, such as semiconductor masks.
7780
78 "The Program" refers to any copyrightable work licensed under this81 "The Program" refers to any copyrightable work licensed under this
79License. Each licensee is addressed as "you". "Licensees" and82License. Each licensee is addressed as "you". "Licensees" and
80"recipients" may be individuals or organizations.83"recipients" may be individuals or organizations.
@@ -507,7 +510,7 @@
507covered work in a country, or your recipient's use of the covered work510covered work in a country, or your recipient's use of the covered work
508in a country, would infringe one or more identifiable patents in that511in a country, would infringe one or more identifiable patents in that
509country that you have reason to believe are valid.512country that you have reason to believe are valid.
510513
511 If, pursuant to or in connection with a single transaction or514 If, pursuant to or in connection with a single transaction or
512arrangement, you convey, or propagate by procuring conveyance of, a515arrangement, you convey, or propagate by procuring conveyance of, a
513covered work, and grant a patent license to some of the parties516covered work, and grant a patent license to some of the parties
@@ -616,9 +619,9 @@
616Program, unless a warranty or assumption of liability accompanies a619Program, unless a warranty or assumption of liability accompanies a
617copy of the Program in return for a fee.620copy of the Program in return for a fee.
618621
619 END OF TERMS AND CONDITIONS622 END OF TERMS AND CONDITIONS
620623
621 How to Apply These Terms to Your New Programs624 How to Apply These Terms to Your New Programs
622625
623 If you develop a new program, and you want it to be of the greatest626 If you develop a new program, and you want it to be of the greatest
624possible use to the public, the best way to achieve this is to make it627possible use to the public, the best way to achieve this is to make it
@@ -670,3 +673,4 @@
670the library. If this is what you want to do, use the GNU Lesser General673the library. If this is what you want to do, use the GNU Lesser General
671Public License instead of this License. But first, please read674Public License instead of this License. But first, please read
672<http://www.gnu.org/philosophy/why-not-lgpl.html>.675<http://www.gnu.org/philosophy/why-not-lgpl.html>.
676
673677
=== modified file 'configure.ac'
--- configure.ac 2010-12-30 19:23:24 +0000
+++ configure.ac 2011-02-03 16:16:36 +0000
@@ -25,6 +25,11 @@
25PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1])25PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1])
26PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0])26PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0])
2727
28AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x])
29AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$ASCIIDOC" != "x"])
30AS_IF([test "x$ASCIIDOC" = "x"],
31 [AC_MSG_WARN([asciidoc not installed, man pages will not be created])])
32
28AC_CONFIG_FILES([Makefile33AC_CONFIG_FILES([Makefile
29 src/Makefile34 src/Makefile
30 test/Makefile35 test/Makefile
3136
=== modified file 'src/frame-impl.h'
--- src/frame-impl.h 2010-12-30 19:23:24 +0000
+++ src/frame-impl.h 2011-02-03 16:16:36 +0000
@@ -1,3 +1,24 @@
1/*****************************************************************************
2 *
3 * utouch-frame - Touch Frame Library
4 *
5 * Copyright (C) 2011 Canonical Ltd.
6 *
7 * This program is free software: you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation, either version 3 of the License, or (at your
10 * option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with this program. If not, see <http://www.gnu.org/licenses/>.
19 *
20 ****************************************************************************/
21
1#ifndef _FRAME_IMPL_H22#ifndef _FRAME_IMPL_H
2#define _FRAME_IMPL_H23#define _FRAME_IMPL_H
324
425
=== modified file 'tools/Makefile.am'
--- tools/Makefile.am 2010-12-30 19:23:24 +0000
+++ tools/Makefile.am 2011-02-03 16:16:36 +0000
@@ -5,3 +5,14 @@
5utouch_frame_test_mtdev_SOURCES = utouch-frame-test-mtdev.c5utouch_frame_test_mtdev_SOURCES = utouch-frame-test-mtdev.c
6utouch_frame_test_mtdev_LDFLAGS = -L$(top_builddir)/src/.libs/ \6utouch_frame_test_mtdev_LDFLAGS = -L$(top_builddir)/src/.libs/ \
7 -lutouch-frame -lutouch-evemu -lmtdev -lm7 -lutouch-frame -lutouch-evemu -lmtdev -lm
8
9if HAVE_DOCTOOLS
10dist_man_MANS = utouch-frame-test-mtdev.1
11
12%.1: %.txt
13 $(ASCIIDOC) -f manpage $<
14
15CLEANFILES = $(dist_man_MANS)
16
17endif
18
819
=== added file 'tools/utouch-frame-test-mtdev.txt'
--- tools/utouch-frame-test-mtdev.txt 1970-01-01 00:00:00 +0000
+++ tools/utouch-frame-test-mtdev.txt 2011-02-03 16:16:36 +0000
@@ -0,0 +1,22 @@
1UTOUCH-FRAME-TEST-MTDEV(1)
2==========================
3
4NAME
5----
6
7 utouch-frame-test-mtdev - describe a device and report frame events
8
9SYNOPSIS
10--------
11
12 utouch-frame-test-mtdev device
13
14DESCRIPTION
15-----------
16
17A test tool used to analyse the capabilities and act as a test driver for the
18uTouch touch frame library.
19
20AUTHOR
21------
22utouch-frame-test-mtdev was written by Henrik Rydberg <rydberg@euromail.se>

Subscribers

People subscribed via source and target branches