first commit

This commit is contained in:
Ward 2023-02-23 22:01:55 +02:00
commit 55a13b0a62
9 changed files with 74 additions and 0 deletions

5
hwdata/debian/changelog Normal file
View File

@ -0,0 +1,5 @@
hwdata (0.366-99pika2) kinetic; urgency=medium
* New upstream release.
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300

20
hwdata/debian/control Normal file
View File

@ -0,0 +1,20 @@
Source: hwdata
Section: misc
Priority: optional
Maintainer: Pino Toscano <pino@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/vcrhonek/hwdata
Vcs-Browser: https://salsa.debian.org/pino/hwdata
Vcs-Git: https://salsa.debian.org/pino/hwdata.git
Package: hwdata
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, pci.ids
Provides: hwdata-dev, usb.ids
Description: hardware identification / configuration data
This package contains various hardware identification and configuration data,
such as the pci.ids database, or the XFree86/xorg Cards database.
It is needed for the kudzu hardware detection.

18
hwdata/debian/copyright Normal file
View File

@ -0,0 +1,18 @@
This package was debianized by
Noël Köthe <noel@debian.org> on Wed, 6 Mar 2002 13:10:18 +0100.
It was downloaded from
http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/
Upstream Author: Bill Nottingham <notting@redhat.com>
Copyright: (c) 2008 Different people
This data is licenced under 2 different licenses
1) GNU General Public License
(see /usr/share/common-licenses/GPL)
2) XFree86 license
This data can be used freely under either license.

1
hwdata/debian/files Normal file
View File

@ -0,0 +1 @@
hwdata_0.366-99pika2_source.buildinfo misc optional

14
hwdata/debian/rules Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
override_dh clean:
echo "disabled"
override_dh_auto_clean:
echo "disabled"
override_dh_auto_test:
echo "disabled"
%:
dh $@

View File

@ -0,0 +1,6 @@
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
variables:
SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
SALSA_CI_DISABLE_RC_BUGS: 'no'

View File

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

View File

@ -0,0 +1,5 @@
---
Bug-Database: https://github.com/vcrhonek/hwdata/issues
Bug-Submit: https://github.com/vcrhonek/hwdata/issues/new
Repository: https://github.com/vcrhonek/hwdata.git
Repository-Browse: https://github.com/vcrhonek/hwdata

4
hwdata/debian/watch Normal file
View File

@ -0,0 +1,4 @@
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%hwdata-$1.tar.gz%" \
https://github.com/vcrhonek/hwdata/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz