[SCM] ci-tooling packaging branch, master, updated. 9a7ceeed5b56d3cd3cfe2b9654bc42754a47f524
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Mon Mar 23 10:55:43 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=4d7eacf
The following commit has been merged in the master branch:
commit 4d7eacf7979c669da3ccaf965184bbce5909cb92
Author: Harald Sitter <sitter at kde.org>
Date: Mon Mar 23 10:52:00 2015 +0100
remove unused consts from changelog test
---
test/test_debian_changelog.rb | 6 ------
1 file changed, 6 deletions(-)
diff --git a/test/test_debian_changelog.rb b/test/test_debian_changelog.rb
index 415d39e..be2ba0d 100644
--- a/test/test_debian_changelog.rb
+++ b/test/test_debian_changelog.rb
@@ -4,12 +4,6 @@ require_relative '../lib/debian/changelog'
# Test debian/changelog
class DebianChangelogTest < Test::Unit::TestCase
- EPOCH = 0b1
- BASE = 0b10
- BASESUFFIX = 0b100
- REVISION = 0b1000
- ALL = 0b1111
-
def setup
script_base_path = File.expand_path(File.dirname(__FILE__))
script_name = File.basename(__FILE__, '.rb')
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list