forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
git clone https://github.com/radxa/overlays.git | ||
git checkout 491532d1cb65b7fa4c398e53a679e0784ffb347b | ||
git clone https://github.com/CodeChenL/overlays.git | ||
git checkout 21122cea85f6155a8d4e0845e129306acf28fcfc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
/*.debhelper.log | ||
/*.debhelper | ||
/*.substvars | ||
SOURCE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
10 | ||
12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: radxa-overlays-dkms | ||
Source: radxa-overlays | ||
Maintainer: "Radxa Computer Co., Ltd" <[email protected]> | ||
Section: misc | ||
Priority: optional | ||
|
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>=12~), | |
devscripts, | ||
dh-sequence-dkms, | ||
lintian, | ||
dh-exec, | ||
|
||
Package: radxa-overlays-dkms | ||
Architecture: all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
PACKAGE_NAME="radxa-overlays-dkms" | ||
PACKAGE_NAME="radxa-overlays" | ||
PACKAGE_VERSION="#MODULE_VERSION#" | ||
DEST_MODULE_LOCATION[0]="/kernel" | ||
DEST_MODULE_LOCATION[0]="/updates/dkms" | ||
MAKE="make all" | ||
CLEAN="make clean" | ||
AUTOINSTALL="yes" | ||
FORCE=true | ||
AUTOINSTALL="yes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/dh-exec | ||
|
||
arch usr/src/radxa-overlays-${DEB_RADXA_OVERLAYS_VERSION}/ | ||
radxa-overlays.ko usr/src/radxa-overlays-${DEB_RADXA_OVERLAYS_VERSION}/ | ||
Makefile usr/src/radxa-overlays-${DEB_RADXA_OVERLAYS_VERSION}/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0 (quilt) | ||
3.0 (native) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Our package is built on GitHub-hosted runner, | ||
# which uses Ubuntu, and will default to zstd compression. | ||
# This is currently not supported in Debian. | ||
radxa-overlays-dkms source: custom-compression-in-debian-rules | ||
radxa-overlays source: custom-compression-in-debian-rules |
File renamed without changes.