[kernel] r17035 - dists/trunk/firmware-nonfree/debian/bin

Ben Hutchings benh at alioth.debian.org
Wed Mar 9 04:57:43 UTC 2011


Author: benh
Date: Wed Mar  9 04:57:41 2011
New Revision: 17035

Log:
Set maybe_free correctly for each section

Modified:
   dists/trunk/firmware-nonfree/debian/bin/check_upstream.py

Modified: dists/trunk/firmware-nonfree/debian/bin/check_upstream.py
==============================================================================
--- dists/trunk/firmware-nonfree/debian/bin/check_upstream.py	Wed Mar  9 04:56:25 2011	(r17034)
+++ dists/trunk/firmware-nonfree/debian/bin/check_upstream.py	Wed Mar  9 04:57:41 2011	(r17035)
@@ -32,6 +32,7 @@
             pass
         elif re.match(r'^(?:D|Red)istributable\b', section.licence):
             # Only suitable for non-free
+            maybe_free = False
             pass
         elif re.match(r'^GPL(?:v2|\+)?\b', section.licence):
             # Suitable for main if source is available; not distributable



More information about the Kernel-svn-changes mailing list