Skip to content

Commit

Permalink
remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Aug 31, 2018
1 parent fccde27 commit 51bfa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/debian8/rules
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ override_dh_install:
rm -rf debian/python3-freesas/usr/bin

# remove all py/pyc/egg-info files from dbg packages
find debian/python-freesas-dbg/usr -type f \( -not -name "*.so" \) -delete
find debian/python3-freesas-dbg/usr -type f \( -not -name "*.so" \) -delete
# find debian/python-freesas-dbg/usr -type f \( -not -name "*.so" \) -delete
# find debian/python3-freesas-dbg/usr -type f \( -not -name "*.so" \) -delete

dh_install

Expand Down

0 comments on commit 51bfa46

Please sign in to comment.