first commit

This commit is contained in:
Ward 2023-02-23 22:01:26 +02:00
commit 093a977ea7
6 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,5 @@
display-info (1.0-99pika3) kinetic; urgency=low
* Initial Creation
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200

View File

@ -0,0 +1,12 @@
Source: display-info
Section: utils
Priority: optional
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
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.

View File

@ -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.

View File

@ -0,0 +1 @@
display-info_1.0-99pika3_source.buildinfo utils optional

6
libdisplay-info/debian/rules Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
DEB_BUILD_OPTIONS=nocheck
%:
dh ${@} --build-system=meson

View File

@ -0,0 +1 @@
3.0 (native)