[SCM] vlc/wheezy-backports: use the backwards compatible approach mentioned in Diego's automake mythbuster

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Jan 16 13:17:30 UTC 2014


The following commit has been merged in the wheezy-backports branch:
commit 9520b7c093bb724a886dd34e1bfc4deda560d106
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Jan 16 08:16:48 2014 -0500

    use the backwards compatible approach mentioned in Diego's automake mythbuster

diff --git a/debian/patches/old-automake.patch b/debian/patches/old-automake.patch
index ffc4c12..e4a01e7 100644
--- a/debian/patches/old-automake.patch
+++ b/debian/patches/old-automake.patch
@@ -5,11 +5,12 @@ AM_SILENT_RULES were introduced in 1.13, which is not available in wheezy.
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -28,6 +28,7 @@ AM_INIT_AUTOMAKE(tar-ustar color-tests f
+@@ -28,7 +28,7 @@ AM_INIT_AUTOMAKE(tar-ustar color-tests f
  AC_CONFIG_HEADERS([config.h])
  
  # Disable with "./configure --disable-silent-rules" or "make V=1"
-+m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
- AM_SILENT_RULES([yes])
+-AM_SILENT_RULES([yes])
++m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
  
  dnl Too many people are not aware of maintainer mode:
+ dnl If you want to use it, you definitely know what you are doing, so

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list