summaryrefslogtreecommitdiff
path: root/debian.sid
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-03 22:29:59 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-03 22:29:59 +0100
commitc70b281c62deef9f0b7dad10efbd614ccf02d637 (patch)
tree35241f962a3af0ef61e8e49c0567afbe4aa771e6 /debian.sid
parente80778ae9c59efdd2e3421afba06df9cf4aa4cf4 (diff)
downloadpylint-git-c70b281c62deef9f0b7dad10efbd614ccf02d637.tar.gz
Remove pylint-gui
pylint-gui was removed, because it was deemed unfit for being included in *pylint*. It had a couple of bugs and misfeatures, its usability was subpar and since its development was neglected, we decided it is best to move on without it. Part of #975
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