[DRE-commits] [ruby-numru-misc] 01/01: Create Debian Package
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Fri Jan 31 17:27:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository ruby-numru-misc.
commit 463b0fb5915ab48c840d84faa3bd3d633b37fffa
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sat Feb 1 01:48:36 2014 +0900
Create Debian Package
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 20 ++++++++++++++++++++
debian/copyright | 34 ++++++++++++++++++++++++++++++++++
debian/ruby-numru-misc.doc-base | 10 ++++++++++
debian/ruby-numru-misc.docs | 4 ++++
debian/ruby-numru-misc.links | 1 +
debian/rules | 7 +++++++
debian/source/format | 1 +
debian/watch | 2 ++
10 files changed, 86 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bb2fe67
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+ruby-numru-misc (0.1.1-1) unstable; urgency=medium
+
+ * Initial Release (Closes: #737234)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Sat, 01 Feb 2014 01:48:36 +0900
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..eeb5d05
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: ruby-numru-misc
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
+Build-Depends: debhelper (>= 9.0~), gem2deb
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-numru-misc.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-numru-misc.git;a=summary
+Homepage: http://ruby.gfd-dennou.org/products/misc
+XS-Ruby-Versions: all
+
+Package: ruby-numru-misc
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${misc:Depends}
+Description: Miscellaneous functions and classes to help Ruby programming
+ This package provides miscellaneous functions and classes to help Ruby
+ programming for numerical computing, to be used in other
+ NumRu(NumericalRuby) libraries.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5fc0926
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: numru-misc
+Source: http://ruby.gfd-dennou.org/products/misc
+
+Files: *
+Copyright: 2008-2011 Takeshi Horinouchi <horinout at gfd-dennou.org>
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright: 2004-2006 ODAKA Masatsugu <odakker at gfd-dennou.org>
+ 2006-2014 Youhei SASAKI <uwabami at gfd-dennou.org>
+License: BSD-2-Clause
+
+License: BSD-2-Clause
+ 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 COPYRIGHT HOLDERS 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 HOLDERS 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.
\ No newline at end of file
diff --git a/debian/ruby-numru-misc.doc-base b/debian/ruby-numru-misc.doc-base
new file mode 100644
index 0000000..450b986
--- /dev/null
+++ b/debian/ruby-numru-misc.doc-base
@@ -0,0 +1,10 @@
+Document: ruby-numru-misc
+Title: Miscellaneous functions and classes to help Numerical Ruby programming
+Author: Takeshi Horinouchi <horinout at gfd-dennou.org>
+Abstract: Miscellaneous functions and classes to help Ruby programming
+ Documents of NumRu Misc - Miscellaneous functions and classes to help Ruby programming
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-numru-misc/index.html
+Files: /usr/share/doc/ruby-numru-misc/*.html
diff --git a/debian/ruby-numru-misc.docs b/debian/ruby-numru-misc.docs
new file mode 100644
index 0000000..8fba2f7
--- /dev/null
+++ b/debian/ruby-numru-misc.docs
@@ -0,0 +1,4 @@
+doc/emath.html
+doc/misc.html
+doc/keywordopt.html
+doc/md_iterators.html
diff --git a/debian/ruby-numru-misc.links b/debian/ruby-numru-misc.links
new file mode 100644
index 0000000..6cbe755
--- /dev/null
+++ b/debian/ruby-numru-misc.links
@@ -0,0 +1 @@
+usr/share/doc/ruby-numru-misc/misc.html usr/share/doc/ruby-numru-misc/index.html
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..09567b9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem ruby --with ruby
+
+override_dh_installchangelogs:
+ dh_installchangelogs -k $(CURDIR)/ChangeLog
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/watch b/debian/watch
new file mode 100644
index 0000000..2588b5d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.gfd-dennou.org/library/ruby/products/numru-misc/release/ numru-misc-(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-numru-misc.git
More information about the Pkg-ruby-extras-commits
mailing list