fix pre depends
This commit is contained in:
parent
e1ed29011a
commit
6c4ad7a810
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user