Comment 4 for bug 420513

Revision history for this message
Martin-Éric Racine (q-funk) wrote :

Two bugs in the debian/rules file:

1) Typo:
make: *** "build-stamp"-kohteen tarvitseman kohteen "lubutu-i386" tuottamiseen ei ole sääntöä. Seis.
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The build-stamp should be called lubuntu, not lubutu (missing N).

2) Misses the 'make' invocation, right after dh_clean:

build-stamp: lubuntu-$(DEB_BUILD_ARCH)
 dh_clean
 $(MAKE)
 for seed in lubuntu; do \