New upload candidate

Kel Modderman kelrin at tpg.com.au
Sun Jul 9 08:42:49 UTC 2006


Loïc Minier wrote:
>   
>> The following code seems to work pretty well:
>> +build/madwifi-source::
>> +       # Make a dummy SNAPSHOT file when we are based on a svn 
>>     
>
>  You want to remove the file in clean:: so that "fakeroot debian/rules
>  clean" returns to a virgin tree (as given by dpkg-source -x).
>
>   

Yep, but only when we made it:

Index: debian/rules
===================================================================
--- debian/rules        (revision 162)
+++ debian/rules        (revision 163)
@@ -56,3 +56,6 @@

 clean::
        $(MAKE) -C tools clean
+       if grep --quiet "^Debian" SNAPSHOT; then \
+               rm -f SNAPSHOT; \
+       fi


Kel.



More information about the Pkg-madwifi-maintainers mailing list