[SCM] libzen/master: Remove Doxygen-generated files during clean

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Sun Apr 22 10:47:12 UTC 2012


The following commit has been merged in the master branch:
commit 15eb4bc562c35e05a46c90520d8964044695a445
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Jan 29 06:09:49 2012 +0800

    Remove Doxygen-generated files during clean
    
    This fixes issues with the package being built twice.

diff --git a/debian/rules b/debian/rules
index a9ca0ce..825cb8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	dh_auto_clean -D$(libpath)
+	rm -rf Doc/ *.html
 
 override_dh_auto_install:
 	dh_auto_install -D$(libpath)

-- 
libzen packaging



More information about the pkg-multimedia-commits mailing list