[SCM] csound/master: Fix cleanup of doxygen autogenerated files

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Wed Jun 21 01:31:33 UTC 2017


The following commit has been merged in the master branch:
commit c2fca854b5953b0a85782e91496fd3e6931396e8
Author: Felipe Sateler <fsateler at debian.org>
Date:   Tue Jun 20 21:06:41 2017 -0400

    Fix cleanup of doxygen autogenerated files

diff --git a/debian/rules b/debian/rules
index c877d1a..9b40a38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -146,7 +146,8 @@ override_dh_auto_build-indep:
 	dh_auto_build
 	mkdir -p doc/doxygen
 	cd doc && doxygen
-	rm -f doc/csound/html/*.md5 doc/csound/html/*.map doc/csound/html/*.dot
+	rm doc/doxygen/csound/html/*.md5 \
+		doc/doxygen/csound/html/*.map
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list