Commit 29844b14 authored by Andreas Tille's avatar Andreas Tille
Browse files

Do not install __pycache__

parent b76ba0bd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
python-cobra (0.14.1-2) UNRELEASED; urgency=medium

  * Team upload.
  * Do not install __pycache__

 -- Andreas Tille <tille@debian.org>  Sat, 22 Dec 2018 08:08:01 +0100

python-cobra (0.14.1-1) unstable; urgency=medium

  * Team upload.
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ export PYBUILD_NAME=cobra
override_dh_install:
	dh_install -X update_pickles.py --package=python-cobra-data
	dh_install --remaining-packages
	find debian -name __pycache__ | xargs rm -rf

override_dh_auto_clean:
	dh_auto_clean