[Blends-commit] r3619 - /blends/trunk/team_analysis_tools/count-dependencies.py

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Oct 25 09:24:53 UTC 2012


Author: tille
Date: Thu Oct 25 09:24:52 2012
New Revision: 3619

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3619
Log:
Minor releases rather add noise to the dependency statistics than new information

Modified:
    blends/trunk/team_analysis_tools/count-dependencies.py

Modified: blends/trunk/team_analysis_tools/count-dependencies.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/count-dependencies.py?rev=3619&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/count-dependencies.py (original)
+++ blends/trunk/team_analysis_tools/count-dependencies.py Thu Oct 25 09:24:52 2012
@@ -57,6 +57,9 @@
     for u in u_dirs:
 	if u == '.svn':
 	    continue
+	if len(u.split('.')) > 2:
+	    # print >>stderr, "Minor releases usually add no new Dependencies - version %s ignored." % u
+	    continue
         debiandir= root + '/' + u + '/debian/'
         changelog = debiandir + 'changelog'
 




More information about the Blends-commit mailing list