We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0215c5e commit 68db18eCopy full SHA for 68db18e
debian/clean
@@ -1 +0,0 @@
1
-*.egg-info/*
debian/rules
@@ -4,9 +4,6 @@
4
dh $@ --with python2
5
6
7
-override_dh_auto_build:
8
-
9
10
override_dh_auto_install:
11
python setup.py install --root=debian/pythonpy --install-layout=deb --install-lib=/usr/share/pythonpy --install-scripts=/usr/share/pythonpy
12
@@ -15,3 +12,8 @@ override_dh_fixperms:
15
dh_fixperms
16
13
chmod 755 debian/pythonpy/usr/share/pythonpy/pythonpy/__main__.py
17
14
chmod 755 debian/pythonpy/usr/share/pythonpy/pythonpy/pycompleter.py
+
+override_dh_python2:
18
+ dh_python2
19
+ rm -rf debian/pythonpy/usr/share/pythonpy/pythonpy-*.egg-info/
0 commit comments