[Python-modules-commits] r29802 - in packages/python-flake8/trunk/debian (changelog rules)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Thu Jul 17 20:57:20 UTC 2014


    Date: Thursday, July 17, 2014 @ 20:57:20
  Author: zyga-guest
Revision: 29802

debian/rules: remove unused PY2_PACAKGE_NAME and PY3_PACKAGE_NAME 

Modified:
  packages/python-flake8/trunk/debian/changelog
  packages/python-flake8/trunk/debian/rules

Modified: packages/python-flake8/trunk/debian/changelog
===================================================================
--- packages/python-flake8/trunk/debian/changelog	2014-07-17 07:14:48 UTC (rev 29801)
+++ packages/python-flake8/trunk/debian/changelog	2014-07-17 20:57:20 UTC (rev 29802)
@@ -1,8 +1,9 @@
-python-flake8 (2.2.2-1) UNRELEASED; urgency=medium
+python-flake8 (2.2.2-1) utopic; urgency=medium
 
   * Team upload.
   * New upstream release
   * debian/control: update Standards-Version to 3.9.5.0 (no change)
+  * debian/rules: remove unused PY2_PACAKGE_NAME and PY3_PACKAGE_NAME 
 
  -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Wed, 16 Jul 2014 16:54:57 +0200
 

Modified: packages/python-flake8/trunk/debian/rules
===================================================================
--- packages/python-flake8/trunk/debian/rules	2014-07-17 07:14:48 UTC (rev 29801)
+++ packages/python-flake8/trunk/debian/rules	2014-07-17 20:57:20 UTC (rev 29802)
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-PY2_PACKAGE_NAME=python-flake8
-PY3_PACKAGE_NAME=python3-flake8
-
 PYVERS=$(shell pyversions -r)
 PY3VERS=$(shell py3versions -r)
 




More information about the Python-modules-commits mailing list