[DRE-commits] [tmuxinator] 02/02: patches and changelog
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Dec 6 12:01:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository tmuxinator.
commit abfe939b27da28605f52affc2f0b81fcfece5762
Author: Guy Hughes <g at gxg.me>
Date: Sat Dec 5 19:07:59 2015 -0500
patches and changelog
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/changelog | 10 +++++++++
...opSimpleCov.patch => 0001-drop-SimpleCov.patch} | 26 ++++++++++------------
...tch => 0002-drop-bash-completion-shebang.patch} | 7 +++---
debian/patches/series | 4 ++--
4 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b862a88..15dab9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tmuxinator (0.7.0-1) unstable; urgency=medium
+
+ [ Youhei SASAKI ]
+ * Imported Upstream version 0.7.0
+
+ [ Guy Hughes ]
+ * Create patches for new upstream release
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Sun, 06 Dec 2015 20:58:48 +0900
+
tmuxinator (0.6.11-1) unstable; urgency=medium
* Initial release. (Closes: #801993)
diff --git a/debian/patches/0001-DropSimpleCov.patch b/debian/patches/0001-drop-SimpleCov.patch
similarity index 56%
rename from debian/patches/0001-DropSimpleCov.patch
rename to debian/patches/0001-drop-SimpleCov.patch
index 730efa6..9d30df2 100644
--- a/debian/patches/0001-DropSimpleCov.patch
+++ b/debian/patches/0001-drop-SimpleCov.patch
@@ -1,28 +1,26 @@
-From: Debian Ruby Extras Maintainers
- <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Date: Fri, 16 Oct 2015 19:02:30 +0900
-Subject: Drop simplecov support
+From: Guy Hughes <g at gxg.me>
+Date: Sat, 5 Dec 2015 19:18:59 -0500
+Subject: drop SimpleCov
-Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
Gemfile | 1 -
spec/spec_helper.rb | 10 ----------
2 files changed, 11 deletions(-)
diff --git a/Gemfile b/Gemfile
-index 6700e4b..b71c4f2 100644
+index 5afc8c0..657c102 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,6 @@ gemspec
- gem 'rake', '~> 10.4'
- gem 'rspec', '~> 3.1'
--gem 'simplecov', '~> 0.9'
- gem 'coveralls', '~> 0.7'
- gem 'awesome_print', '~> 1.2'
- gem 'pry', '~> 0.10'
+ gem "rake", "~> 10.4"
+ gem "rspec", "~> 3.3"
+-gem "simplecov", "~> 0.9"
+ gem "coveralls", "~> 0.7"
+ gem "awesome_print", "~> 1.2"
+ gem "pry", "~> 0.10"
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index 57a6cdb..da73f8b 100644
+index 2a4b73f..cb2ac2a 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,15 +1,5 @@
@@ -35,7 +33,7 @@ index 57a6cdb..da73f8b 100644
- Coveralls::SimpleCov::Formatter
-]
-SimpleCov.start do
-- add_filter 'vendor/cache'
+- add_filter "vendor/cache"
-end
-
require "tmuxinator"
diff --git a/debian/patches/0002-Drop-shebang.patch b/debian/patches/0002-drop-bash-completion-shebang.patch
similarity index 67%
rename from debian/patches/0002-Drop-shebang.patch
rename to debian/patches/0002-drop-bash-completion-shebang.patch
index ae9461a..cb9164a 100644
--- a/debian/patches/0002-Drop-shebang.patch
+++ b/debian/patches/0002-drop-bash-completion-shebang.patch
@@ -1,8 +1,7 @@
-From: Youhei SASAKI <uwabami at gfd-dennou.org>
-Date: Sat, 17 Oct 2015 02:46:06 +0900
-Subject: Drop shebang
+From: Guy Hughes <g at gxg.me>
+Date: Sat, 5 Dec 2015 19:19:20 -0500
+Subject: drop bash completion
-Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
completion/tmuxinator.bash | 2 --
1 file changed, 2 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
index 3d57165..e3f770d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-0001-DropSimpleCov.patch
-0002-Drop-shebang.patch
+0001-drop-SimpleCov.patch
+0002-drop-bash-completion-shebang.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tmuxinator.git
More information about the Pkg-ruby-extras-commits
mailing list