[DRE-commits] [ruby-diaspora-vines] 02/08: Imported Debian patch 0.2.0.develop.4-1

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jun 7 08:58:16 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-diaspora-vines.

commit 6d1138f849ac076f3ab12e81b385403852cb3ef2
Author: Sudheesh Shetty <sudheeshshetty at gmail.com>
Date:   Wed Feb 3 08:54:54 2016 +0530

    Imported Debian patch 0.2.0.develop.4-1
---
 debian/changelog                   |  5 +++
 debian/compat                      |  1 +
 debian/control                     | 19 ++++++++++++
 debian/copyright                   | 35 +++++++++++++++++++++
 debian/ruby-diaspora-vines.docs    |  2 ++
 debian/ruby-diaspora-vines.install |  3 ++
 debian/ruby-test-files.yaml        | 63 ++++++++++++++++++++++++++++++++++++++
 debian/rules                       | 15 +++++++++
 debian/source/format               |  1 +
 debian/watch                       |  2 ++
 10 files changed, 146 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..888d04a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-diaspora-vines (0.2.0.develop.4-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)
+
+ -- Sudheesh Shetty <sudheeshshetty at gmail.com>  Wed, 03 Feb 2016 08:54:54 +0530
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..edcfc45
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: ruby-diaspora-vines
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Sudheesh Shetty <sudheeshshetty at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
+Standards-Version: 3.9.4
+#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-diaspora-vines.git
+#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-diaspora-vines.git;a=summary
+Homepage: https://diasporafoundation.org
+XS-Ruby-Versions: all
+
+Package: ruby-diaspora-vines
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+# bcrypt (~> 3.1), em-hiredis (~> 0.3.0), eventmachine (~> 1.0.8), http_parser.rb (~> 0.6), nokogiri (~> 1.6), activerecord (~> 4.1), pronto (~> 0.4.2, development), pronto-rubocop (~> 0.4.4, development), rails (~> 4.1, development), sqlite3 (~> 1.3.9, development), minitest (~> 5.8, development), rake (~> 10.3, development)
+Description: Diaspora-vines is a Vines fork build for diaspora integration.
+ Diaspora-vines is a Vines fork build for diaspora integration. DO NOT use it unless you know what you are doing!
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4924d24
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: diaspora-vines
+Source: FIXME <http://example.com/>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: GPL-2+ (FIXME)
+
+Files: debian/*
+Copyright: 2016 Sudheesh Shetty <sudheeshshetty at gmail.com>
+License: GPL-2+ (FIXME)
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: GPL-2+ (FIXME)
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/ruby-diaspora-vines.docs b/debian/ruby-diaspora-vines.docs
new file mode 100644
index 0000000..07b3c9e
--- /dev/null
+++ b/debian/ruby-diaspora-vines.docs
@@ -0,0 +1,2 @@
+# FIXME: READMEs found
+# README.md
diff --git a/debian/ruby-diaspora-vines.install b/debian/ruby-diaspora-vines.install
new file mode 100644
index 0000000..d9ebf8c
--- /dev/null
+++ b/debian/ruby-diaspora-vines.install
@@ -0,0 +1,3 @@
+# FIXME: conf/ dir found in source. Consider installing it somewhere.
+# Examples:
+# conf/* /etc/
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..3b54f8d
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,63 @@
+---
+- test/error_test.rb
+- test/test_helper.rb
+- test/storage/local_test.rb
+- test/storage/mock_redis.rb
+- test/storage/sql_schema.rb
+- test/storage/sql_test.rb
+- test/storage/null_test.rb
+- test/storage/storage_tests.rb
+- test/ext/nokogiri.rb
+- test/contact_test.rb
+- test/store_test.rb
+- test/cluster/sessions_test.rb
+- test/cluster/publisher_test.rb
+- test/cluster/subscriber_test.rb
+- test/config_test.rb
+- test/stream/parser_test.rb
+- test/stream/client/ready_test.rb
+- test/stream/client/auth_test.rb
+- test/stream/client/session_test.rb
+- test/stream/sasl_test.rb
+- test/stream/http/sessions_test.rb
+- test/stream/http/start_test.rb
+- test/stream/http/ready_test.rb
+- test/stream/http/auth_test.rb
+- test/stream/http/request_test.rb
+- test/stream/component/start_test.rb
+- test/stream/component/ready_test.rb
+- test/stream/component/handshake_test.rb
+- test/stream/server/start_test.rb
+- test/stream/server/ready_test.rb
+- test/stream/server/auth_test.rb
+- test/stream/server/auth_method_test.rb
+- test/stream/server/outbound/start_test.rb
+- test/stream/server/outbound/auth_restart_test.rb
+- test/stream/server/outbound/auth_external_test.rb
+- test/stream/server/outbound/auth_test.rb
+- test/stream/server/outbound/auth_dialback_result_test.rb
+- test/stream/server/outbound/authoritative_test.rb
+- test/token_bucket_test.rb
+- test/router_test.rb
+- test/user_test.rb
+- test/stanza/message_test.rb
+- test/stanza/presence/subscribe_test.rb
+- test/stanza/presence/probe_test.rb
+- test/stanza/pubsub/publish_test.rb
+- test/stanza/pubsub/delete_test.rb
+- test/stanza/pubsub/create_test.rb
+- test/stanza/pubsub/unsubscribe_test.rb
+- test/stanza/pubsub/subscribe_test.rb
+- test/stanza/iq_test.rb
+- test/stanza/iq/roster_test.rb
+- test/stanza/iq/vcard_test.rb
+- test/stanza/iq/disco_info_test.rb
+- test/stanza/iq/private_storage_test.rb
+- test/stanza/iq/session_test.rb
+- test/stanza/iq/version_test.rb
+- test/stanza/iq/disco_items_test.rb
+- test/jid_test.rb
+- test/stanza_test.rb
+- test/config/host_test.rb
+- test/config/pubsub_test.rb
+- test/kit_test.rb
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..82ddc0c
--- /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=ruby1.9.1 ruby2.0 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/watch b/debian/watch
new file mode 100644
index 0000000..d4066a2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/diaspora-vines .*/diaspora-vines-(.*).tar.gz

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



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