mupen64plus-ui-python/dist/debian/build.sh
Conchúr Navid 1ed857fcea import debian package from Debian's pkg-games team
The pkg-games team in debian prepared a package under
https://anonscm.debian.org/cgit/pkg-games/mupen64plus-ui-python.git/ - this
one can be also be used to build the m64py*.deb from the upstream
repository. The Debian specific patches were dropped and the code to create
a version number based on the version number in the code was readded.
2015-12-19 17:40:27 +01:00

7 lines
210 B
Bash
Executable file

#!/bin/sh
apt-get -y install build-essential debhelper dh-python python3 python3-pyqt5 pyqt5-dev-tools
rm -rf ../../debian/
cp -fr ../debian/ ../../
cd ../../
dpkg-buildpackage -rfakeroot -tc -b
rm -rf debian/