[SCM] csound/master: Delete doxygen stamp on clean

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Jul 14 03:47:41 UTC 2011


The following commit has been merged in the master branch:
commit eae37a80114a6eec0c6553fe36dae5eff76ae0d8
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Jul 13 23:11:55 2011 -0400

    Delete doxygen stamp on clean
    
    This fixes a FTBFS twice in a row. Closes: #632256

diff --git a/debian/rules b/debian/rules
index 3d2853f..805856e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -188,7 +188,8 @@ clean::
 	rm -f debian/stamp-upstreamtmpstuff
 
 clean::
-	rm -f build-arch-stamp build-indep-stamp manpages-stamp
+	rm -f build-arch-stamp build-indep-stamp manpages-stamp \
+		build-doxygen-stamp
 # and there still is stuff that doesn't get deleted.
 	rm -f interfaces/*.java
 	rm -f interfaces/*_interface_wrap.*

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list