[DRE-commits] [diaspora-gems-compat] 01/08: create inital version

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed May 6 08:11:31 UTC 2015


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

praveen pushed a commit to branch master
in repository diaspora-gems-compat.

commit 8a1e422fb9d78aecdb9cb375b51e00689d8677ae
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 6 12:25:21 2015 +0530

    create inital version
---
 debian/README.source |  5 +++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules         | 15 +++++++++++++++
 debian/source/format |  1 +
 6 files changed, 63 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..e40d749
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+download the required version of gem file
+
+gem fetch -v=x.y.z <gem>
+gem2tgz gem-x.y.z.gem
+tar -zxvf gem-x.y.z
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..85ad04d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+diaspora-gems-compat (0.5.0.0+debian1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #784422)
+
+ -- Pirate Praveen <praveen at debian.org>  Wed, 06 May 2015 12:22:44 +0530
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..c027f4a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: diaspora-gems-compat
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/diaspora-gems-compat.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/diaspora-gems-compat.git;a=summary
+Homepage: http://wiki.debian.org/Diaspora
+XS-Ruby-Versions: all
+
+Package: diaspora-gems-compat
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: distributed social networking service - gems compatibility
+ Diaspora (currently styled diaspora* and formerly styled DIASPORA*) is a free
+ personal web server that implements a distributed social networking service.
+ Installations of the software form nodes (termed "pods") which make up the
+ distributed Diaspora social network.
+ .
+ Diaspora is intended to address privacy concerns related to centralized
+ social networks by allowing users to set up their own server (or "pod") to
+ host content; pods can then interact to share status updates, photographs,
+ and other social data. It allows its users to host their data with a
+ traditional web host, a cloud-based host, an ISP, or a friend. The framework,
+ which is being built on Ruby on Rails, is free software and can be
+ experimented with by external developers.
+ .
+ Learn more about Diaspora at http://diasporafoundation.org
+ .
+ This package provides a different version of a rubygem when the version
+ available in debian is incompatible with diaspora. For example, debian has
+ 3.x version of bootstrap-sass, but diaspora needs version 2.x. So this package
+ provides 2.x version of bootstrap-sass.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..06981cd
--- /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.0 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..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)

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



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