[SCM] hydrogen-drumkits/master: fixed typo in generated tarball name

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Sep 24 08:58:28 UTC 2015


The following commit has been merged in the master branch:
commit 97cc15202b3dbf9a5e6a955fd22c906b311a9eca
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Thu Sep 24 10:58:11 2015 +0200

    fixed typo in generated tarball name

diff --git a/debian/get-orig-source.py b/debian/get-orig-source.py
index 8da4f15..df3383f 100755
--- a/debian/get-orig-source.py
+++ b/debian/get-orig-source.py
@@ -475,7 +475,7 @@ def parseCmdlineArgs():
 if __name__ == '__main__':
     if not OUTFILE:
         from datetime import datetime as datetime
-        basefile=os.path.join('..', 'hydrogen-drumkit_'+datetime.today().strftime("%Y%m%d"))
+        basefile=os.path.join('..', 'hydrogen-drumkits_'+datetime.today().strftime("%Y%m%d"))
         suffix='.tar.gz'
         OUTFILE=basefile+suffix
         count=1

-- 
hydrogen-drumkits packaging



More information about the pkg-multimedia-commits mailing list