tag 375561 upstream patch
thanks

Julien Danjou <[EMAIL PROTECTED]> writes:

>> /usr/bin/make -C . 
>> make[1]: Entering directory `/build/buildd/nbtscan-1.5.1'
>> make[1]: *** No targets specified and no makefile found.  Stop.
>> make[1]: Leaving directory `/build/buildd/nbtscan-1.5.1'
>> make: *** [debian/stamp-makefile-build] Error 2

cdbs doesn't run configure because config.status already exists in the
upstream source.  Removing it in the clean target fixes the problem.
You should probably also remove config.log to avoid spurious diffs.

--- nbtscan-1.5.1.dist/debian/rules
+++ nbtscan-1.5.1/debian/rules
@@ -10,4 +10,5 @@
        /usr/bin/docbook-to-man nbtscan.sgml > nbtscan.1
 
 clean::
+       rm -f config.status config.log
        rm -f nbtscan.1

Thanks,

Matej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to