summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Pavlik <ryan@ryanpavlik.com>2020-04-08 10:12:12 -0500
committerRyan Pavlik <ryan@ryanpavlik.com>2020-04-08 10:12:12 -0500
commita5ec213eb5650b412f1c256fcf4afa8ccc66cc37 (patch)
treef271aeb342d20a4a844b337e9e5801d289483bea
Import xr-hardware_0.2.1-1.debian.tar.xz
[dgit import tarball xr-hardware 0.2.1-1 xr-hardware_0.2.1-1.debian.tar.xz]
-rw-r--r--changelog5
-rw-r--r--control19
-rw-r--r--copyright30
-rw-r--r--gbp.conf3
-rwxr-xr-xrules20
-rw-r--r--salsa-ci.yml4
-rw-r--r--source/format1
-rw-r--r--tests/control2
-rw-r--r--upstream/metadata6
-rw-r--r--watch4
-rw-r--r--xr-hardware.install1
-rw-r--r--xr-hardware.lintian-overrides3
12 files changed, 98 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..1ddde54
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+xr-hardware (0.2.1-1) unstable; urgency=medium
+
+ * Initial release (Closes: #955424)
+
+ -- Ryan Pavlik <ryan@ryanpavlik.com> Wed, 08 Apr 2020 10:12:12 -0500
diff --git a/control b/control
new file mode 100644
index 0000000..523c5e8
--- /dev/null
+++ b/control
@@ -0,0 +1,19 @@
+Source: xr-hardware
+Maintainer: Ryan Pavlik <ryan@ryanpavlik.com>
+Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>
+Section: utils
+Priority: optional
+Build-Depends: debhelper-compat (= 12),
+ python3-attr,
+ python3-flake8
+Standards-Version: 4.5.0
+Homepage: https://gitlab.freedesktop.org/monado/utilities/xr-hardware
+Rules-Requires-Root: no
+
+Package: xr-hardware
+Architecture: all
+Depends: ${misc:Depends}
+Description: udev rules files for normal user access to XR input devices
+ This package contains a udev rules file to permit access to virtual
+ reality (VR) and augmented reality (AR), collectively "XR",
+ interaction devices as a normal user.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..ca6c129
--- /dev/null
+++ b/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xr-hardware
+Source: <https://gitlab.freedesktop.org/monado/utilities/xr-hardware>
+
+Files: *
+Copyright: 2019-2020 Collabora, Ltd.
+License: BSL-1.0
+ Boost Software License - Version 1.0 - August 17th, 2003
+ .
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..f886041
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = debian/master
+pristine-tar = True
diff --git a/rules b/rules
new file mode 100755
index 0000000..8f0203b
--- /dev/null
+++ b/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+# Copyright 2020 Collabora, Ltd
+# SPDX-License-Identifier: BSL-1.0
+# Author: Ryan Pavlik <ryan.pavlik@collabora.com>
+
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+# export DH_VERBOSE = 1
+
+%:
+ dh $@
+
+# Regular clean deletes a committed generated file.
+override_dh_auto_clean:
+ $(MAKE) clean_package
+ -rm -rf $(CURDIR)/xrhardware/__pycache__
+
+override_dh_auto_install:
+ # skip auto install, just install the named file to avoid needing root.
diff --git a/salsa-ci.yml b/salsa-ci.yml
new file mode 100644
index 0000000..33c3a64
--- /dev/null
+++ b/salsa-ci.yml
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/tests/control b/tests/control
new file mode 100644
index 0000000..4ab9a87
--- /dev/null
+++ b/tests/control
@@ -0,0 +1,2 @@
+Test-Command: python3 test-db.py
+Depends: python3-attr
diff --git a/upstream/metadata b/upstream/metadata
new file mode 100644
index 0000000..adec45f
--- /dev/null
+++ b/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://gitlab.freedesktop.org/monado/utilities/xr-hardware/-/issues
+Bug-Submit: https://gitlab.freedesktop.org/monado/utilities/xr-hardware/-/issues
+Documentation: https://gitlab.freedesktop.org/monado/utilities/xr-hardware/-/blob/master/README.md
+Repository-Browse: hhttps://gitlab.freedesktop.org/monado/utilities/xr-hardware/
+Repository: https://gitlab.freedesktop.org/monado/utilities/xr-hardware.git
diff --git a/watch b/watch
new file mode 100644
index 0000000..17dabd4
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+
+opts=filenamemangle=s:.*\/archive\/(\d\S+)\/xr-hardware.*\.tar\.gz:xr-hardware-$1\.tar\.gz:g \
+ https://gitlab.freedesktop.org/monado/utilities/xr-hardware/tags?sort=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.*
diff --git a/xr-hardware.install b/xr-hardware.install
new file mode 100644
index 0000000..747980a
--- /dev/null
+++ b/xr-hardware.install
@@ -0,0 +1 @@
+70-xrhardware.rules lib/udev/rules.d/
diff --git a/xr-hardware.lintian-overrides b/xr-hardware.lintian-overrides
new file mode 100644
index 0000000..ca9fabc
--- /dev/null
+++ b/xr-hardware.lintian-overrides
@@ -0,0 +1,3 @@
+# This package only provides udev rules, not an application.
+# Software such as Monado that make use of these rules contain the appstream metadata.
+xr-hardware: appstream-metadata-missing-modalias-provide