[DRE-commits] [SCM] ruby-shoulda-context.git branch, master, updated. 31cc88a23e4ed5a961c557d03fe3fd5210ee7fa0

Antonio Terceiro terceiro at softwarelivre.org
Tue Jun 7 04:20:06 UTC 2011


The following commit has been merged in the master branch:
commit a119f8f06cface6a146076f8be6cb61a4c329596
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sat Jun 4 23:26:22 2011 -0700

    Add Debian packaging

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8e7e0d9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-shoulda-context (1.0.0~beta1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #626017).
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Sat, 04 Jun 2011 23:13:21 -0700
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..bec0683
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: ruby-shoulda-context
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Terceiro <terceiro at softwarelivre.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3)
+Standards-Version: 3.9.1
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-shoulda-context.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-shoulda-context.git;a=summary
+Homepage: https://github.com/thoughtbot/shoulda-context
+XS-Ruby-Versions: all
+
+Package: ruby-shoulda-context
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Conflicts: libshoulda-ruby (<< 2.11.3-1~), libshoulda-ruby1.8 (<< 2.11.3-1~)
+Description: context framework for Test::Unit
+ Contexts let you organize unit tests is groups, which can have common
+ setup/teardown blocks. This package contains an implementation of contexts for
+ the Test::Unit testing framework that was extracted from shoulda (in package
+ ruby-shoulda).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f839f2f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: shoulda-context
+Source: https://github.com/thoughtbot/shoulda-context
+
+Files: *
+Copyright:
+  Copyright © 2007, Tammer Saleh, Thoughtbot, Inc. 
+  Copyright © 2006-2010 thoughtbot, inc.
+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.
+
+Files: debian/*
+Copyright: Copyright © 2011 Antonio Terceiro <terceiro at softwarelivre.org>
+License:
+ Debian packaging is licensed under the same terms as the original package.
diff --git a/debian/ruby-shoulda-context.docs b/debian/ruby-shoulda-context.docs
new file mode 100644
index 0000000..e475c53
--- /dev/null
+++ b/debian/ruby-shoulda-context.docs
@@ -0,0 +1 @@
+README.rdoc
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..5ddf7eb
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,8 @@
+# adapted from upstream Rakefile
+test_files_pattern = 'test/**/*_test.rb'
+Rake::TestTask.new do |t|
+  t.libs << 'debian/ruby-shoulda-context/usr/lib/ruby/vendor_ruby'
+  t.libs << 'test'
+  t.pattern = test_files_pattern
+  t.verbose = false
+end
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a5e7dc8
--- /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.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
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..0a3965a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/shoulda-context .*/shoulda-context-(.*).tar.gz

-- 
ruby-shoulda-context.git



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