diff -Nru supertux-0.5.2/CMakeLists.txt supertux-0.5.2/CMakeLists.txt --- supertux-0.5.2/CMakeLists.txt 2017-10-11 16:03:02.000000000 +0000 +++ supertux-0.5.2/CMakeLists.txt 2017-10-12 22:02:49.000000000 +0000 @@ -787,7 +787,7 @@ SET(CPACK_BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.icns") SET(CPACK_BUNDLE_STARTUP_COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/startup.sh") SET(CPACK_DMG_VOLUME_NAME "SuperTux ${SUPERTUX_VERSION_STRING}") - SET(CPACK_DMG_DS_STORE "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/DS_Store") + SET(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/dsstore_setup.scpt") SET(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/background.png") ENDIF() diff -Nru supertux-0.5.2/debian/changelog supertux-0.5.2/debian/changelog --- supertux-0.5.2/debian/changelog 2017-10-11 16:03:01.000000000 +0000 +++ supertux-0.5.2/debian/changelog 2017-10-12 22:02:49.000000000 +0000 @@ -1,8 +1,8 @@ -supertux (0.5.2-0~git201710111603+7~ubuntu15.04.1) vivid; urgency=low +supertux (0.5.2-0~git201710122202+7~ubuntu15.04.1) vivid; urgency=low * Auto build. - -- Launchpad Package Builder Wed, 11 Oct 2017 16:03:01 +0000 + -- Launchpad Package Builder Thu, 12 Oct 2017 22:02:49 +0000 supertux (0.5.2-0) UNRELEASED; urgency=low diff -Nru supertux-0.5.2/debian/git-build-recipe.manifest supertux-0.5.2/debian/git-build-recipe.manifest --- supertux-0.5.2/debian/git-build-recipe.manifest 2017-10-11 16:03:01.000000000 +0000 +++ supertux-0.5.2/debian/git-build-recipe.manifest 2017-10-12 22:02:49.000000000 +0000 @@ -1,5 +1,5 @@ -# git-build-recipe format 0.4 deb-version {debupstream}-0~git201710111603+7 -lp:~supertux-dev/supertux/+git/github-clone git-commit:ea98eefd12ff9e524dcd6474d56572151db20a6d +# git-build-recipe format 0.4 deb-version {debupstream}-0~git201710122202+7 +lp:~supertux-dev/supertux/+git/github-clone git-commit:8c1d03f9d2a51da878f10bac558d1ea27359e4bf nest-part packaging lp:~supertux-dev/supertux/+git/supertux-debian debian debian git-commit:f1d1e6a1cf9785846130d71ceada631eb63bf3b3 nest physfs lp:~supertux-dev/supertux/+git/external-physfs external/physfs git-commit:61d3b63abcba8e9615dcb8a3d1fc026bf7f8d5f8 nest sexp-cpp lp:~supertux-dev/supertux/+git/external-sexp-cpp external/sexp-cpp git-commit:472d896512f3637e820e9486c02de852ef8f678b diff -Nru supertux-0.5.2/.pc/cmake-version-option.patch/CMakeLists.txt supertux-0.5.2/.pc/cmake-version-option.patch/CMakeLists.txt --- supertux-0.5.2/.pc/cmake-version-option.patch/CMakeLists.txt 2017-10-11 16:03:02.000000000 +0000 +++ supertux-0.5.2/.pc/cmake-version-option.patch/CMakeLists.txt 2017-10-12 22:02:49.000000000 +0000 @@ -822,7 +822,7 @@ SET(CPACK_BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.icns") SET(CPACK_BUNDLE_STARTUP_COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/startup.sh") SET(CPACK_DMG_VOLUME_NAME "SuperTux ${SUPERTUX_VERSION_STRING}") - SET(CPACK_DMG_DS_STORE "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/DS_Store") + SET(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/dsstore_setup.scpt") SET(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/tools/darwin/background.png") ENDIF() diff -Nru supertux-0.5.2/.pc/.quilt_patches supertux-0.5.2/.pc/.quilt_patches --- supertux-0.5.2/.pc/.quilt_patches 2017-10-11 16:03:02.000000000 +0000 +++ supertux-0.5.2/.pc/.quilt_patches 2017-10-12 22:02:49.000000000 +0000 @@ -1 +1 @@ -/home/buildd/build-RECIPEBRANCHBUILD-1464727/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches +/home/buildd/build-RECIPEBRANCHBUILD-1465434/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches diff -Nru supertux-0.5.2/.pc/.quilt_series supertux-0.5.2/.pc/.quilt_series --- supertux-0.5.2/.pc/.quilt_series 2017-10-11 16:03:02.000000000 +0000 +++ supertux-0.5.2/.pc/.quilt_series 2017-10-12 22:02:49.000000000 +0000 @@ -1 +1 @@ -/home/buildd/build-RECIPEBRANCHBUILD-1464727/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches/series +/home/buildd/build-RECIPEBRANCHBUILD-1465434/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches/series Binary files /tmp/tmpyXAbvC/xfuyufOMtq/supertux-0.5.2/tools/darwin/DS_Store and /tmp/tmpyXAbvC/Or9x1OkcwV/supertux-0.5.2/tools/darwin/DS_Store differ diff -Nru supertux-0.5.2/tools/darwin/dsstore_setup.scpt supertux-0.5.2/tools/darwin/dsstore_setup.scpt --- supertux-0.5.2/tools/darwin/dsstore_setup.scpt 1970-01-01 00:00:00.000000000 +0000 +++ supertux-0.5.2/tools/darwin/dsstore_setup.scpt 2017-10-12 22:02:40.000000000 +0000 @@ -0,0 +1,57 @@ +on run argv + set image_name to item 1 of argv + + tell application "Finder" + tell disk image_name + + -- wait for the image to finish mounting + set open_attempts to 0 + repeat while open_attempts < 4 + try + open + delay 1 + set open_attempts to 5 + close + on error errStr number errorNumber + set open_attempts to open_attempts + 1 + delay 10 + end try + end repeat + delay 5 + + -- open the image the first time and save a DS_Store with just + -- background and icon setup + open + set current view of container window to icon view + set theViewOptions to the icon view options of container window + set background picture of theViewOptions to file ".background:background.png" + set arrangement of theViewOptions to not arranged + set icon size of theViewOptions to 64 + delay 5 + close + + -- next setup the position of the app and Applications symlink + -- plus hide all the window decoration + open + update without registering applications + tell container window + set sidebar width to 0 + set statusbar visible to false + set toolbar visible to false + set the bounds to { 400, 100, 975, 480 } + set position of item "SuperTux.app" to { 140, 235 } + set position of item "Applications" to { 440, 235 } + end tell + update without registering applications + delay 5 + close + + -- one last open and close so you can see everything looks correct + open + delay 5 + close + + end tell + delay 2 +end tell +end run \ No newline at end of file diff -Nru supertux-0.5.2/tools/darwin/startup.sh supertux-0.5.2/tools/darwin/startup.sh --- supertux-0.5.2/tools/darwin/startup.sh 2017-10-11 16:02:53.000000000 +0000 +++ supertux-0.5.2/tools/darwin/startup.sh 2017-10-12 22:02:40.000000000 +0000 @@ -5,4 +5,4 @@ export "DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:$SUPERTUX_RESOURCES/MacOS" -exec "$SUPERTUX_RESOURCES/games/supertux2" +exec "$SUPERTUX_RESOURCES/bin/supertux2"