From 1c0bf02795220d24020c99685cfc0aa03acada29 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Mon, 10 Jun 2019 18:04:48 -0700 Subject: [PATCH] Update packaging --- build_package.sh | 8 ++++---- fpm.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build_package.sh b/build_package.sh index 1e2d5a3..e692f01 100755 --- a/build_package.sh +++ b/build_package.sh @@ -9,17 +9,17 @@ mkdir -p package_linux/usr/local/share/man/man1 cp ./sdl_img ./package_linux/usr/local/bin cp sdl_img.1 ./package_linux/usr/local/share/man/man1 -fpm -s dir -t deb -v 0.95 -n sdl_img -C package_linux \ +fpm -s dir -t deb -v 0.96 -n sdl_img -C package_linux \ --log info --verbose \ --d "libsdl2-2.0-0 >= 2.0.5" -d "libcurl3" \ +-d "libsdl2-2.0-0 >= 2.0.5" -d "libsdl2-gfx-1.0-0" -d "libcurl3" \ -m "Robert Winkler " \ --license MIT \ --url "https://github.com/rswinkle/sdl_img" -fpm -s dir -t tar -v 0.95 -n sdl_img -C package_linux \ +fpm -s dir -t tar -v 0.96 -n sdl_img -C package_linux \ --log info --verbose \ --d "libsdl2-2.0-0 >= 2.0.5" -d "libcurl3" \ +-d "libsdl2-2.0-0 >= 2.0.5" -d "libsdl2-gfx-1.0-0" -d "libcurl3" \ -m "Robert Winkler " \ --license MIT \ --url "https://github.com/rswinkle/sdl_img" diff --git a/fpm.txt b/fpm.txt index da4a132..2ddbf58 100644 --- a/fpm.txt +++ b/fpm.txt @@ -35,9 +35,9 @@ of hyperspectral data for imaging spectroscopy applications." -fpm -s dir -t deb -v 0.95 -n sdl_img -C package_linux \ +fpm -s dir -t deb -v 0.96 -n sdl_img -C package_linux \ --log info --verbose \ --d "libsdl2-2.0-0 >= 2.0.5" -d "libcurl3" \ +-d "libsdl2-2.0-0 >= 2.0.5" -d "libsdl2-gfx-1.0-0" -d "libcurl3" \ -m "Robert Winkler " \ --license MIT \ --url "https://github.com/rswinkle/sdl_img"