[Python-apps-commits] r14501 - in packages/pylint/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Dec 8 01:33:14 UTC 2017


    Date: Friday, December 8, 2017 @ 01:33:13
  Author: morph
Revision: 14501

pylint-gui has been removed upstream

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/control
  packages/pylint/trunk/debian/rules

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2017-12-08 01:31:14 UTC (rev 14500)
+++ packages/pylint/trunk/debian/changelog	2017-12-08 01:33:13 UTC (rev 14501)
@@ -16,8 +16,9 @@
   * debian/copyright
     - update upstream copyright notice
     - update single files specific copyright notices
+  * pylint-gui has been removed upstream
 
- -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 20:23:06 -0500
+ -- Sandro Tosi <morph at debian.org>  Thu, 07 Dec 2017 20:32:57 -0500
 
 pylint (1.6.5-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2017-12-08 01:31:14 UTC (rev 14500)
+++ packages/pylint/trunk/debian/control	2017-12-08 01:33:13 UTC (rev 14501)
@@ -34,7 +34,6 @@
    * pyreverse: an UML diagram generator
    * symilar: an independent similarities checker
    * epylint: Emacs and Flymake compatible Pylint
-   * pylint-gui: a graphical interface (reason for python-tk recommends)
 
 Package: pylint-doc
 Section: doc
@@ -81,4 +80,3 @@
    * pyreverse3: an UML diagram generator
    * symilar3: an independent similarities checker
    * epylint3: Emacs and Flymake compatible Pylint
-   * pylint-gui3: a graphical interface (reason for python-tk recommends)

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2017-12-08 01:31:14 UTC (rev 14500)
+++ packages/pylint/trunk/debian/rules	2017-12-08 01:33:13 UTC (rev 14501)
@@ -46,13 +46,13 @@
 	rm -rf debian/pylint3/usr/lib/python*/*-packages/pylint/test
 
 	# fixes shebangs
-	for exec in pylint pylint-gui symilar epylint pyreverse ; do \
+	for exec in pylint symilar epylint pyreverse ; do \
 	  if head -1 debian/pylint/usr/bin/$$exec | grep "^#! */usr/bin" | grep "python" >/dev/null ; then \
 		sed -i "s@^#! */usr/bin/env \+python\$$@#!/usr/bin/python@" debian/pylint/usr/bin/$$exec; \
 	  fi ; \
 	  chmod a+x debian/pylint/usr/bin/$$exec; \
 	done
-	for exec in pylint pylint-gui symilar epylint pyreverse ; do \
+	for exec in pylint symilar epylint pyreverse ; do \
 	  # no need to change shebang in py3k execs, they will be handled by dh_python3 \
 	  chmod a+x debian/pylint3/usr/bin/$$exec; \
 	  mv debian/pylint3/usr/bin/$$exec debian/pylint3/usr/bin/$${exec}3 ; \
@@ -66,7 +66,7 @@
 override_dh_installman:
 	dh_installman -ppylint  man/*.1
 	dh_installman -ppylint3 man/*.1
-	for exec in pylint pylint-gui symilar epylint pyreverse ; do \
+	for exec in pylint symilar epylint pyreverse ; do \
 	  mv debian/pylint3/usr/share/man/man1/$$exec.1 debian/pylint3/usr/share/man/man1/$${exec}3.1 ; \
 	done
 




More information about the Python-apps-commits mailing list