View Single Post
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#37
Originally Posted by Creamy Goodness View Post
I thought it's supposed to be "dh_clean"?
(yeah I dunno what it's doing either)
try to check the clean section of the debian/rules file, maybe change the command there.
The problem is THIS is the debian/rules file included in iw currently:
Code:
#!/usr/bin/make -f
export CFLAGS = -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
export V=1

%:
	dh $@
There's not much to change. I HAVE tried adding both
Code:
clean:
	dh_clean
and
Code:
clean:
	dh clean
But neither fixed the error. As far as I remember I checked both and if they fixed that error they caused another.

Also, yes, with debhelper 5.something is was dh_clean. debhelper 7.something had a dh command that can take a bunch of different parameters.
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post: