summaryrefslogtreecommitdiff
path: root/debian/patches/foreign.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/foreign.patch')
-rw-r--r--debian/patches/foreign.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/foreign.patch b/debian/patches/foreign.patch
new file mode 100644
index 0000000..2f9a488
--- /dev/null
+++ b/debian/patches/foreign.patch
@@ -0,0 +1,19 @@
+Description: specify in configure that this is a foreign package
+Author: Dimitri John Ledkov <xnox@ubuntu.com>
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,4 +1,3 @@
+-
+ AC_PREREQ(2.53)
+
+ dnl Use this file to bump version on release
+@@ -19,7 +18,7 @@
+
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_SRCDIR([src/avgconfig.h.in])
+-AM_INIT_AUTOMAKE([check-news dist-zip])
++AM_INIT_AUTOMAKE([check-news dist-zip foreign])
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+ # Checks for programs.
+ AC_PROG_CXX