aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-xlv2specgen/lv2specgen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
index 5f06af3..3345b5a 100755
--- a/lv2specgen/lv2specgen.py
+++ b/lv2specgen/lv2specgen.py
@@ -1092,6 +1092,8 @@ def specHistoryEntries(m, subject, entries):
if dist is not None:
entries[(getObject(created), getObject(dist))] = entry
+ elif int(rev.split(".")[-1]) % 2 == 0:
+ print("warning: %s %s has no file-release" % (subject, rev))
return entries