Skip to content

Commit

Permalink
Don't include *.pyc and *.sqlite in the Debian source & binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rhertzog committed Sep 20, 2012
1 parent 9afe28e commit a30667d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -6,7 +6,7 @@ export PYTHONDONTWRITEBYTECODE = 1
dh $@ --with python2

override_dh_install:
dh_install -Xgit.log
dh_install -Xgit.log -X.pyc -X.sqlite

override_dh_auto_test:
src/librement/manage.py test --verbosity=2
Expand Down
5 changes: 5 additions & 0 deletions debian/source/options
@@ -0,0 +1,5 @@
# use default excludes
tar-ignore
# add supplementary excludes
tar-ignore = *.sqlite
tar-ignore = *.pyc

0 comments on commit a30667d

Please sign in to comment.