Skip to content

Commit 68db18e

Browse files
committed
Fix 'pythonpy-*.egg-info' removal
1 parent 0215c5e commit 68db18e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

debian/clean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
*.egg-info/*

debian/rules

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
dh $@ --with python2
55

66

7-
override_dh_auto_build:
8-
9-
107
override_dh_auto_install:
118
python setup.py install --root=debian/pythonpy --install-layout=deb --install-lib=/usr/share/pythonpy --install-scripts=/usr/share/pythonpy
129

@@ -15,3 +12,8 @@ override_dh_fixperms:
1512
dh_fixperms
1613
chmod 755 debian/pythonpy/usr/share/pythonpy/pythonpy/__main__.py
1714
chmod 755 debian/pythonpy/usr/share/pythonpy/pythonpy/pycompleter.py
15+
16+
17+
override_dh_python2:
18+
dh_python2
19+
rm -rf debian/pythonpy/usr/share/pythonpy/pythonpy-*.egg-info/

0 commit comments

Comments
 (0)