[DRE-commits] [ruby-jar-dependencies] 01/04: Remove conflicting rubygems plugin
Miguel Landaeta
nomadium at moszumanska.debian.org
Sat Aug 5 14:20:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository ruby-jar-dependencies.
commit cb87d9bc7c2dacd9e81a24ee1a40aa0891ff1e9c
Author: Miguel Landaeta <nomadium at debian.org>
Date: Sat Aug 5 15:17:46 2017 +0100
Remove conflicting rubygems plugin
---
debian/changelog | 7 +++++++
debian/rules | 5 +++++
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e4a74e2..c65593e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-jar-dependencies (0.3.10-2) UNRELEASED; urgency=medium
+
+ * Remove /usr/lib/ruby/vendor_ruby/rubygems_plugin.rb since is causing
+ upgrade problems. (Closes: #857375)
+
+ -- Miguel Landaeta <nomadium at debian.org> Sat, 05 Aug 2017 14:02:11 +0000
+
ruby-jar-dependencies (0.3.10-1) unstable; urgency=medium
* Initial release. (Closes: #855086)
diff --git a/debian/rules b/debian/rules
index b2ca2c1..4f90f5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
+override_dh_install:
+ dh_install
+ # https://bugs.debian.org/857375
+ rm -f debian/ruby-jar-dependencies/usr/lib/ruby/vendor_ruby/rubygems_plugin.rb
+
override_dh_auto_clean:
dh_auto_clean
-rm -r ./pkg/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jar-dependencies.git
More information about the Pkg-ruby-extras-commits
mailing list