[DRE-commits] [ruby-json] 02/06: Use debian/gemspec introduced with gem2deb 0.35 to specify gemspec to use

Cédric Boutillier boutil at moszumanska.debian.org
Tue Jul 18 21:57:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-json.

commit 20b4fba0c0c482ff126415738a2d7c503ad388a7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jul 18 21:18:15 2017 +0200

    Use debian/gemspec introduced with gem2deb 0.35 to specify gemspec to use
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/gemspec   | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 21f3f3c..e751238 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ruby-json (2.1.0+dfsg-1) UNRELEASED; urgency=medium
   * Refresh 0003-Remove-additional-gemspec-files.patch and
     04-fix-tests-path.patch
   * Drop 0005-Disable-rubygems-usage-in-tests-helper.patch, not needed anymore
+  * Use debian/gemspec introduced with gem2deb 0.35 to specify gemspec to use
 
  -- Cédric Boutillier <boutil at debian.org>  Fri, 07 Jul 2017 00:38:33 +0200
 
diff --git a/debian/control b/debian/control
index 6045079..6a5d58d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Lucas Nussbaum <lucas at debian.org>,
            Cédric Boutillier <boutil at debian.org>
 Build-Depends: debhelper (>= 10~),
                default-jdk,
-               gem2deb,
+               gem2deb (>= 0.35~),
                jruby,
                locales-all,
                ruby-test-unit
diff --git a/debian/gemspec b/debian/gemspec
new file mode 120000
index 0000000..58e104f
--- /dev/null
+++ b/debian/gemspec
@@ -0,0 +1 @@
+../json.gemspec
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-json.git



More information about the Pkg-ruby-extras-commits mailing list