• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

Revisión123d21b1329331cd47a8fbb698c5e1eacb8d6506 (tree)
Tiempo2010-05-11 07:23:07
AutorTias Guns <tias@ulys...>
CommiterTias Guns

Log Message

preliminary debian packaging support

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
1+xinput-calibrator (0.6.1) unstable; urgency=low
2+
3+ * Initial Package.
4+
5+ -- Tias Guns <tias@ulyssis.org> Mon, 10 May 2010 23:28:32 +0200
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
1+7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
1+Source: xinput-calibrator
2+Section: x11
3+Priority: optional
4+Maintainer: Tias Guns <tias@ulyssis.org>
5+Build-Depends: debhelper (>= 7), autotools-dev
6+Standards-Version: 3.8.3
7+Homepage: http://www.freedesktop.org/wiki/Software/xinput_calibrator
8+Bugs: http://github.com/tias/xinput_calibrator/issues
9+
10+Package: xinput-calibrator
11+Architecture: any
12+Depends: ${shlibs:Depends}, ${misc:Depends}
13+Suggests: xinput
14+Description: A generic touchscreen calibration program for X.Org
15+ xinput_calibrator is a program for calibrating your touchscreen, when using the X Window System.
16+ It currently features:
17+ - a minimalistic and intuitive GUI
18+ - works for any standard Xorg touchscreen driver (uses XInput)
19+ - can output the calibration in xorg.conf, FDI and udev format
20+ - can dynamically recalibrate the evdev driver
21+ - and more
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
1+This work was packaged for Debian by:
2+
3+ Tias Guns <tias@ulyssis.org> on Mon, 10 May 2010 23:28:32 +0200
4+
5+It was downloaded from http://www.freedesktop.org/wiki/Software/xinput_calibrator
6+
7+Upstream Author(s):
8+
9+ Tias Guns <tias@ulyssis.org>
10+
11+License: MIT/X11 license
12+
13+ Permission is hereby granted, free of charge, to any person obtaining a copy
14+ of this software and associated documentation files (the "Software"), to deal
15+ in the Software without restriction, including without limitation the rights
16+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17+ copies of the Software, and to permit persons to whom the Software is
18+ furnished to do so, subject to the following conditions:
19+
20+ The above copyright notice and this permission notice shall be included in
21+ all copies or substantial portions of the Software.
22+
23+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29+ THE SOFTWARE.
30+
31+
32+The Debian packaging is:
33+
34+ Copyright (C) 2010 Tias Guns <tias@ulyssis.org>
35+
36+and is also licensed under the MIT/X11 license.
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
1+README
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
1+#!/usr/bin/make -f
2+# -*- makefile -*-
3+# Sample debian/rules that uses debhelper.
4+# This file was originally written by Joey Hess and Craig Small.
5+# As a special exception, when this file is copied by dh-make into a
6+# dh-make output file, you may use that output file without restriction.
7+# This special exception was added by Craig Small in version 0.37 of dh-make.
8+
9+# Uncomment this to turn on verbose mode.
10+export DH_VERBOSE=1
11+
12+%:
13+ dh $@