From 0c43c040df70d19c53f676c9191c6b78e61bff81 Mon Sep 17 00:00:00 2001 From: Michael Iedema Date: Fri, 28 Mar 2014 13:22:49 +0100 Subject: [PATCH] - let asterisk build on other architectures - add irc notification - ignore some stuff --- .gitignore | 1 + .travis.yml | 3 +++ build.sh | 2 +- debian/control | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 990f96b..b78d5dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ asterisk-* +range-asterisk_* diff --git a/.travis.yml b/.travis.yml index 7313d72..6f2d81b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: cpp compiler: gcc +notifications: + irc: "chat.freenode.net#openbts" + before_install: - sudo apt-get install -qq libssl-dev unixodbc-dev diff --git a/build.sh b/build.sh index 3b7210f..77b6845 100755 --- a/build.sh +++ b/build.sh @@ -37,4 +37,4 @@ sayAndDo tar zxf asterisk-$VERSION.tar.gz sayAndDo mkdir asterisk-$VERSION/debian sayAndDo cp -R debian/* asterisk-$VERSION/debian/ sayAndDo cd asterisk-$VERSION -sayAndDo dpkg-buildpackage -ai386 +sayAndDo dpkg-buildpackage diff --git a/debian/control b/debian/control index b89ac2f..6a478a4 100755 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Package: range-asterisk Provides: asterisk Section: comm Priority: optional -Architecture: i386 +Architecture: any Essential: no -Depends: sqlite3, libc6-i686, pkg-config, libsqliteodbc, unixodbc +Depends: sqlite3, libc6, pkg-config, libsqliteodbc, unixodbc Description: Range Networks - Tested Version of Asterisk