summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PORTABLE_VERSION2
-rw-r--r--configure.ac2
-rw-r--r--tools/packages/deb_control2
-rwxr-xr-xtools/packages/debian.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/PORTABLE_VERSION b/PORTABLE_VERSION
index 99b2879b..a918a2aa 100644
--- a/PORTABLE_VERSION
+++ b/PORTABLE_VERSION
@@ -1 +1 @@
-0.6.0-rc3
+0.6.0
diff --git a/configure.ac b/configure.ac
index ac01ad5b..71d48544 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([deadbeef], [devel])
+AC_INIT([deadbeef], [0.6.0])
AC_CONFIG_HEADER(config.h)
diff --git a/tools/packages/deb_control b/tools/packages/deb_control
index 390276cb..cfc3c12f 100644
--- a/tools/packages/deb_control
+++ b/tools/packages/deb_control
@@ -1,4 +1,4 @@
-Package: deadbeef
+Package: deadbeef-static
Maintainer: Alexey Yakovenko <waker@users.sf.net>
Depends: libasound2 (>> 1.0.16), libc6 (>= 2.7-1), libcairo2 (>= 1.2.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.20.3), libx11-6
Recommends: libpulse0, libdbus-1-3
diff --git a/tools/packages/debian.sh b/tools/packages/debian.sh
index 90d8acdd..05ba1414 100755
--- a/tools/packages/debian.sh
+++ b/tools/packages/debian.sh
@@ -77,5 +77,5 @@ fakeroot -- tar zcvf ./control.tar.gz ./control ./md5sums ./postrm ./postinst ./
fakeroot -- tar zcvf ./data.tar.gz ./opt ./usr
# make final archive
-fakeroot -- ar cr $OUTDIR/deadbeef_${DEB_VERSION}-${BUILD}_$DEB_ARCH.deb debian-binary control.tar.gz data.tar.gz
+fakeroot -- ar cr $OUTDIR/deadbeef-static_${DEB_VERSION}-${BUILD}_$DEB_ARCH.deb debian-binary control.tar.gz data.tar.gz