[SCM] frei0r/master: Patch to force automake into 'foreign' mode

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jun 19 10:56:44 UTC 2017


The following commit has been merged in the master branch:
commit 8edc3ac7ca93e6caed31c6a87944c20e97145670
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jun 19 11:25:40 2017 +0200

    Patch to force automake into 'foreign' mode

diff --git a/debian/patches/automake-foreign.patch b/debian/patches/automake-foreign.patch
new file mode 100644
index 0000000..0b00af1
--- /dev/null
+++ b/debian/patches/automake-foreign.patch
@@ -0,0 +1,16 @@
+Description: automake must be 'foreign' if there is no README,...
+Author: IOhannes m zmölnig
+Last-Update: 2017-06-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- frei0r.orig/configure.ac
++++ frei0r/configure.ac
+@@ -5,7 +5,7 @@
+ AC_INIT(frei0r-plugins, [1.5.0], [frei0r-devel at dyne.org])
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([foreign])
+ 
+ # Checks for programs.
+ AC_PROG_CXX
diff --git a/debian/patches/series b/debian/patches/series
index 3c06b3e..216d7e8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+automake-foreign.patch
 docs_DATA.patch

-- 
frei0r packaging



More information about the pkg-multimedia-commits mailing list