Skip to content

Commit

Permalink
Update packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rswinkle committed Jun 11, 2019
1 parent 4743486 commit 1c0bf02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <rob121618@gmail.com>" \
--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 <rob121618@gmail.com>" \
--license MIT \
--url "https://github.com/rswinkle/sdl_img"
4 changes: 2 additions & 2 deletions fpm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <rob121618@gmail.com>" \
--license MIT \
--url "https://github.com/rswinkle/sdl_img"

0 comments on commit 1c0bf02

Please sign in to comment.