summaryrefslogtreecommitdiff
path: root/debian.sid
diff options
context:
space:
mode:
Diffstat (limited to 'debian.sid')
-rw-r--r--debian.sid/control4
-rwxr-xr-xdebian.sid/rules2
2 files changed, 1 insertions, 5 deletions
diff --git a/debian.sid/control b/debian.sid/control
index 3f6ad9393..92d2316c7 100644
--- a/debian.sid/control
+++ b/debian.sid/control
@@ -32,8 +32,6 @@ Description: python code static checker and UML diagram generator
The included command pyreverse generates UML class and package
diagrams.
.
- The recommended python-tk package is only for using the pylint-gui
- script.
Package: pylint3
Architecture: all
@@ -57,5 +55,3 @@ Description: python code static checker and UML diagram generator
The included command pyreverse generates UML class and package
diagrams.
.
- The recommended python-tk package is only for using the pylint-gui
- script.
diff --git a/debian.sid/rules b/debian.sid/rules
index 1fb9929ac..9a26fd63a 100755
--- a/debian.sid/rules
+++ b/debian.sid/rules
@@ -29,7 +29,7 @@ override_dh_install:
--root=$(CURDIR)/debian/$(PACKAGE3)/ \
${py_setup_install_args}
# rename executables
- for executable in pylint pylint-gui symilar epylint pyreverse ; do \
+ for executable in pylint symilar epylint pyreverse ; do \
new_exec="$$executable"3; \
sed 's,^#!.*python$$,&3,' < $(CURDIR)/debian/$(PACKAGE3)/usr/bin/$$executable > $(CURDIR)/debian/$(PACKAGE3)/usr/bin/$$new_exec || exit 1; \
done