Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
README for makeDeb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Dec 6, 2011
1 parent d0360e3 commit b77c5d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions distr/deb/README
@@ -0,0 +1,20 @@
This script will help you to build the binary or source DEB packages.

USAGE
makeDeb.sh [otions] <path-to-source>

Options
-h|--help display this message
-o|--outdirt=DIR write result to DIR
-d|--dist=DIST buld for distributive ubuntu/debian
-r|--release=RELEASE release name (sid, maveric, natty etc.)
-ver=VERSION razor version
-s|--sign sign a result files
-b|--binary build a binary package, if ommited build only only a source package

EXAMPLES
Build the binary debs.
~/razor_src/distr/deb/makeDeb.sh -d ubuntu -r oneiric -o ./Ubuntu ~/razor_src/

Build the source DEB.
~/razor_src/distr/deb/makeDeb.sh -b -d ubuntu -r oneiric -o ./Ubuntu ~/razor_src/

0 comments on commit b77c5d2

Please sign in to comment.