[DRE-commits] [ruby-fastimage] 01/01: Imported Debian patch 1.6.3-1

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Aug 27 06:55:23 UTC 2014


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

uwabami-guest pushed a commit to branch master
in repository ruby-fastimage.

commit c7b9ecf1939eb9cb334628af3ecb8fe524cff5cb
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Aug 27 15:01:51 2014 +0900

    Imported Debian patch 1.6.3-1
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog                                   |   5 ++++
 debian/compat                                      |   1 +
 debian/control                                     |  23 +++++++++++++++
 debian/copyright                                   |  31 +++++++++++++++++++++
 ...st-fixtures-test2.bmp-from-upstream-repos.patch | Bin 0 -> 1563 bytes
 debian/patches/0002-Drop-RubyGems-Depends.patch    |  19 +++++++++++++
 debian/patches/series                              |   2 ++
 debian/ruby-fastimage.docs                         |   1 +
 debian/ruby-test-files.yaml                        |   2 ++
 debian/rules                                       |  15 ++++++++++
 debian/source/format                               |   1 +
 debian/source/include-binaries                     |   1 +
 debian/tests/control                               |   5 ++++
 debian/tests/gem2deb-test-runner                   |   4 +++
 debian/watch                                       |   2 ++
 15 files changed, 112 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3dbd07f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-fastimage (1.6.3-1) unstable; urgency=medium
+
+  * Initial release (Closes: #759421)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Wed, 27 Aug 2014 15:01:51 +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..ea893a8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: ruby-fastimage
+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>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~), ruby-addressable, ruby-fakeweb
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fastimage.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fastimage.git;a=summary
+Homepage: http://github.com/sdsykes/fastimage
+Testsuite: autopkgtest
+XS-Ruby-Versions: all
+
+Package: ruby-fastimage
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-addressable
+Description: Finds the size or type of image as little as needed
+ FastImage does this minimal fetch for image types GIF, JPEG, PNG, TIFF,
+ BMP and PSD.  And it doesn't rely on installing external libraries such
+ as RMagick (which relies on ImageMagick or GraphicsMagick) or
+ ImageScience (which relies on FreeImage). You only need supply the uri,
+ and FastImage will do the rest.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..50c5300
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fastimage
+Source:https://github.com/sdsykes/fastimage
+
+Files: *
+Copyright: 2008-2013 Stephen Sykes
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Youhei SASAKI <uwabami at gfd-dennou.org>
+License: Expat
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+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/patches/0001-Import-test-fixtures-test2.bmp-from-upstream-repos.patch b/debian/patches/0001-Import-test-fixtures-test2.bmp-from-upstream-repos.patch
new file mode 100644
index 0000000..b1c3197
Binary files /dev/null and b/debian/patches/0001-Import-test-fixtures-test2.bmp-from-upstream-repos.patch differ
diff --git a/debian/patches/0002-Drop-RubyGems-Depends.patch b/debian/patches/0002-Drop-RubyGems-Depends.patch
new file mode 100644
index 0000000..1cb195f
--- /dev/null
+++ b/debian/patches/0002-Drop-RubyGems-Depends.patch
@@ -0,0 +1,19 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Wed, 27 Aug 2014 15:08:25 +0900
+Subject: Drop RubyGems Depends
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ test/test.rb | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/test/test.rb b/test/test.rb
+index e725c75..1a429b3 100644
+--- a/test/test.rb
++++ b/test/test.rb
+@@ -1,5 +1,3 @@
+-require 'rubygems'
+-
+ require 'test/unit'
+ 
+ PathHere = File.dirname(__FILE__)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0439ce4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-Import-test-fixtures-test2.bmp-from-upstream-repos.patch
+0002-Drop-RubyGems-Depends.patch
diff --git a/debian/ruby-fastimage.docs b/debian/ruby-fastimage.docs
new file mode 100644
index 0000000..5d86051
--- /dev/null
+++ b/debian/ruby-fastimage.docs
@@ -0,0 +1 @@
+README.textile
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..d07675a
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,2 @@
+---
+- ./test/test.rb
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d81794d
--- /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.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/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..7e64afe
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/patches/0001-Import-test-fixtures-test2.bmp-from-upstream-repos.patch
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..f1c048f
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: gem2deb-test-runner
+Depends: @, gem2deb-test-runner, ruby-addressable, ruby-fakeweb, quilt
+Restrictions: allow-stderr
+
+# Test-Command: gem2deb-test-runner --autopkgtest 2>&1
diff --git a/debian/tests/gem2deb-test-runner b/debian/tests/gem2deb-test-runner
new file mode 100644
index 0000000..8c65b61
--- /dev/null
+++ b/debian/tests/gem2deb-test-runner
@@ -0,0 +1,4 @@
+#! /bin/sh
+quilt push -a
+gem2deb-test-runner --autopkgtest 2>&1
+quilt pop -a
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ccc2488
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/fastimage .*/fastimage-(.*).tar.gz

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



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