File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ubuntu:24 .04
1+ FROM ubuntu:22 .04
22
33ENV DEBIAN_FRONTEND=noninteractive
44
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- PACKAGE_NAME=${PACKAGE_NAME:- python3-monero_main-1noble1_amd64 }
4+ PACKAGE_NAME=${PACKAGE_NAME:- python3-monero_main-1jammy1_amd64 }
55
66git submodule update --init --recursive
77echo " AAAA"
@@ -19,7 +19,7 @@ pip3 install . --target build/${PACKAGE_NAME}/usr/lib/python3/dist-packages
1919cp -R src/python build/${PACKAGE_NAME} /usr/lib/python3/dist-packages/monero
2020rm -rf build/${PACKAGE_NAME} /usr/lib/python3/dist-packages/pybind11*
2121rm -rf build/${PACKAGE_NAME} /usr/lib/python3/dist-packages/bin
22- cp -R debian build/${PACKAGE_NAME} /DEBIAN
22+ cp -R debian/jammy build/${PACKAGE_NAME} /DEBIAN
2323cp external/monero-cpp/build/libmonero-cpp.so build/${PACKAGE_NAME} /usr/lib/
2424dpkg-deb --build build/${PACKAGE_NAME}
2525
You can’t perform that action at this time.
0 commit comments