Skip to content

Commit

Permalink
Add deb package build reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Jun 2, 2015
1 parent 00ff779 commit b29b148
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/BUILDING_DEB_PACKAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Short reference about building deb packages

```bash
mkdir /usr/src/fastnetmon_deb
cd /usr/src/fastnetmon_deb
export PACKAGE_VERSION=1.1
wget https://github.com/FastVPSEestiOu/fastnetmon/archive/master.tar.gz -O"fastnetmon_$PACKAGE_VERSION.orig.tar.gz"
tar -xf "fastnetmon_$PACKAGE_VERSION.orig.tar.gz"
mv fastnetmon-master "fastnetmon-$PACKAGE_VERSION"
cd "fastnetmon-$PACKAGE_VERSION"
cp packages/debian/ -R .
debuild -us -uc
```

0 comments on commit b29b148

Please sign in to comment.