Skip to content

Commit

Permalink
Fix deb packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
titilambert committed May 29, 2015
1 parent 99cad31 commit 5d66f17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/gbp.conf
Expand Up @@ -3,6 +3,6 @@
upstream-branch = master
master-branch = master

[git-buildpackage]
[buildpackage]
export-dir = ../build-area/
upstream-tag = %(version)s
4 changes: 3 additions & 1 deletion debian/install
@@ -1 +1,3 @@
etc/modules/booster_snmp.cfg etc/shinken/shinken-specific/
etc/modules/booster_snmp.cfg etc/shinken/modules/
usr/lib/python2.7/dist-packages/module/* usr/share/pyshared/shinken/snmpbooster
usr/bin
10 changes: 7 additions & 3 deletions debian/rules
@@ -1,11 +1,15 @@
#!/usr/bin/make -f
%:
dh $@ --with python2
dh $@ --with python2 --install-layout=deb,quilt

override_dh_installdocs:
make --directory=doc-compile html
dh_installdocs

override_dh_install:

override_dh_build:
rm module/tools/dump_redis.py
dh_install
dh_build

override_dh_install:
dh_install

0 comments on commit 5d66f17

Please sign in to comment.