[SCM] libmediainfo/master: Clean up doxygen generated files
hyperair at users.alioth.debian.org
hyperair at users.alioth.debian.org
Sun Jan 29 00:26:55 UTC 2012
The following commit has been merged in the master branch:
commit c68e5bb6bfd2e2da3a0acf38afc96aec035600a1
Author: Chow Loong Jin <hyperair at debian.org>
Date: Sun Jan 29 05:56:27 2012 +0800
Clean up doxygen generated files
This fixes issues with double-building.
Closes: #656918
diff --git a/debian/rules b/debian/rules
index 3f17482..0df00a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ override_dh_install:
override_dh_auto_clean:
dh_auto_clean -DProject/GNU/Library
+ rm -rf Doc/
+ (cd Source/Doc && find -maxdepth 1 -name '*.html' -print0) | xargs -0 rm -f
+
override_dh_installdocs:
dh_installdocs
fromdos debian/*/usr/share/doc/*/*.txt
--
libmediainfo packaging
More information about the pkg-multimedia-commits
mailing list