- let asterisk build on other architectures

- add irc notification
- ignore some stuff
This commit is contained in:
Michael Iedema 2014-03-28 13:22:49 +01:00
parent 9ea014415e
commit 0c43c040df
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
asterisk-*
range-asterisk_*

View File

@ -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

View File

@ -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

4
debian/control vendored
View File

@ -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