[DRE-commits] [ruby-little-plugger] 02/02: update Debian packaging to 1.1.4
Michael Moll
mmoll-guest at moszumanska.debian.org
Fri Aug 28 21:00:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
mmoll-guest pushed a commit to branch master
in repository ruby-little-plugger.
commit eb30e89212cab7fe07e4a4ca1104cce3a76d8240
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date: Fri Aug 28 22:59:50 2015 +0200
update Debian packaging to 1.1.4
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/patches/0001-Fix-for-ruby-2.0.patch | 21 ---------------------
debian/patches/series | 1 -
5 files changed, 9 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 02c39d9..ca85f98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-little-plugger (1.1.4-1) unstable; urgency=low
+
+ * Team upload
+ * New upstream release which is Ruby 2.x ready without patches
+
+ -- Michael Moll <kvedulv at kvedulv.de> Fri, 28 Aug 2015 22:05:41 +0200
+
ruby-little-plugger (1.1.3-1) unstable; urgency=medium
* Initial release.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 73fc74a..ccfa5e9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
ruby-rspec
diff --git a/debian/patches/0001-Fix-for-ruby-2.0.patch b/debian/patches/0001-Fix-for-ruby-2.0.patch
deleted file mode 100644
index c1e0f04..0000000
--- a/debian/patches/0001-Fix-for-ruby-2.0.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Hleb Valoshka <375gnu at gmail.com>
-Date: Tue, 14 Jul 2015 19:40:30 +0300
-Subject: Fix for ruby 2.0
-
----
- spec/little-plugger_spec.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/spec/little-plugger_spec.rb b/spec/little-plugger_spec.rb
-index 0f5f109..0f8a241 100644
---- a/spec/little-plugger_spec.rb
-+++ b/spec/little-plugger_spec.rb
-@@ -18,7 +18,7 @@ describe LittlePlugger do
- it "generates a default plugin module" do
- LittlePlugger.default_plugin_module('little_plugger').should be == LittlePlugger
- lambda {LittlePlugger.default_plugin_module('little_plugger/plugins')}.
-- should raise_error(NameError, 'uninitialized constant LittlePlugger::Plugins')
-+ should raise_error(NameError, 'uninitialized constant Plugins')
- LittlePlugger.default_plugin_module('process/status').should be == Process::Status
- end
- end
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6a7d32f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-for-ruby-2.0.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-little-plugger.git
More information about the Pkg-ruby-extras-commits
mailing list