From: Dimitrios Eftaxiopoulos Date: Sun, 30 Dec 2012 04:48:48 +0000 (+0200) Subject: Remove .pyc file from puthon-mathgl package X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~151^2~43 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7cdbd8995d2d73af260266b5cf62fd96d18922f;p=mathgl.git Remove .pyc file from puthon-mathgl package --- diff --git a/debian/changelog b/debian/changelog index f9c2ccd..758425b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ mathgl (2.1.1-1) experimental; urgency=low * Add title for CMakeLists-txt.patch * Remove encoding specification line from udav.desktop * Shorten debian/rules file by using dh $@ and overrides + * Remove .pyc file from puthon-mathgl package. -- Dimitrios Eftaxiopoulos Mon, 24 Dec 2012 22:25:24 +0200 diff --git a/debian/control b/debian/control index 05257da..13a7a4d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), libltdl-dev, libgsl0-dev, freeglut3-dev, libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-dev, swig, cmake, libxft-dev, libjpeg-dev, libtiff-dev, libfltk1.3-dev, libqt4-dev, libwxgtk2.8-dev, texinfo, texi2html, texlive, texlive-generic-recommended, liboctave-dev, - libgif-dev, python-dev, python-numpy, python-support, libfontconfig1-dev, + libgif-dev, python-dev, python-numpy, libfontconfig1-dev, libhdf4-dev, chrpath, libxinerama-dev, libxmu-dev, libxi-dev, libhpdf-dev, mpi-default-dev, python Standards-Version: 3.9.4 diff --git a/debian/python-mathgl.install b/debian/python-mathgl.install index ac407ab..430c254 100644 --- a/debian/python-mathgl.install +++ b/debian/python-mathgl.install @@ -1 +1,2 @@ -debian/tmp/usr/lib/python*/dist-packages/* \ No newline at end of file +debian/tmp/usr/lib/python*/dist-packages/*.so +debian/tmp/usr/lib/python*/dist-packages/*.py \ No newline at end of file