summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-24 21:08:02 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-24 21:08:02 +0100
commite1a7df4b78805582b433b2600a20c3c8807b0396 (patch)
tree8c056825791b5610dd488542606ecbd88cb9a93f /tools
parent0b5b7c6c6ee5e54db11d2bb4f4122da0e5ddd02d (diff)
0.6.0 release
Diffstat (limited to 'tools')
-rw-r--r--tools/packages/deb_control2
-rwxr-xr-xtools/packages/debian.sh2
2 files changed, 2 insertions, 2 deletions
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