refactor(debian/changelog, main.sh): switch
package and source details Updated Debian metadata and build script to replace a placeholder package with OpenRGB. Improved initialization by fetching real source code instead of placeholder. Author-related information has also been updated.
This commit is contained in:
parent
c00669d99a
commit
c4daa3fc39
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,5 +1,5 @@
|
||||
upstream-name (pkgver-pkgrel) distro_codename; urgency=medium
|
||||
openrgb (0.9.0-pika1) pikauwu; urgency=medium
|
||||
|
||||
* Initial release. (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||
* Initial release.
|
||||
|
||||
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
|
||||
-- ToasterUwU <Aki@ToasterUwU.com> Sat, 2 Dec 2023 14:48:00 +0000
|
||||
|
6
main.sh
6
main.sh
@ -3,9 +3,9 @@
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Clone Upstream
|
||||
mkdir -p ./src-pkg-name
|
||||
cp -rvf ./debian ./src-pkg-name/
|
||||
cd ./src-pkg-name/
|
||||
git clone https://gitlab.com/CalcProgrammer1/OpenRGB src-pkg-openrgb
|
||||
cp -rvf ./debian ./src-pkg-openrgb/
|
||||
cd ./src-pkg-openrgb/
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
Loading…
Reference in New Issue
Block a user