Skip to content

Commit

Permalink
Re-added dh_python and dh_strip rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mochrul committed May 27, 2015
1 parent 4a288e7 commit 7631383
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@

override_dh_auto_configure:
dh_auto_configure -- --localstatedir=/var/lib/zorp --with-pidfiledir=/var/run/zorp/ --disable-dmalloc --enable-tproxy=netfilter --disable-werror

override_dh_python2:
dh_python2
dh_python2 /usr/share/zorp/pylib/Zorp/

override_dh_strip:
dh_strip --package zorp --dbg-package zorp-dbg
dh_strip --package zorp-modules --dbg-package zorp-modules-dbg

0 comments on commit 7631383

Please sign in to comment.