update to mantic

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-28 23:02:39 +03:00 committed by GitHub
parent 66f66362ce
commit 2163e61fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 5 deletions

7
debian/changelog vendored
View File

@ -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 xpadneo (0.9.5-99pika5.lunar) lunar; urgency=medium
* Update to lunar. * Update to lunar.

2
debian/rules vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%: %:
dh $@ --with quilt dh $@

View File

@ -1 +1 @@
3.0 (quilt) 3.0 (native)

View File

@ -1,14 +1,16 @@
#! /bin/bash
# Clone Upstream # Clone Upstream
git clone https://github.com/atar-axis/xpadneo -b v0.9.5 git clone https://github.com/atar-axis/xpadneo -b v0.9.5
cp -rvf ./debian ./xpadneo cp -rvf ./debian ./xpadneo
cd ./xpadneo cd ./xpadneo
for i in ../patches/* ; do patch -Np1 -i $i; done
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p xpadneo_0.9.5 dpkg-buildpackage --no-sign
dpkg-buildpackage
# Move the debs to output # Move the debs to output
cd ../ cd ../

View File

@ -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/' ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/'
# publish the repo # 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:'