[DRE-commits] [SCM] pry.git branch, master, updated. 124267faa40ccc45fde00d54d7db457259fb0afa

Youhei SASAKI uwabami at gfd-dennou.org
Wed Feb 22 23:41:17 UTC 2012


The following commit has been merged in the master branch:
commit 5420e744ab2b9e249c3c31a0d892ac6c950792c7
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Feb 20 15:25:23 2012 +0900

    Create Debian Package
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..96925dd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-pry (0.9.8.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #660619)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Mon, 20 Feb 2012 15:25:23 +0900
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..99823a3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: ruby-pry
+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>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~),
+ ruby-slop, ruby-method-source, ruby-bacon, ruby-coderay, rubygems
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-pry.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-pry.git;a=summary
+Homepage: http://pry.github.com
+XS-Ruby-Versions: all
+
+Package: ruby-pry
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-coderay, ruby-slop, ruby-method-source, rubygems
+Description: powerfull irb alternative and runtime developer console
+ Pry is a powerful alternative to the standard IRB shell for Ruby. It is
+ written from scratch to provide a number of advanced features, some of
+ these include:
+ .
+  - Source code browsing (including core C source with the pry-doc gem)
+  - Documentation browsing
+  - Live help system
+  - Open methods in editors (`edit-method Class#method`)
+  - Syntax highlighting
+  - Command shell integration (start editors, run git, and rake from
+    within Pry)
+  - Gist integration
+  - Navigation around state (`cd`, `ls` and friends)
+  - Runtime invocation (use Pry as a developer console or debugger)
+  - Exotic object support (BasicObject instances, IClasses, ...)
+  - A Powerful and flexible command system
+  - Ability to view and replay history
+  - Many convenience commands inspired by IPython, Smalltalk and other
+    advanced  REPLs
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..82ad293
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: pry
+Source: https://github.com/pry/pry
+
+Files: *
+Copyright: 2011 John Mair (banisterfiend)
+License: Expat
+
+Files: debian/*
+Copyright: 2012 Youhei SASAKI <uwabami at gfd-dennou.org>
+License: Expat
+
+License: Expat
+ 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/ruby-pry.docs b/debian/ruby-pry.docs
new file mode 100644
index 0000000..53cfb6b
--- /dev/null
+++ b/debian/ruby-pry.docs
@@ -0,0 +1,2 @@
+# FIXME: READMEs found
+# README.markdown
diff --git a/debian/ruby-pry.examples b/debian/ruby-pry.examples
new file mode 100644
index 0000000..d970cc8
--- /dev/null
+++ b/debian/ruby-pry.examples
@@ -0,0 +1,3 @@
+# FIXME: examples/ dir found in source. Consider installing the examples.
+# Examples:
+# examples/*
diff --git a/debian/ruby-pry.manpages b/debian/ruby-pry.manpages
new file mode 100644
index 0000000..53dc789
--- /dev/null
+++ b/debian/ruby-pry.manpages
@@ -0,0 +1,2 @@
+# FIXME: man/ dir found in source. Consider installing manpages
+# man/pry.1
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..1fe4f75
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+system("#{ENV['RUBY_TEST_BIN']} -Idebian/ruby-pry/usr/lib/ruby/vendor_ruby /usr/bin/bacon -Itest -rubygems -a -q") or raise
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..77d9421
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#
+export DH_RUBY_IGNORE_TESTS=require-rubygems
+
+%:
+	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..aced93c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/pry .*/pry-(.*).tar.gz

-- 
pry.git



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