Folgendes habe ich (als root) versucht:
1. abiword-2.0.2.tar.gz im Verzeichnis /root/inst/abi entpackt. Dabei entstand das Unterverzeichnis abiword-2.0.2.
2. Wechsel in dieses Verzeichnis und dh_make eingegeben. Keinen Fehler bemerkt.
3. dpkg-buildpackage eingegeben, und dann gibt's folgende Meldungen:
Code: Alles auswählen
dpkg-buildpackage: source package is abiword
dpkg-buildpackage: source version is 2.0.2-1
dpkg-buildpackage: source maintainer is root <root@tux1>
dpkg-buildpackage: host architecture is i386
debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[1]: Entering directory `/root/inst/abi/abiword-2.0.2'
make[1]: *** Keine Regel, um »clean« zu erstellen. Schluss.
make[1]: Leaving directory `/root/inst/abi/abiword-2.0.2'
make: [clean] Fehler 2 (ignoriert)
dh_clean
dpkg-source -b abiword-2.0.2
dpkg-source: building abiword in abiword_2.0.2.orig.tar.gz
dpkg-source: building abiword in abiword_2.0.2-1.diff.gz
dpkg-source: warning: ignoring deletion of file zlib/Makefile.orig
dpkg-source: building abiword in abiword_2.0.2-1.dsc
debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/root/inst/abi/abiword-2.0.2'
make[1]: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.. Schluss.
make[1]: Leaving directory `/root/inst/abi/abiword-2.0.2'
make: *** [build-stamp] Fehler 2
Eben seh' ich folgende Meldung nach dh_make:
Code: Alles auswählen
Currently there is no top level Makefile. This may require additional tuning.
Done. Please edit the files in the debian/ subdirectory now. You should also
check that the abiword Makefiles install into $DESTDIR and not in / .