From c70b281c62deef9f0b7dad10efbd614ccf02d637 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 3 Jul 2016 22:29:59 +0100 Subject: 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 --- debian.sid/control | 4 ---- debian.sid/rules | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'debian.sid') 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 -- cgit v1.2.1