Update snapshot script and files for 2.3.0 release
This commit is contained in:
parent
a0685c5479
commit
eaafcfe269
|
@ -1,8 +1,26 @@
|
||||||
|
airtime (2.3.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Nightly development snapshot of Airtime 2.3.x
|
||||||
|
|
||||||
|
-- Daniel James <daniel@64studio.com> Tue, 22 Jan 2013 11:44:57 +0000
|
||||||
|
|
||||||
|
airtime (2.2.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Upstream 2.2.1 release
|
||||||
|
|
||||||
|
-- Daniel James <daniel@64studio.com> Tue, 04 Dec 2012 11:10:37 +0000
|
||||||
|
|
||||||
|
airtime (2.2.0-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Added dependency on flac package for metaflac support
|
||||||
|
|
||||||
|
-- Daniel James <daniel@64studio.com> Mon, 05 Nov 2012 10:54:49 +0000
|
||||||
|
|
||||||
airtime (2.2.0-1) unstable; urgency=low
|
airtime (2.2.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* Nightly development snapshot of Airtime 2.2.x
|
* Upstream 2.2.0 release
|
||||||
|
|
||||||
-- Daniel James <daniel@64studio.com> Thu, 02 Aug 2012 11:19:03 +0100
|
-- Daniel James <daniel@64studio.com> Fri, 26 Oct 2012 10:44:06 +0100
|
||||||
|
|
||||||
airtime (2.1.3-2) unstable; urgency=low
|
airtime (2.1.3-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@ Depends: apache2,
|
||||||
pwgen,
|
pwgen,
|
||||||
python,
|
python,
|
||||||
rabbitmq-server,
|
rabbitmq-server,
|
||||||
|
silan,
|
||||||
sudo,
|
sudo,
|
||||||
sysv-rc,
|
sysv-rc,
|
||||||
tar (>= 1.22),
|
tar (>= 1.22),
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
# Run from the directory containg the files checked out from git
|
# Run from the directory containg the files checked out from git
|
||||||
|
|
||||||
VERSION=2.3.0~$(date "+%Y%m%d")
|
VERSION=2.3.0~$(date "+%Y%m%d")
|
||||||
#VERSION=2.2.0-rc1
|
|
||||||
BUILDDEST=/tmp/airtime-${VERSION}/
|
BUILDDEST=/tmp/airtime-${VERSION}/
|
||||||
DEBDIR=`pwd`/debian
|
DEBDIR=`pwd`/debian
|
||||||
|
|
||||||
|
@ -24,9 +23,9 @@ cd ${BUILDDEST} || exit
|
||||||
|
|
||||||
# Set the version of the snapshot package
|
# Set the version of the snapshot package
|
||||||
|
|
||||||
sed -i "1s:(2.2.0-1):(${VERSION}):g" debian/changelog
|
sed -i "1s:(2.3.0-1):(${VERSION}):g" debian/changelog
|
||||||
|
|
||||||
# FIXES for 2.2.0 #############
|
# FIXES for 2.3.0 #############
|
||||||
|
|
||||||
# these are all moved to debian/copyright
|
# these are all moved to debian/copyright
|
||||||
rm airtime/python_apps/pypo/LICENSE
|
rm airtime/python_apps/pypo/LICENSE
|
||||||
|
@ -35,7 +34,7 @@ rm airtime/airtime_mvc/library/phing/LICENSE
|
||||||
rm airtime/airtime_mvc/library/propel/LICENSE
|
rm airtime/airtime_mvc/library/propel/LICENSE
|
||||||
rm airtime/airtime_mvc/library/soundcloud-api/README.md
|
rm airtime/airtime_mvc/library/soundcloud-api/README.md
|
||||||
|
|
||||||
# Remove Liquidsoap binaries
|
# Remove Liquidsoap binary
|
||||||
rm -r airtime/python_apps/pypo/liquidsoap_bin/
|
rm -r airtime/python_apps/pypo/liquidsoap_bin/
|
||||||
|
|
||||||
#Remove phing library
|
#Remove phing library
|
||||||
|
|
Loading…
Reference in New Issue