Skip to content

Commit

Permalink
added some basic debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed May 6, 2017
1 parent b746448 commit 2099c01
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pifi (0.0.1-1) UNRELEASED; urgency=medium

* Initial release. (Closes: #XXXXXX)

-- Rohan Agrawal <[email protected]> Sat, 06 May 2017 09:17:21 -0700
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
11 changes: 11 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Source: pifi
Maintainer: Rohan Agrawal <[email protected]>
Section: misc
Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools

Package: pifi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Raspberry Pi Wifi Tools
8 changes: 8 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=pifi
#export PYBUILD_INSTALL_ARGS='--install-lib=/usr/share/pifi/ --install-scripts=/usr/share/pifi/'

%:
dh $@ --with python2 --buildsystem=pybuild
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit 2099c01

Please sign in to comment.