From 7095d2a64a772c90dbb1b83c8559f3895f3c8a99 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:54:49 +0300 Subject: [PATCH] Move to static codename --- debian/changelog | 7 +++++++ debian/rules | 2 +- debian/source/format | 2 +- main.sh | 7 +++++-- {debian/patches => patches}/series | 0 {debian/patches => patches}/xone-package-adapt.patch | 0 release.sh | 4 ++-- 7 files changed, 16 insertions(+), 6 deletions(-) rename {debian/patches => patches}/series (100%) rename {debian/patches => patches}/xone-package-adapt.patch (100%) diff --git a/debian/changelog b/debian/changelog index 4019ea4..44db829 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xone (0.3.git-100pika1) pikauwu; urgency=medium + + * Update to pikauwu. + + -- Ward Nakchbandi Thu, 04 Oct 2022 17:50:00 +0300 + + xone (0.3.git-99pika1.lunar) lunar; urgency=medium * Update to lunar. diff --git a/debian/rules b/debian/rules index f6b359a..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with quilt + dh $@ diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) diff --git a/main.sh b/main.sh index 55a1241..4cd295c 100755 --- a/main.sh +++ b/main.sh @@ -1,15 +1,18 @@ +#! /bin/bash + # Clone Upstream git clone https://github.com/medusalix/xone cp -rvf ./debian ./xone cd ./xone +for i in ../patches/* ; do patch -Np1 -i $i; done + # Get build deps apt-get install dh-make -y apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p xone_0.3.git -dpkg-buildpackage +dpkg-buildpackage --no-sign # Move the debs to output cd ../ diff --git a/debian/patches/series b/patches/series similarity index 100% rename from debian/patches/series rename to patches/series diff --git a/debian/patches/xone-package-adapt.patch b/patches/xone-package-adapt.patch similarity index 100% rename from debian/patches/xone-package-adapt.patch rename to patches/xone-package-adapt.patch diff --git a/release.sh b/release.sh index 5c59923..1575255 100755 --- a/release.sh +++ b/release.sh @@ -2,7 +2,7 @@ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ # add debs to repo -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 pikauwu-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 pikauwu filesystem:pikarepo:' \ No newline at end of file