Upload
Source: https://github.com/cringeops/bes2600 Source: https://github.com/cringeops/bes2600/pull/14 Source: https://github.com/cringeops/bes2600/pull/17 Source: https://github.com/cringeops/bes2600/pull/20
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
bes2600 (0.1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Julian <mail@julianfairfax.ch> Wed, 17 Sep 2024 15:30:00 +0100
|
||||
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
Source: bes2600
|
||||
Maintainer: Julian <mail@julianfairfax.ch>
|
||||
Section: kernel
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-dkms,
|
||||
Standards-Version: 4.6.2
|
||||
Rules-Requires-Root: no
|
||||
Testsuite: autopkgtest-pkg-dkms
|
||||
|
||||
Package: bes2600
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: Wi-Fi driver for the PineTab2
|
||||
This package contains the BES2600 driver.
|
||||
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
|
||||
Files: bes2600/*
|
||||
Copyright: 2022, Bestechnic
|
||||
License: GPL-2.0
|
||||
All rights reserved.
|
||||
|
||||
Files: *
|
||||
Copyright: 2024, Arnaud Ferraris <arnaud.ferraris@gmail.com>
|
||||
License: LGPL-2.1
|
||||
This library is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published
|
||||
by the Free Software Foundation; version 2.1.
|
||||
.
|
||||
This library is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
||||
License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this library; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
.
|
||||
On Debian systems, the full text of the GNU Lesser General Public License
|
||||
version 2.1 can be found in the file "/usr/share/common-licenses/LGPL-2.1".
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
dkms.conf
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for dir in bes2600; do
|
||||
echo ${dir} /usr/src/${PACKAGE_NAME}-${PACKAGE_VERSION}
|
||||
done
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
PACKAGE_NAME=$(shell grep PACKAGE_NAME= dkms.conf | cut -d= -f2 | cut -d\" -f2)
|
||||
PACKAGE_VERSION=$(shell grep PACKAGE_VERSION= dkms.conf | cut -d= -f2 | cut -d\" -f2)
|
||||
export PACKAGE_NAME PACKAGE_VERSION
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
3.0 (native)
|
||||
Reference in New Issue
Block a user