- sync 3.1.1 -> 3.1.2 changes back to trunk

git-svn-id: http://wush.net/svn/range/software/commercial/asterisk/trunk@5801 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Michael Iedema 2013-06-21 15:15:28 +00:00
parent 3862d141f1
commit 70ccb0b996
3 changed files with 8 additions and 6 deletions

View File

@ -28,12 +28,14 @@ then
sayAndDo wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-$VERSION.tar.gz
fi
if [ ! -d asterisk-$VERSION ]
if [ -d asterisk-$VERSION ]
then
sayAndDo tar zxf asterisk-$VERSION.tar.gz
sayAndDo rm -rf asterisk-$VERSION
fi
sayAndDo tar zxf asterisk-$VERSION.tar.gz
sayAndDo cp menuselect.makeopts asterisk-$VERSION
sayAndDo cp -R debian asterisk-$VERSION/
sayAndDo mkdir asterisk-$VERSION/debian
sayAndDo cp debian/* asterisk-$VERSION/debian/
sayAndDo cd asterisk-$VERSION
sayAndDo dpkg-buildpackage

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
range-asterisk (11.4.0) UNRELEASED; urgency=low
range-asterisk (11.4.0.1) UNRELEASED; urgency=low
* Test

4
debian/control vendored
View File

@ -7,11 +7,11 @@ Build-Depends: build-essential, debhelper (>= 7), pkg-config, autoconf
Standards-Version: 3.7.3
Package: range-asterisk
Version: 11.4.0
Version: 11.4.0.1
Section: comm
Priority: optional
Architecture: i386
Essential: no
Depends: sqlite, sqlite3, libosip2-4, libglib2.0-0, libgl1-mesa-glx, libc6-i686, libasound2, pkg-config, libpcre3, gawk, libsqliteodbc, unixodbc, unixodbc-dev
Depends: sqlite, sqlite3, libosip2-4, libglib2.0-0, libgl1-mesa-glx, libc6-i686, libasound2, pkg-config, libpcre3, gawk, libsqliteodbc, unixodbc
Description: Asterisk Communication Framework.