From e1a7df4b78805582b433b2600a20c3c8807b0396 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 24 Nov 2013 21:08:02 +0100 Subject: 0.6.0 release --- tools/packages/deb_control | 2 +- tools/packages/debian.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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 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 -- cgit v1.2.3