[Python-modules-commits] r23631 - in packages/mccabe/trunk/debian (changelog control rules)

cjohnston-guest at users.alioth.debian.org cjohnston-guest at users.alioth.debian.org
Sat Mar 2 05:16:11 UTC 2013


    Date: Saturday, March 2, 2013 @ 05:16:05
  Author: cjohnston-guest
Revision: 23631

Updating rules, control, and changelog

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

Modified: packages/mccabe/trunk/debian/changelog
===================================================================
--- packages/mccabe/trunk/debian/changelog	2013-03-02 04:44:49 UTC (rev 23630)
+++ packages/mccabe/trunk/debian/changelog	2013-03-02 05:16:05 UTC (rev 23631)
@@ -1,5 +1,5 @@
 mccabe (0.2-1) unstable; urgency=low
 
-  * Initial release (Closes: #)
+  * Initial release (Closes: #702042)
 
  -- Chris Johnston <chrisjohnston at ubuntu.com>  Fri, 01 Mar 2013 22:47:20 -0500

Modified: packages/mccabe/trunk/debian/control
===================================================================
--- packages/mccabe/trunk/debian/control	2013-03-02 04:44:49 UTC (rev 23630)
+++ packages/mccabe/trunk/debian/control	2013-03-02 05:16:05 UTC (rev 23631)
@@ -7,8 +7,8 @@
 	python3-setuptools
 Standards-Version: 3.9.4
 Homepage: https://github.com/florentx/mccabe
-#Vcs-Git: git://git.debian.org/collab-maint/mccabe.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/mccabe.git;a=summary
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mccabe/trunk/
+Vcs-Svn: http://anonscm.debian.org/viewvc/python-modules/packages/mccabe/
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
 
@@ -21,7 +21,7 @@
 
 Package: python3-mccabe
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: is a Python code complexity checker
  This module provides a plugin for the flake8 Python code checker to run the
  McCabe code complexity script against Python code.

Modified: packages/mccabe/trunk/debian/rules
===================================================================
--- packages/mccabe/trunk/debian/rules	2013-03-02 04:44:49 UTC (rev 23630)
+++ packages/mccabe/trunk/debian/rules	2013-03-02 05:16:05 UTC (rev 23631)
@@ -33,10 +33,6 @@
 	# Remove me when dh_python2 can handle this file
 	rm -vf debian/*/usr/lib/python*/*-packages/*.egg-info/SOURCES.txt
 
-override_dh_install:
-	dh_install
-	mv ./debian/python3-mccabe/usr/bin/mccabe ./debian/python3-flakey/usr/bin/mccabe3
-
 override_dh_python2:
 	dh_python2 --shebang=/usr/bin/python
 




More information about the Python-modules-commits mailing list