Package: bison
Version: 2:3.0.2.dfsg-2
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Dear Maintainer,

bison fails to build here. I did not yet figure whether this is caused
by my build environment, because the logs reveal too little detail.
Please make the log more verbose. For rationale see:
https://wiki.debian.org/ReleaseGoals/VerboseBuildLogs

Please consider the attached patch.

Helmut
diff -Nru bison-3.0.2.dfsg/debian/changelog bison-3.0.2.dfsg/debian/changelog
--- bison-3.0.2.dfsg/debian/changelog
+++ bison-3.0.2.dfsg/debian/changelog
@@ -1,3 +1,10 @@
+bison (2:3.0.2.dfsg-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Enable verbose build logs. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 10 Jun 2014 19:29:18 +0200
+
 bison (2:3.0.2.dfsg-2) unstable; urgency=low
 
   * Fix parallel builds by inhibiting example code extraction in Makefiles
diff -Nru bison-3.0.2.dfsg/debian/rules bison-3.0.2.dfsg/debian/rules
--- bison-3.0.2.dfsg/debian/rules
+++ bison-3.0.2.dfsg/debian/rules
@@ -12,6 +12,9 @@
 override_dh_auto_clean:
        [ ! -f $(SRCDIR)/Makefile ] || dh_auto_clean
 
+override_dh_auto_configure:
+       dh_auto_configure -- --disable-silent-rules
+
 override_dh_auto_build:
        # Touch all files in the dependency tree of bison.info to
        # inhibit makeinfo invocation in the build process.

Reply via email to