Kod: Zaznacz cały
dpkg-buildpackage -b -uc -rfakeroot
Kod: Zaznacz cały
dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/wormux --disable-maintainer-mode --disable-dependency-tracking returned exit code 1
make: *** [binary] Błąd 9
dpkg-buildpackage: błąd: fakeroot debian/rules binary zwrócił status błędu 2
Kod: Zaznacz cały
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
%:
dh $@