[DRE-commits] [ruby-htree] 01/03: added initial debian/

Jonas Genannt jonas at brachium-system.net
Tue Nov 26 17:21:46 UTC 2013


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

hggh-guest pushed a commit to branch master
in repository ruby-htree.

commit 53c3bb6d4c0ad68ec6158f172874b8636c4c5766
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Tue Nov 26 17:48:46 2013 +0100

    added initial debian/
---
 debian/changelog       | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat          |  1 +
 debian/control         | 30 +++++++++++++++++
 debian/copyright       | 69 ++++++++++++++++++++++++++++++++++++++
 debian/htree.gemspec   | 37 +++++++++++++++++++++
 debian/ruby-htree.docs |  1 +
 debian/rules           | 20 ++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  2 ++
 9 files changed, 250 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ca6f18a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,89 @@
+ruby-htree (0.8-2) unstable; urgency=low
+
+  * created debian/ with gem2deb (Closes: #722371)
+  * moved package to Ruby pkg extras team (#677287)
+  * added myself as Uploader
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Tue, 26 Nov 2013 17:30:32 +0100
+
+htree (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/source/format: New.
+  * debian/patches/01-makefile.diff: New.
+  * debian/rules: Re-write for newer debhelper.
+
+ -- NIIBE Yutaka <gniibe at fsij.org>  Wed, 10 Jul 2013 07:29:37 +0000
+
+htree (0.7-5) unstable; urgency=low
+
+  * debian/control (Build-Depends, Build-Depends-Indep):
+    Added ruby1.8, removed rdoc (Closes: #581317).
+    Thanks to Lucas Nussbaum <lucas at lucas-nussbaum.net>
+    (Homepage): Added.
+  
+ -- NIIBE Yutaka <gniibe at fsij.org>  Thu, 13 May 2010 10:39:40 +0900
+
+htree (0.7-4) unstable; urgency=low
+
+  Ruby 1.9.1 fixes (Closes: #569878).
+  Thanks to Lucas Nussbaum <lucas at lucas-nussbaum.net>
+  * debian/control (Package): Package name is libhtree-ruby1.9.1 now.
+  (Depends): libruby1.9.1.
+  * debian/rules: libtree-ruby1.9.1.
+  * debian/libhtree-ruby1.9.{dirs,docs,install}: Renamed to 1.9.1.
+  * debian/libhtree-ruby1.9.1.install: Follow the change of pathname.
+  
+ -- NIIBE Yutaka <gniibe at fsij.org>  Wed, 24 Mar 2010 11:52:58 +0900
+
+htree (0.7-3) unstable; urgency=low
+
+  * debian/control (Standards-Version): Updated to 3.8.4.
+  (Section): Changed to ruby (was: interpreters).
+  (Depends): Added ${misc:Depends}.
+  * debian/rules: Use 1.9.1 for load path (Closes: #569878).
+  * debian/libhtree-ruby1.9.{dirs,install}: Ditto.
+
+ -- NIIBE Yutaka <gniibe at fsij.org>  Wed, 24 Feb 2010 14:48:10 +0900
+
+htree (0.7-2) unstable; urgency=low
+
+  * debian/rules: Use 1.9.0 for load path (Closes: #484620).
+  * debian/libhtree-ruby1.9.{dirs,install}: Ditto.
+
+ -- NIIBE Yutaka <gniibe at fsij.org>  Fri, 13 Jun 2008 08:41:01 +0900
+
+htree (0.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/watch: New file.
+  * debian/control: Added libhtree-ruby1.9 (Closes: #379017).
+
+ -- NIIBE Yutaka <gniibe at fsij.org>  Mon, 14 Apr 2008 13:16:50 +0900
+
+htree (0.6-1) unstable; urgency=low
+
+  * New maintainer (Closes: #472715).
+  * New upstream release (Closes: #379016).
+
+ -- NIIBE Yutaka <gniibe at fsij.org>  Fri, 28 Mar 2008 12:41:25 +0900
+
+htree (0.0.20040714-1) unstable; urgency=low
+
+  * New upstream release
+  * cvs checkout on 20040714
+
+ -- Takuo KITAME <kitame at debian.org>  Wed, 14 Jul 2004 16:17:40 +0900
+
+htree (0.0.20040617-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Takuo KITAME <kitame at debian.org>  Fri, 18 Jun 2004 12:30:00 +0900
+
+htree (0.0.20040611-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Takuo KITAME <kitame at debian.org>  Fri, 11 Jun 2004 11:08:55 +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..89d8236
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: ruby-htree
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: NIIBE Yutaka <gniibe at fsij.org>
+Build-Depends: debhelper (>= 9), gem2deb (>= 0.4.1~)
+Standards-Version: 3.9.5
+Homepage: http://www.a-k-r.org/htree/
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-htree.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-htree.git;a=summary
+XS-Ruby-Versions: all
+
+Package: ruby-htree
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Description: HTML/XML tree library for Ruby
+ htree provides a tree data structure which represent HTML and XML data.
+
+Package: libhtree-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, libruby1.8
+Description: HTML/XML tree library for Ruby 1.8
+ htree provides a tree data structure which represent HTML and XML data.
+
+Package: libhtree-ruby1.9.1
+Architecture: all
+Depends: ${misc:Depends}, libruby1.9.1
+Description: HTML/XML tree library for Ruby 1.9.1
+ htree provides a tree data structure which represent HTML and XML data.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4435cdd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,69 @@
+This package was debianized by Takuo KITAME <kitame at debian.org> on
+Thu, 10 Jun 2004 12:01:19 +0900.
+
+It was downloaded from http://cvs.m17n.org/~akr/htree/
+
+Upstream Author: Tanaka Akira <akr at m17n.org>
+
+Copyright:
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see COPYING file), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+	  with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+     They are gc.c(partly), utils.c(partly), regex.[ch], fnmatch.[ch],
+     glob.c, st.[ch] and some files under the ./missing directory.  See
+     each file for the copying condition.
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+-- 
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/htree.gemspec b/debian/htree.gemspec
new file mode 100644
index 0000000..64e175e
--- /dev/null
+++ b/debian/htree.gemspec
@@ -0,0 +1,37 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+  s.name = "htree"
+  s.version = "0.8"
+
+  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+  s.authors = ["Tanaka Akira"]
+  s.date = "2013-11-26"
+  s.description = "htree provides a tree data structure which represent HTML and XML data."
+  s.email = ["akr at fsij.org"]
+  s.extra_rdoc_files = [
+    "README"
+  ]
+  s.files = [
+    "lib"
+  ]
+  s.homepage = "http://www.a-k-r.org/htree/"
+  s.require_paths = ["lib"]
+  s.rubygems_version = "1.8.23"
+  s.summary = "Ruby HTML/XML tree library"
+
+  if s.respond_to? :specification_version then
+    s.specification_version = 3
+
+    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+      s.add_development_dependency(%q<rspec>, [">= 2.3"])
+    else
+      s.add_dependency(%q<rspec>, [">= 2.3"])
+    end
+  else
+    s.add_dependency(%q<rspec>, [">= 2.3"])
+  end
+end
diff --git a/debian/ruby-htree.docs b/debian/ruby-htree.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/ruby-htree.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..13833c2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile-gmake -*-
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+export DH_RUBY_GEMSPEC=debian/htree.gemspec
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
+
+# move htree.rb, htree into lib on buildtime, because gem2deb needs lib/
+override_dh_auto_configure:
+	mkdir lib
+	cp -R htree.rb htree lib/
+	dh_auto_configure -O--buildsystem=ruby
+
+override_dh_auto_clean:
+	rm -rf lib
+	dh_auto_clean -O--buildsystem=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..74c7642
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://a-k-r.org/htree/htree-(.*)\.tar\.gz

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



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