first commit
This commit is contained in:
commit
093a977ea7
5
libdisplay-info/debian/changelog
Normal file
5
libdisplay-info/debian/changelog
Normal 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
|
12
libdisplay-info/debian/control
Normal file
12
libdisplay-info/debian/control
Normal 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.
|
23
libdisplay-info/debian/copyright
Normal file
23
libdisplay-info/debian/copyright
Normal 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.
|
||||
|
||||
|
1
libdisplay-info/debian/files
Normal file
1
libdisplay-info/debian/files
Normal file
@ -0,0 +1 @@
|
||||
display-info_1.0-99pika3_source.buildinfo utils optional
|
6
libdisplay-info/debian/rules
Executable file
6
libdisplay-info/debian/rules
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_BUILD_OPTIONS=nocheck
|
||||
|
||||
%:
|
||||
dh ${@} --build-system=meson
|
1
libdisplay-info/debian/source/format
Normal file
1
libdisplay-info/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
Loading…
Reference in New Issue
Block a user