[DRE-commits] [ruby-kakasi-ffi] 03/07: Update Debian packaging using dh-make-ruby -w
zeha at debian.org
zeha at debian.org
Thu Feb 25 00:13:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-kakasi-ffi.
commit 7c52c793bda4319bd3fecea5320ba513605f6db5
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Wed Feb 24 23:44:57 2016 +0000
Update Debian packaging using dh-make-ruby -w
---
debian/compat | 2 +-
debian/control | 18 +++++++++++-------
debian/rules | 13 ++-----------
3 files changed, 14 insertions(+), 19 deletions(-)
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 d41fcb7..b056d9e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,15 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: NOKUBI Takatsugu <knok at daionet.gr.jp>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~), bundler
-Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-kakasi-ffi.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-kakasi-ffi.git;a=summary
+Build-Depends: bundler,
+ debhelper (>= 9~),
+ gem2deb,
+ rake
+Standards-Version: 3.9.6
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-kakasi-ffi.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-kakasi-ffi.git
Homepage: https://github.com/knu/kakasi_ffi
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-kakasi-ffi
@@ -16,11 +19,12 @@ Architecture: any
Provides: ruby-kakasi
Replaces: ruby-kakasi
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: KAKASI interface for Ruby with Fiddle/DL/FFI
KAKASI interface for the object-oriented scripting language Ruby.
KAKASI is the language processing filter to convert Kanji characters
to Hiragana, Katakana or Romaji(alphabetical description of Japanese
pronunciation).
This package is replacement for ruby-kakasi.
-
diff --git a/debian/rules b/debian/rules
index d81794d..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+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/ruby-kakasi-ffi.git
More information about the Pkg-ruby-extras-commits
mailing list