Skip to content

Commit

Permalink
Builder: Allow lower version number for Debian changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 14, 2012
1 parent d405cba commit 9b649e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/autobuild.py
Expand Up @@ -122,7 +122,7 @@ def update_changes(fromTag=None, toTag=None, debChanges=False):
debVer = "%s.%s.%s-%s" % (fmodVer[0], fmodVer[1], fmodVer[2], todays_build_tag())
print "Marking new FMOD version:", debVer
msg = 'New release: Doomsday Engine build %i.' % builder.Event().number()
os.system('dch --check-dirname-level 0 -v %s "%s"' % (debVer, msg))
os.system('dch -b --check-dirname-level 0 -v %s "%s"' % (debVer, msg))
else:
# Save the release type.
build_version.find_version(quiet=True)
Expand Down

0 comments on commit 9b649e0

Please sign in to comment.