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:
ToasterUwU 2023-12-02 14:59:56 +01:00
parent c00669d99a
commit c4daa3fc39
2 changed files with 6 additions and 6 deletions

6
debian/changelog vendored
View File

@ -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

View File

@ -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