| @@ -1,8 +1,4 @@ | |||||
| debian/ardour.desktop usr/share/applications/ | debian/ardour.desktop usr/share/applications/ | ||||
| debian/app*16px.png usr/share/icons/hicolor/16x16/apps/ | |||||
| debian/app*22px.png usr/share/icons/hicolor/22x22/apps/ | |||||
| debian/app*32px.png usr/share/icons/hicolor/32x32/apps/ | |||||
| debian/app*48px.png usr/share/icons/hicolor/48x48/apps/ | |||||
| debian/ardour.xml usr/share/mime/packages/ | debian/ardour.xml usr/share/mime/packages/ | ||||
| debian/extra/ardour usr/bin/ | debian/extra/ardour usr/bin/ | ||||
| @@ -1,3 +1,9 @@ | |||||
| ardour-official-v5 (1:5.5.0-1kxstudio1v5) stable; urgency=medium | |||||
| * Update | |||||
| -- falkTX <falktx@gmail.com> Thu, 01 Dec 2016 14:30:23 +0100 | |||||
| ardour-official-v5 (1:5.3.5-1kxstudio2v5) stable; urgency=medium | ardour-official-v5 (1:5.3.5-1kxstudio2v5) stable; urgency=medium | ||||
| * Add app icons | * Add app icons | ||||
| @@ -45,7 +45,7 @@ export LD_LIBRARY_PATH=$INSTALL_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} | |||||
| if [ "T" = "$DEBUG" ]; then | if [ "T" = "$DEBUG" ]; then | ||||
| export ARDOUR_INSIDE_GDB=1 | export ARDOUR_INSIDE_GDB=1 | ||||
| exec gdb $INSTALL_DIR/bin/ardour-5.3.5 | |||||
| exec gdb $INSTALL_DIR/bin/ardour-5.5.0 | |||||
| else | else | ||||
| exec $INSTALL_DIR/bin/ardour-5.3.5 "$@" | |||||
| exec $INSTALL_DIR/bin/ardour-5.5.0 "$@" | |||||
| fi | fi | ||||
| @@ -18,12 +18,27 @@ override_dh_auto_install: | |||||
| rm tmp/Ardour_*-*/bin/ardour5 | rm tmp/Ardour_*-*/bin/ardour5 | ||||
| rm tmp/Ardour_*-*/bin/*.uninstall.sh | rm tmp/Ardour_*-*/bin/*.uninstall.sh | ||||
| rm -r tmp/Ardour_*-*/etc/fonts/conf.d/ | |||||
| rm -r tmp/Ardour_*-*/etc/bash_completion.d/ | |||||
| rm -r tmp/Ardour_*-*/etc/fonts/ | |||||
| rm -r tmp/Ardour_*-*/etc/gtk-2.0/ | |||||
| rm -r tmp/Ardour_*-*/etc/pango/ | |||||
| rm -r tmp/Ardour_*-*/etc/xml/ | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/Micro-Glide.lv2 | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | ||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps/ | |||||
| cp debian/app*16px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/application-x-ardour.png | |||||
| cp debian/app*22px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/application-x-ardour.png | |||||
| cp debian/app*32px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps/application-x-ardour.png | |||||
| cp debian/app*48px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps/application-x-ardour.png | |||||
| override_dh_auto_clean: | override_dh_auto_clean: | ||||
| chmod -x $(ARDOUR_FILE) || true | chmod -x $(ARDOUR_FILE) || true | ||||
| rm -rf ./tmp | rm -rf ./tmp | ||||
| @@ -1,8 +1,4 @@ | |||||
| debian/ardour.desktop usr/share/applications/ | debian/ardour.desktop usr/share/applications/ | ||||
| debian/app*16px.png usr/share/icons/hicolor/16x16/apps/ | |||||
| debian/app*22px.png usr/share/icons/hicolor/22x22/apps/ | |||||
| debian/app*32px.png usr/share/icons/hicolor/32x32/apps/ | |||||
| debian/app*48px.png usr/share/icons/hicolor/48x48/apps/ | |||||
| debian/ardour.xml usr/share/mime/packages/ | debian/ardour.xml usr/share/mime/packages/ | ||||
| debian/extra/ardour usr/bin/ | debian/extra/ardour usr/bin/ | ||||
| @@ -1,3 +1,9 @@ | |||||
| ardour-official (1:5.5.0-1kxstudio1) stable; urgency=medium | |||||
| * Update | |||||
| -- falkTX <falktx@gmail.com> Thu, 01 Dec 2016 14:14:26 +0100 | |||||
| ardour-official (1:5.3.4-1kxstudio2) stable; urgency=medium | ardour-official (1:5.3.4-1kxstudio2) stable; urgency=medium | ||||
| * Add app icons | * Add app icons | ||||
| @@ -45,7 +45,7 @@ export LD_LIBRARY_PATH=$INSTALL_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} | |||||
| if [ "T" = "$DEBUG" ]; then | if [ "T" = "$DEBUG" ]; then | ||||
| export ARDOUR_INSIDE_GDB=1 | export ARDOUR_INSIDE_GDB=1 | ||||
| exec gdb $INSTALL_DIR/bin/ardour-5.3.4 | |||||
| exec gdb $INSTALL_DIR/bin/ardour-5.5.0 | |||||
| else | else | ||||
| exec $INSTALL_DIR/bin/ardour-5.3.4 "$@" | |||||
| exec $INSTALL_DIR/bin/ardour-5.5.0 "$@" | |||||
| fi | fi | ||||
| @@ -18,12 +18,27 @@ override_dh_auto_install: | |||||
| rm tmp/Ardour_*-*/bin/ardour5 | rm tmp/Ardour_*-*/bin/ardour5 | ||||
| rm tmp/Ardour_*-*/bin/*.uninstall.sh | rm tmp/Ardour_*-*/bin/*.uninstall.sh | ||||
| rm -r tmp/Ardour_*-*/etc/fonts/conf.d/ | |||||
| rm -r tmp/Ardour_*-*/etc/bash_completion.d/ | |||||
| rm -r tmp/Ardour_*-*/etc/fonts/ | |||||
| rm -r tmp/Ardour_*-*/etc/gtk-2.0/ | |||||
| rm -r tmp/Ardour_*-*/etc/pango/ | |||||
| rm -r tmp/Ardour_*-*/etc/xml/ | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/Micro-Glide.lv2 | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | ||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps/ | |||||
| cp debian/app*16px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/application-x-ardour.png | |||||
| cp debian/app*22px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/application-x-ardour.png | |||||
| cp debian/app*32px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps/application-x-ardour.png | |||||
| cp debian/app*48px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps/application-x-ardour.png | |||||
| override_dh_auto_clean: | override_dh_auto_clean: | ||||
| chmod -x $(ARDOUR_FILE) || true | chmod -x $(ARDOUR_FILE) || true | ||||
| rm -rf ./tmp | rm -rf ./tmp | ||||