Skip to content

Commit d506c2f

Browse files
committed
Update Debian package version to 9.010.01-1
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
1 parent 80f90a6 commit d506c2f

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo dpkg -i realtek-r8125-dkms*.deb
3535
> If multiple files selected by the wild card, you should type the specific version of the file.
3636
>
3737
> ```bash
38-
> sudo dpkg -i realtek-r8125-dkms_9.009.02-1_amd64.deb
38+
> sudo dpkg -i realtek-r8125-dkms_9.010.01-1_amd64.deb
3939
> ```
4040
4141
If dependency error occurs, try to fix that with `apt` command.

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
realtek-r8125-dkms (9.010.01-1) stable; urgency=medium
2+
3+
* Update Realtek r8125 driver to 9.010.01
4+
* Use tar.xz compression when building Debian package
5+
6+
-- Deokgyu Yang <secugyu@gmail.com> Mon, 07 Nov 2022 10:52:01 +0900
7+
18
realtek-r8125-dkms (9.009.02-1) stable; urgency=medium
29

310
* Update Realtek r8125 driver to 9.009.02

debian/prerm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
NAME=realtek-r8125
4-
VERSION=9.009.02
4+
VERSION=9.010.01
55

66
set -e
77

dkms-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
DRV_DIR="$(pwd)"
1111
DRV_NAME=r8125
12-
DRV_VERSION=9.009.02
12+
DRV_VERSION=9.010.01
1313

1414
cp -r ${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}
1515

dkms-remove.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
DRV_DIR="$(pwd)"
1111
DRV_NAME=r8125
12-
DRV_VERSION=9.009.02
12+
DRV_VERSION=9.010.01
1313

1414
dkms remove ${DRV_NAME}/${DRV_VERSION} --all
1515
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME="realtek-r8125"
2-
PACKAGE_VERSION="9.009.02"
2+
PACKAGE_VERSION="9.010.01"
33
PROCS_NUM=`nproc`
44
[ $PROCS_NUM -gt 16 ] && PROCS_NUM=16
55
MAKE="'make' -j$PROCS_NUM KVER=${kernelver} BSRC=/lib/modules/${kernelver} modules"

0 commit comments

Comments
 (0)