This commit is contained in:
parent
028fbef4fd
commit
ff33bed22b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
asusctl (4.7.2-99pika1.lunar) lunar; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
|
||||
|
||||
asusctl (4.6.2-99pika1.lunar) lunar; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
|
4
main.sh
4
main.sh
@ -1,7 +1,7 @@
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Clone Upstream
|
||||
git clone https://gitlab.com/asus-linux/asusctl -b 4.6.2
|
||||
git clone https://gitlab.com/asus-linux/asusctl -b 4.7.2
|
||||
cp -rvf ./debian ./asusctl
|
||||
cd ./asusctl
|
||||
|
||||
@ -9,7 +9,7 @@ cd ./asusctl
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p asusctl_4.6.2
|
||||
LOGNAME=root dh_make --createorig -y -l -p asusctl_4.7.2
|
||||
dpkg-buildpackage
|
||||
|
||||
# Move the debs to output
|
||||
|
Loading…
Reference in New Issue
Block a user