debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+)
New commits: commit 8947249572ae95a01ec5422a209b6b4fcfa32929 Author: Michele Cane <[email protected]> Date: Fri Sep 6 17:24:54 2013 +0200 Disable silent build rules. diff --git a/debian/changelog b/debian/changelog index 8ab2955..5d6a1d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ xserver-xorg-video-mach64 (6.9.4-1) UNRELEASED; urgency=low * New upstream release. * Drop 01_fix_build.diff * Bump Standards-Version to 3.9.4, no changes needed. + * Disable silent build rules. -- Michele Cane <[email protected]> Fri, 06 Sep 2013 16:39:00 +0200 diff --git a/debian/rules b/debian/rules index 12bc01a..7a15cb6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +override_dh_auto_configure: + dh_auto_configure -- --disable-silent-rules + # Install in debian/tmp to retain control through dh_install: override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

