Skip to content

Commit

Permalink
Merge pull request #8 from ljdelight/fpmPkgDetails
Browse files Browse the repository at this point in the history
Update fpm call to include vendor, maintainer, url, and other details
  • Loading branch information
ljdelight committed Feb 11, 2016
2 parents 11d9124 + 5f66f11 commit a2c68d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ gen-deb: jar readfromdev LICENSE src/main/install/deb/ljdelight-rawdisk.init
install --mode=0755 src/main/install/deb/ljdelight-rawdisk.init build/deb/opt/ljdelight/rawdisk/
install --mode=0644 src/main/install/deb/ljdelight-rawdisk.service build/deb/opt/ljdelight/rawdisk/
fpm -s dir -t deb -C build/deb \
--version 0.1.0 --name ljdelight-rawdisk --architecture amd64 \
--version 0.1.2 --name ljdelight-rawdisk --architecture amd64 \
--deb-no-default-config-files \
--after-install src/main/install/deb/postinst.sh \
--after-remove src/main/install/deb/postrm.sh \
--maintainer "Lucas Burson" \
--vendor "Lucas Burson" \
--url http://ljdelight.com \
--license BSL-1.0 \
--deb-user root --deb-group root
touch $@

Expand Down

0 comments on commit a2c68d3

Please sign in to comment.