[DRE-commits] [ruby-kakasi-ffi] 01/01: Imported Debian patch 1.0.1-1

Takatsugu Nokubi knok at moszumanska.debian.org
Thu Sep 4 07:11:24 UTC 2014


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

knok pushed a commit to branch master
in repository ruby-kakasi-ffi.

commit 9a9f0cf38ba15cb764185146612e78f9c78e7ea3
Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
Date:   Wed Sep 3 05:55:53 2014 +0000

    Imported Debian patch 1.0.1-1
---
 debian/changelog            |  5 +++++
 debian/compat               |  1 +
 debian/control              | 26 ++++++++++++++++++++++++++
 debian/copyright            | 38 ++++++++++++++++++++++++++++++++++++++
 debian/ruby-kakasi-ffi.docs |  2 ++
 debian/ruby-test-files.yaml |  3 +++
 debian/rules                | 15 +++++++++++++++
 debian/source/format        |  1 +
 debian/tests/control        |  9 +++++++++
 debian/watch                |  2 ++
 10 files changed, 102 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3ef468e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-kakasi-ffi (1.0.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #760262)
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Wed, 03 Sep 2014 05:55:53 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d41fcb7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: ruby-kakasi-ffi
+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
+Homepage: https://github.com/knu/kakasi_ffi
+Testsuite: autopkgtest
+XS-Ruby-Versions: all
+
+Package: ruby-kakasi-ffi
+Architecture: any
+Provides: ruby-kakasi
+Replaces: ruby-kakasi
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+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/copyright b/debian/copyright
new file mode 100644
index 0000000..00e03ed
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kakasi_ffi
+Source: https://github.com/knu/kakasi_ffi
+
+Files: *
+Copyright: Copyright (c) 2013, 2014 Akinori MUSHA
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2014  <knok at daionet.gr.jp>
+License: BSD-2-clause
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: BSD-2-clause
+ Copyright (c) 2013, 2014 Akinori MUSHA
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.	 IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
diff --git a/debian/ruby-kakasi-ffi.docs b/debian/ruby-kakasi-ffi.docs
new file mode 100644
index 0000000..07b3c9e
--- /dev/null
+++ b/debian/ruby-kakasi-ffi.docs
@@ -0,0 +1,2 @@
+# FIXME: READMEs found
+# README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..3a5543e
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,3 @@
+---
+- test/helper.rb
+- test/test_kakasi.rb
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d81794d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/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
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..ba12c70
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,9 @@
+Test-Command: gem2deb-test-runner --autopkgtest 2>&1
+Depends: @, gem2deb-test-runner
+#FIXME: add to Depends ruby-rspec, ruby-test-unit... if needed
+#Restrictions: allow-stderr
+
+#FIXME: replace LIB by the name of the main file of the library
+#Test-Command: ruby -r LIB -e "puts true"
+#Depends: @
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a85a20b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/kakasi .*/kakasi-(.*).tar.gz

-- 
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