Commit 10b108e6 authored by Luke Macken's avatar Luke Macken

Add a script to generate deb packages using fpm.

parent aef37db0
#!/bin/bash -x
# gem install fpm
fpm \
-t deb \
-s python \
--python-install-lib /usr/lib/python2.7/dist-packages \
--no-python-fix-name \
--architecture all \
--url http://pyrasite.com \
--license GPLv3 \
--maintainer "Luke Macken <lmacken@redhat.com>" \
--description "Pyrasite lets you inject arbitrary code into running Python processes" \
--depends gdb \
.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment