Skip to content

Commit

Permalink
debian: cleanup locale/ when cleaning the package
Browse files Browse the repository at this point in the history
These are compiled files that should really be regenerated.
  • Loading branch information
paravoid committed Jul 20, 2019
1 parent eede106 commit a688553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

%:
dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
dh_auto_clean
rm -rf locale/

0 comments on commit a688553

Please # to comment.