From eaafcfe2696bf7c29f3c2616b02fba46f863c884 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 22 Jan 2013 12:48:44 +0000 Subject: [PATCH] Update snapshot script and files for 2.3.0 release --- debian/changelog | 22 ++++++++++++++++++++-- debian/control | 1 + gen-snapshot.sh | 7 +++---- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1459c3a63..137c4a1b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,26 @@ +airtime (2.3.0-1) unstable; urgency=low + + * Nightly development snapshot of Airtime 2.3.x + + -- Daniel James Tue, 22 Jan 2013 11:44:57 +0000 + +airtime (2.2.1-1) unstable; urgency=low + + * Upstream 2.2.1 release + + -- Daniel James 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 Mon, 05 Nov 2012 10:54:49 +0000 + airtime (2.2.0-1) unstable; urgency=low - * Nightly development snapshot of Airtime 2.2.x + * Upstream 2.2.0 release - -- Daniel James Thu, 02 Aug 2012 11:19:03 +0100 + -- Daniel James Fri, 26 Oct 2012 10:44:06 +0100 airtime (2.1.3-2) unstable; urgency=low diff --git a/debian/control b/debian/control index c7263e7fb..4a8ad6e96 100644 --- a/debian/control +++ b/debian/control @@ -41,6 +41,7 @@ Depends: apache2, pwgen, python, rabbitmq-server, + silan, sudo, sysv-rc, tar (>= 1.22), diff --git a/gen-snapshot.sh b/gen-snapshot.sh index bc5dd051a..7702caaf2 100755 --- a/gen-snapshot.sh +++ b/gen-snapshot.sh @@ -3,7 +3,6 @@ # Run from the directory containg the files checked out from git VERSION=2.3.0~$(date "+%Y%m%d") -#VERSION=2.2.0-rc1 BUILDDEST=/tmp/airtime-${VERSION}/ DEBDIR=`pwd`/debian @@ -24,9 +23,9 @@ cd ${BUILDDEST} || exit # 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 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/soundcloud-api/README.md -# Remove Liquidsoap binaries +# Remove Liquidsoap binary rm -r airtime/python_apps/pypo/liquidsoap_bin/ #Remove phing library