update to mantic
This commit is contained in:
parent
66f66362ce
commit
2163e61fcb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
xpadneo (0.9.5-99pika6.mantic) mantic; urgency=medium
|
||||
|
||||
* Update to mantic.
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 04 Oct 2022 17:50:00 +0300
|
||||
|
||||
|
||||
xpadneo (0.9.5-99pika5.lunar) lunar; urgency=medium
|
||||
|
||||
* Update to lunar.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with quilt
|
||||
dh $@
|
||||
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@ -1 +1 @@
|
||||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
6
main.sh
6
main.sh
@ -1,14 +1,16 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Clone Upstream
|
||||
git clone https://github.com/atar-axis/xpadneo -b v0.9.5
|
||||
cp -rvf ./debian ./xpadneo
|
||||
cd ./xpadneo
|
||||
for i in ../patches/* ; do patch -Np1 -i $i; done
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p xpadneo_0.9.5
|
||||
dpkg-buildpackage
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
# Move the debs to output
|
||||
cd ../
|
||||
|
@ -5,4 +5,4 @@ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direc
|
||||
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/'
|
||||
|
||||
# publish the repo
|
||||
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:'
|
||||
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite mantic filesystem:pikarepo:'
|
||||
|
Loading…
Reference in New Issue
Block a user