[DRE-commits] [ruby-numru-units] 02/02: Create Debian Package

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Fri Jan 31 16:38:40 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-units.

commit 9d89810145e585bec323ec5fe900522146ac1085
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sat Feb 1 01:15:24 2014 +0900

    Create Debian Package
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog                 |  6 ++++++
 debian/compat                    |  1 +
 debian/control                   | 21 +++++++++++++++++++++
 debian/copyright                 | 35 +++++++++++++++++++++++++++++++++++
 debian/ruby-numru-units.doc-base | 10 ++++++++++
 debian/ruby-numru-units.docs     |  2 ++
 debian/rules                     |  4 ++++
 debian/source/format             |  1 +
 debian/watch                     |  2 ++
 9 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..37a3029
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+ruby-numru-units (1.7-1) unstable; urgency=medium
+
+  * Initial Release (Closes: #546754)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Sat, 01 Feb 2014 01:15:24 +0900
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fa4fd95
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ruby-numru-units
+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-units.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-numru-units..git;a=summary
+Homepage: http://ruby.gfd-dennou.org/products/numru-units
+XS-Ruby-Versions: all
+
+Package: ruby-numru-units
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${misc:Depends}
+Description: Ruby class library to handle units of physical quantities
+ Numru-units is a class to handle units of physical quantities.
+ It covers most functionality of UNIDATA's UDUNITS Library
+ (http://www.unidata.ucar.edu/packages/udunits), however,
+ with a more sophisticated handling of string expressions.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..17f7723
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: numru-units
+Source: http://ruby.gfd-dennou.org/products/units
+
+Files: *
+Copyright: 2003-2004 TOYODA Eizi <toyoda at gfd-dennou.org>
+           2004-2011 Takeshi Horinouchi <horinout at gfd-dennou.org>
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright: 2004-2006 ODAKA Masatsugu <odakker at gfd-dennou.org>
+           2007-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-units.doc-base b/debian/ruby-numru-units.doc-base
new file mode 100644
index 0000000..62197df
--- /dev/null
+++ b/debian/ruby-numru-units.doc-base
@@ -0,0 +1,10 @@
+Document: ruby-numru-units
+Title: A Class of units of physical quantities.
+Author: Takeshi Horinouchi <horinout at gfd-dennou.org>
+Abstract: A Class of units of physical quantities.
+ Documents of NumRu Units - A Class of units of physical quantities.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-numru-units/units.html
+Files: /usr/share/doc/ruby-numru-units/units.html
diff --git a/debian/ruby-numru-units.docs b/debian/ruby-numru-units.docs
new file mode 100644
index 0000000..c9243e4
--- /dev/null
+++ b/debian/ruby-numru-units.docs
@@ -0,0 +1,2 @@
+doc/units.html
+doc/units.rd
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a613c77
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	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/watch b/debian/watch
new file mode 100644
index 0000000..13a93da
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.gfd-dennou.org/library/ruby/products/numru-units/release/ numru-units-(.*)\.tar\.gz

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



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