[boinc] 01/01: disabled silent rules (for build log check)

Guo Yixuan yixuan-guest at alioth.debian.org
Mon Sep 23 15:42:02 UTC 2013


This is an automated email from the git hooks/post-receive script.

yixuan-guest pushed a commit to branch master
in repository boinc.

commit befa08f222988e8bf77039c92ab6764a805efef5
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon Sep 23 11:26:13 2013 -0400

    disabled silent rules (for build log check)
---
 debian/changelog                          |    5 +++++
 debian/patches/disable_silent_rules.patch |   12 ++++++++++++
 debian/patches/series                     |    1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6b804eb..a35d875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 boinc (7.2.14+dfsg-1exp2) UNRELEASED; urgency=low
 
+  [ Steffen Moeller ]
   * Adapting for upstream's additional directories in html/
 
+  [ Guo Yixuan ]
+  * Disabled silent rules for build log check.
+    (debian/patches/disable_silent_rules.patch)
+
  -- Steffen Moeller <moeller at debian.org>  Sat, 31 Aug 2013 20:08:38 +0200
 
 boinc (7.2.14+dfsg-1exp1) experimental; urgency=low
diff --git a/debian/patches/disable_silent_rules.patch b/debian/patches/disable_silent_rules.patch
new file mode 100644
index 0000000..150d6ec
--- /dev/null
+++ b/debian/patches/disable_silent_rules.patch
@@ -0,0 +1,12 @@
+Description: Disabled silent rules, for buildlog check to work.
+--- a/configure.ac
++++ b/configure.ac
+@@ -16,7 +16,7 @@ AC_CANONICAL_TARGET
+ dnl generate .tar.gz, .tar.bz2, .zip
+ dnl AM_INIT_AUTOMAKE(dist-bzip2 dist-zip)
+ AM_INIT_AUTOMAKE(dist-zip)
+-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
++#m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+ 
+ AC_CONFIG_SRCDIR(lib/shmem.cpp)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5d05485..cf4d089 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -72,3 +72,4 @@ fix-italian-po.patch
 addressing_addional_html_dirs.patch
 gui_urls_xml_added_to_Makefile.patch
 file_upload_handler_in_sched_linking.patch
+disable_silent_rules.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list