[DRE-commits] [pry] 01/02: also drop formal dependency on slop in the metadata.
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Aug 19 23:18:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository pry.
commit 77ddd8dbf94fed7504ba1164029106f8382500d6
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Aug 20 01:09:07 2015 +0200
also drop formal dependency on slop in the metadata.
---
debian/changelog | 7 +++++++
debian/patches/use-embedded-pry.patch | 23 +++++++++++++++++++++++
debian/rules | 3 +--
3 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 070bb53..656c2f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pry (0.10.1-3) UNRELEASED; urgency=medium
+
+ * debian/patches/use-embedded-pry.patch: also drop formal dependency on
+ slop in the metadata.
+
+ -- Antonio Terceiro <terceiro at debian.org> Thu, 20 Aug 2015 01:08:06 +0200
+
pry (0.10.1-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/use-embedded-pry.patch b/debian/patches/use-embedded-pry.patch
index 8911ac4..a1c25be 100644
--- a/debian/patches/use-embedded-pry.patch
+++ b/debian/patches/use-embedded-pry.patch
@@ -9,3 +9,26 @@
require 'rbconfig'
require 'tempfile'
require 'pathname'
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -27,20 +27,6 @@ dependencies:
+ - !ruby/object:Gem::Version
+ version: 1.1.0
+ - !ruby/object:Gem::Dependency
+- name: slop
+- requirement: !ruby/object:Gem::Requirement
+- requirements:
+- - - "~>"
+- - !ruby/object:Gem::Version
+- version: '3.4'
+- type: :runtime
+- prerelease: false
+- version_requirements: !ruby/object:Gem::Requirement
+- requirements:
+- - - "~>"
+- - !ruby/object:Gem::Version
+- version: '3.4'
+-- !ruby/object:Gem::Dependency
+ name: method_source
+ requirement: !ruby/object:Gem::Requirement
+ requirements:
diff --git a/debian/rules b/debian/rules
index 3ef39c9..bc40401 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-# Uncomment to check dependencies during build:
-# export GEM2DEB_TEST_RUNNER = --check-dependencies
+export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pry.git
More information about the Pkg-ruby-extras-commits
mailing list