但在我用dh_make後要dpkg-buildpackage -rfakeroot時
卻出現了 No rule to make target `distclean'
以下是編譯時的訊息:
- 代碼: 選擇全部
dpkg-buildpackage: host architecture is i386
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/home/ryuji/foobillard-3.0a'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/home/ryuji/foobillard-3.0a'
make: [clean] Error 2 (ignored)
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_clean
dpkg-source -b foobillard-3.0a
dpkg-source: building foobillard using existing foobillard_3.0a.orig.tar.gz
dpkg-source: building foobillard in foobillard_3.0a-1.diff.gz
dpkg-source: building foobillard in foobillard_3.0a-1.dsc
debian/rules build
dh_testdir
# Add here commands to configure the package.
CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
/bin/sh: line 1: -g: command not found
make: *** [config.status] Error 127
ryuji@tungying:~/foobillard-3.0a$ sh
sh-2.05b$ exit
exit
我用的是unstable,我是少安裝了些什麼套件嗎??