[DRE-commits] [ruby-licensee] 07/10: Remove duplicate patch
Sruthi Chandran
srud-guest at moszumanska.debian.org
Sat Sep 23 18:51:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository ruby-licensee.
commit a7ca08ce9c80837cfc782fa888aa63dd420f6cb3
Author: Sruthi Chandran <srud at disroot.org>
Date: Sat Sep 23 23:43:25 2017 +0530
Remove duplicate patch
---
debian/patches/change_license_match_sequence.patch | 16 ----------------
debian/patches/series | 3 +--
2 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/debian/patches/change_license_match_sequence.patch b/debian/patches/change_license_match_sequence.patch
deleted file mode 100644
index dac4ff5..0000000
--- a/debian/patches/change_license_match_sequence.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Change match sequence of license file to pass test case
-Author: I Sagar <i.vikram15 at gmail.com>
-Last-Update: 2017-08-01
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/spec/licensee/matchers/dice_matcher_spec.rb
-+++ b/spec/licensee/matchers/dice_matcher_spec.rb
-@@ -17,7 +17,7 @@
- end
-
- it 'builds a list of potential licenses' do
-- expect(subject.potential_licenses).to eql([agpl, gpl])
-+ expect(subject.potential_licenses).to eql([gpl, agpl])
- end
-
- it 'sorts licenses by similarity' do
diff --git a/debian/patches/series b/debian/patches/series
index 9091d00..251e71b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,6 @@
-Fix-Dice-builds-list-of-potential-licenses-test.patch
remove-relative.patch
skip_failed_test.patch
-change_license_match_sequence.patch
add_lib_path.patch
need_real_looking_mail_id.patch
+Fix-Dice-builds-list-of-potential-licenses-test.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-licensee.git
More information about the Pkg-ruby-extras-commits
mailing list