From 093a977ea7fb7823d9299852b7e4a3e7183f75f6 Mon Sep 17 00:00:00 2001 From: Ward Date: Thu, 23 Feb 2023 22:01:26 +0200 Subject: [PATCH] first commit --- libdisplay-info/debian/changelog | 5 +++++ libdisplay-info/debian/control | 12 ++++++++++++ libdisplay-info/debian/copyright | 23 +++++++++++++++++++++++ libdisplay-info/debian/files | 1 + libdisplay-info/debian/rules | 6 ++++++ libdisplay-info/debian/source/format | 1 + 6 files changed, 48 insertions(+) create mode 100644 libdisplay-info/debian/changelog create mode 100644 libdisplay-info/debian/control create mode 100644 libdisplay-info/debian/copyright create mode 100644 libdisplay-info/debian/files create mode 100755 libdisplay-info/debian/rules create mode 100644 libdisplay-info/debian/source/format diff --git a/libdisplay-info/debian/changelog b/libdisplay-info/debian/changelog new file mode 100644 index 0000000..3f936f8 --- /dev/null +++ b/libdisplay-info/debian/changelog @@ -0,0 +1,5 @@ +display-info (1.0-99pika3) kinetic; urgency=low + + * Initial Creation + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 diff --git a/libdisplay-info/debian/control b/libdisplay-info/debian/control new file mode 100644 index 0000000..ab1d4fa --- /dev/null +++ b/libdisplay-info/debian/control @@ -0,0 +1,12 @@ +Source: display-info +Section: utils +Priority: optional +Maintainer: Ward Nakchbandi +Build-Depends: debhelper-compat (= 13), git, meson, pkg-config, build-essential, cmake, hwdata-dev +Standards-Version: 4.6.1 + +Package: libdisplay-info +Architecture: amd64 +Depends: ${misc:Depends} +Provides: libdisplay-info-dev +Description: EDID and DisplayID library. diff --git a/libdisplay-info/debian/copyright b/libdisplay-info/debian/copyright new file mode 100644 index 0000000..409fe16 --- /dev/null +++ b/libdisplay-info/debian/copyright @@ -0,0 +1,23 @@ +MIT License + +Copyright (c) 2022 The libdisplay-info Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF 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/libdisplay-info/debian/files b/libdisplay-info/debian/files new file mode 100644 index 0000000..83bc9e0 --- /dev/null +++ b/libdisplay-info/debian/files @@ -0,0 +1 @@ +display-info_1.0-99pika3_source.buildinfo utils optional diff --git a/libdisplay-info/debian/rules b/libdisplay-info/debian/rules new file mode 100755 index 0000000..c0dad59 --- /dev/null +++ b/libdisplay-info/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_BUILD_OPTIONS=nocheck + +%: + dh ${@} --build-system=meson diff --git a/libdisplay-info/debian/source/format b/libdisplay-info/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/libdisplay-info/debian/source/format @@ -0,0 +1 @@ +3.0 (native)