debian/changelog |    4 ++++
 debian/rules     |    3 +++
 2 files changed, 7 insertions(+)

New commits:
commit d7824871c65a6121ab0dfea31d94de1b60236f62
Author: Andreas Boll <andreas.boll....@gmail.com>
Date:   Tue Jul 2 18:19:16 2013 +0200

    Disable silent rules.

diff --git a/debian/changelog b/debian/changelog
index ae2345c..0d826c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libglu (9.0.0-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Note in debian/copyright that we use version 2.0 of the SGI FreeB license.
     Thanks, Ansgar Burchardt!
 
+  [ Andreas Boll ]
+  * Disable silent rules.
+
  -- Julien Cristau <jcris...@debian.org>  Mon, 01 Jul 2013 18:23:15 +0200
 
 libglu (9.0.0-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 16fe0c2..0a38e6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+override_dh_auto_configure:
+       dh_auto_configure -- --disable-silent-rules
+
 override_dh_clean:
        for file in debian/*.in; do rm -f $${file%%.in}; done
        dh_clean


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uu3lq-0006d8...@vasks.debian.org

Reply via email to