[SCM] frei0r/master: Added 'foreign' to automake options

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Oct 19 20:31:45 UTC 2016


The following commit has been merged in the master branch:
commit 04e3891e689d865c4c5fe6ce428f1276145d4a9c
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Oct 19 22:17:53 2016 +0200

    Added 'foreign' to automake options
    
    because some GNU-mandated files are missing

diff --git a/debian/patches/1-AM_INIT_AUTOMAKE.patch b/debian/patches/1-AM_INIT_AUTOMAKE.patch
index 40acf05..0c91718 100644
--- a/debian/patches/1-AM_INIT_AUTOMAKE.patch
+++ b/debian/patches/1-AM_INIT_AUTOMAKE.patch
@@ -13,7 +13,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  AC_CONFIG_MACRO_DIR([m4])
  
 -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-+AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([foreign])
  
  # Checks for programs.
  AC_PROG_CXX

-- 
frei0r packaging



More information about the pkg-multimedia-commits mailing list