[SCM] hydrogen-drumkits/master: get-orig-source.py's default pkg version: YYYY.MM.DD
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Mon Sep 28 21:02:48 UTC 2015
The following commit has been merged in the master branch:
commit 954c9aebc6677f0a28d305d26e63a789bc833e69
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Mon Sep 28 20:46:50 2015 +0200
get-orig-source.py's default pkg version: YYYY.MM.DD
(rather than YYYYMMDD)
diff --git a/debian/get-orig-source.py b/debian/get-orig-source.py
index df3383f..487e2cb 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-drumkits_'+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