diff --git a/mainv3.sh b/mainv3.sh index 8765db6..5a94f5d 100755 --- a/mainv3.sh +++ b/mainv3.sh @@ -18,7 +18,7 @@ cd ./pika-sources apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p pika-sources_7.1 || echo "dh-make didn't go clean" +LOGNAME=root dh_make --createorig -y -l -p pika-sources_7.2 || echo "dh-make didn't go clean" dpkg-buildpackage --no-sign # Move the debs to output diff --git a/pika-sources/debian/changelog b/pika-sources/debian/changelog index fc2853c..a438eff 100644 --- a/pika-sources/debian/changelog +++ b/pika-sources/debian/changelog @@ -1,3 +1,9 @@ +pika-sources (7.2-101pika1) canary; urgency=low + + * Fix pre depends + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 + pika-sources (7.1-101pika1) canary; urgency=low * Canary options diff --git a/pika-sources/debian/control b/pika-sources/debian/control index b6862a2..43e89b2 100644 --- a/pika-sources/debian/control +++ b/pika-sources/debian/control @@ -9,8 +9,8 @@ Homepage: https://github.com/PikaOS-Linux/ Package: pika-sources Section: misc Architecture: all -Pre-Depends: python-apt-common, distro-info-data -Depends: ${misc:Depends} +Pre-Depends: python-apt-common, distro-info-data, systemd, udev, bash +Depends: ${misc:Depends}, python-apt-common, distro-info-data, systemd, udev, bash Description: APT Source files and keyrings for the PikaOS Repositories