[DRE-commits] [SCM] org-ruby.git branch, master, updated. upstream/0.8.1_git.20130317.f632268-1-g79a6c2b

Per Andersson avtobiff at gmail.com
Tue Mar 19 07:50:11 UTC 2013


The following commit has been merged in the master branch:
commit 79a6c2b4699c5478d9670d84e175b02fb0828e59
Author: Per Andersson <avtobiff at gmail.com>
Date:   Mon Mar 18 21:58:47 2013 +0100

    Initial Debianization

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7b8426e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+org-ruby (0.8.1~git.20130317.f632268-1) unstable; urgency=low
+
+  * Initial release (Closes: #703283)
+
+ -- Per Andersson <avtobiff at gmail.com>  Mon, 18 Mar 2013 08:42:17 +0100
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..5d4e772
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,58 @@
+Source: org-ruby
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Per Andersson <avtobiff at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ gem2deb (>= 0.3.0~),
+ bundler,
+ coderay,
+ rake,
+ ruby-pygments.rb,
+ ruby-rspec,
+ ruby-rubypants,
+ ruby-tilt
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/org-ruby.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/org-ruby.git;a=summary
+Homepage: http://github.com/bdewey/org-ruby
+XS-Ruby-Versions: all
+
+Package: org-ruby
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter,
+ ruby-rubypants
+Recommends:
+ coderay,
+ ruby-pygments.rb
+Suggests:
+ org-ruby-doc
+Description: Emacs org-mode parser for Ruby
+ An Emacs org-mode parser written in Ruby. The most significant thing this
+ library does today is convert org-mode files to HTML or Textile. Currently,
+ you cannot do much to customize the conversion. The supplied textile
+ conversion is optimized for extracting "content" from the orgfile as opposed
+ to "metadata."
+
+Package: org-ruby-doc
+Architecture: all
+Section: doc
+Depends:
+ ${misc:Depends},
+ libjs-jquery
+Suggests:
+ org-ruby
+Description: Emacs org-mode parser for Ruby (documentation)
+ An Emacs org-mode parser written in Ruby. The most significant thing this
+ library does today is convert org-mode files to HTML or Textile. Currently,
+ you cannot do much to customize the conversion. The supplied textile
+ conversion is optimized for extracting "content" from the orgfile as opposed
+ to "metadata."
+ .
+ This package contains the documentation for org-ruby.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..05c954e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: org-ruby
+Source: http://github.com/bdewey/org-ruby
+
+Files: *
+Copyright: 2009-2013 Brian Dewey
+License: MIT
+
+Files: *
+Copyright: 2013 Per Andersson <avtobiff at gmail.com>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/org-ruby-doc.doc-base b/debian/org-ruby-doc.doc-base
new file mode 100644
index 0000000..734f32a
--- /dev/null
+++ b/debian/org-ruby-doc.doc-base
@@ -0,0 +1,14 @@
+Document: org-ruby-doc
+Title: Debian org-ruby manual
+Author: Brian Dewey
+Abstract: Emacs org-mode parser for Ruby
+ An Emacs org-mode parser written in Ruby. The most significant thing this
+ library does today is convert org-mode files to HTML or Textile. Currently,
+ you cannot do much to customize the conversion. The supplied textile
+ conversion is optimized for extracting "content" from the orgfile as opposed
+ to "metadata."
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/org-ruby-doc/html/index.html
+Files: /usr/share/doc/org-ruby-doc/html/*
diff --git a/debian/org-ruby-doc.install b/debian/org-ruby-doc.install
new file mode 100644
index 0000000..6083ed6
--- /dev/null
+++ b/debian/org-ruby-doc.install
@@ -0,0 +1 @@
+doc/*   usr/share/doc/org-ruby-doc/html/
diff --git a/debian/org-ruby-doc.links b/debian/org-ruby-doc.links
new file mode 100644
index 0000000..afc0036
--- /dev/null
+++ b/debian/org-ruby-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/org-ruby-doc/html/js/jquery.js
diff --git a/debian/org-ruby.1 b/debian/org-ruby.1
new file mode 100644
index 0000000..eec8541
--- /dev/null
+++ b/debian/org-ruby.1
@@ -0,0 +1,21 @@
+.TH ORG-RUBY "1" "March 2013" "org-ruby 0.8.1" "User Commands"
+.SH NAME
+org-ruby \- TODO
+.SH SYNOPSIS
+.B org-ruby
+\fI<file> \fR[\fIoptions\fR]
+.SH DESCRIPTION
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show this message
+.TP
+\fB\-d\fR, \fB\-\-debug\fR
+Run with $DEBUG true
+.TP
+\fB\-t\fR, \fB\-\-translate\fR FORMAT
+Translate the ORG file to the specified format.
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Print version
+.SH EXAMPLES
+TODO
diff --git a/debian/org-ruby.manpages b/debian/org-ruby.manpages
new file mode 100644
index 0000000..0bfd6a8
--- /dev/null
+++ b/debian/org-ruby.manpages
@@ -0,0 +1 @@
+debian/org-ruby.1
diff --git a/debian/patches/0001-Replace-illegal-US-ASCII-character-from-spec-data.patch b/debian/patches/0001-Replace-illegal-US-ASCII-character-from-spec-data.patch
new file mode 100644
index 0000000..550cdd0
--- /dev/null
+++ b/debian/patches/0001-Replace-illegal-US-ASCII-character-from-spec-data.patch
@@ -0,0 +1,21 @@
+From: Per Andersson <avtobiff at gmail.com>
+Date: Mon, 18 Mar 2013 21:00:32 +0100
+Subject: Replace illegal US-ASCII character from spec data
+
+---
+ spec/data/remember.org |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spec/data/remember.org b/spec/data/remember.org
+index da3616a..359b6ee 100644
+--- a/spec/data/remember.org
++++ b/spec/data/remember.org
+@@ -12,7 +12,7 @@
+ 
+    So, I added a User Variable for my account called http_proxy with
+    the value of http://<proxyserveraddress>:8080, rebooted, ran plan
+-   old vanillia gem install rails –include-dependencies, and magically,
++   old vanillia gem install rails -include-dependencies, and magically,
+    it worked
+ ** Hyper-V technical info
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..550a338
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Replace-illegal-US-ASCII-character-from-spec-data.patch
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..1e56d72
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+exec("rake spec")
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8b649ad
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/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.8 ruby1.9.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
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf doc
+
+override_dh_auto_build:
+	dh_auto_build
+	# build documentation
+	rdoc --main README.rdoc lib
+
+override_dh_auto_install:
+	dh_auto_install
+	# remove bundled jquery.js
+	rm -f tmp/tmp/usr/share/doc/org-ruby-doc/html/js/jquery.js
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/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..cd4eef6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/bdewey/org-ruby/ version-(.*).tar.gz

-- 
org-ruby.git



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