fix pre depends

This commit is contained in:
Ward from fusion-voyager-3 2024-07-23 13:56:37 +03:00
parent e1ed29011a
commit 6c4ad7a810
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
pika-sources (7.2-101pika1) canary; urgency=low
* Fix pre depends
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
pika-sources (7.1-101pika1) canary; urgency=low
* Canary options

View File

@ -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