[SCM] morituri/master: Default to 0000 for y when no metadata.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:15 UTC 2014


The following commit has been merged in the master branch:
commit b461d8a16f051aeda3d5bb43d6654794ac3d331f
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Dec 1 22:29:10 2013 -0500

    Default to 0000 for y when no metadata.
    
    Fixes #53 on github.
    
    Patch by: tlc

diff --git a/morituri/common/program.py b/morituri/common/program.py
index a65b9c0..d09f1c2 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -239,6 +239,7 @@ class Program(log.Loggable):
         v['C'] = '' # catalog number
         v['x'] = profile and profile.extension or 'unknown'
         v['X'] = v['x'].upper()
+        v['y'] = '0000'
 
         v['a'] = v['A']
         if i == 0:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list