[SCM] ci-tooling packaging branch, master, updated. e16397a734a24fc7a1145d76565b767044a1ff32
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Tue Jan 27 14:44:49 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=e16397a
The following commit has been merged in the master branch:
commit e16397a734a24fc7a1145d76565b767044a1ff32
Author: Rohan Garg <rohan at kde.org>
Date: Tue Jan 27 15:44:28 2015 +0100
Remove superfluous ':'
---
dci/mozilla.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 8d97bab..a11768f 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -65,7 +65,7 @@ end
def bump_version
changelog = Changelog.new
- version = "#{changelog.version(Changelog::EPOCH)}:1000~#{changelog.version(Changelog::BASE)}"
+ version = "#{changelog.version(Changelog::EPOCH)}1000~#{changelog.version(Changelog::BASE)}"
if DEBIAN_RELEASES.include? RELEASE
version += '-1'
File.open('debian/config/mozconfig.in', 'a') { |f|
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list