From 309c607a7386b05bf30b637589a1ff77cf784cc4 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" Date: Sun, 30 Apr 2023 20:39:05 +0300 Subject: [PATCH] add lunar --- debian/changelog | 14 +------------- debian/rules | 2 +- release.sh | 11 +++++++++++ 3 files changed, 13 insertions(+), 14 deletions(-) create mode 100755 release.sh diff --git a/debian/changelog b/debian/changelog index 866e96f..1071fba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,5 @@ -obs-gamecapture-plugin (10:0.1.2.git-99pika1) kinetic; urgency=medium +obs-gamecapture-plugin (10:1.3.4.git-99pika1-lunar) lunar; urgency=medium * Rebrand to PikaOS -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 - -obs-gamecapture-plugin (10:0.1.2-git-99nobara2) kinetic; urgency=low - - * Fix i386 build?. - - -- Ward Nakchbandi Fri, 14 Oct 2022 19:24:00 +0300 - -obs-gamecapture-plugin (10:0.1.2-git-99nobara1) kinetic; urgency=low - - * Initial release. - - -- Ward Nakchbandi Fri, 14 Oct 2022 14:47:00 +0300 diff --git a/debian/rules b/debian/rules index 0036bc1..96fce4e 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_DATADIR=/usr/share -DCMAKE_LIBRARY_PATH=/usr/lib/i386-linux-gnu -DBUILD_PLUGIN=OFF else override_dh_auto_configure: - echo "No Build" + dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_DATADIR=/usr/share -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu endif ifeq (i386,$(DEB_HOST_ARCH)) diff --git a/release.sh b/release.sh new file mode 100755 index 0000000..98eac6c --- /dev/null +++ b/release.sh @@ -0,0 +1,11 @@ +# Sign the packages +dpkg-sig --sign builder ./output/*.deb + +# Pull down existing ppa repo db files etc +rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo + +# Add the new package to the repo +reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb + +# Push the updated ppa repo to the server +rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/