add lunar
This commit is contained in:
parent
1bc1a02117
commit
309c607a73
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -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 <hotrod.master@hotmail.com> 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 <hotrod.master@hotmail.com> Fri, 14 Oct 2022 19:24:00 +0300
|
||||
|
||||
obs-gamecapture-plugin (10:0.1.2-git-99nobara1) kinetic; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 14 Oct 2022 14:47:00 +0300
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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))
|
||||
|
11
release.sh
Executable file
11
release.sh
Executable file
@ -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/
|
Loading…
Reference in New Issue
Block a user