[SCM] mediainfo/master: Add --with=autoreconf to clean rule.
hyperair at users.alioth.debian.org
hyperair at users.alioth.debian.org
Sun Jan 29 00:40:05 UTC 2012
The following commit has been merged in the master branch:
commit 80f090f928498cfda71c13470844330830d78169
Author: Chow Loong Jin <hyperair at debian.org>
Date: Sun Jan 29 05:48:26 2012 +0800
Add --with=autoreconf to clean rule.
This fixes issues with autotools files left behind after debian/rules clean
diff --git a/debian/rules b/debian/rules
index e080f48..5e25fba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ override_dh_installman: debian/mediainfo.1 debian/mediainfo-gui.1
clean:
rm -f debian/*.1
- dh clean
+ dh clean --with=autoreconf
%:
dh $@ --with=autoreconf --parallel
--
mediainfo packaging
More information about the pkg-multimedia-commits
mailing list