[DRE-commits] [ruby-fastimage] 02/02: Re-create Debian Package

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Sep 24 10:37:12 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 dd5cd4fe72e99207f16d45d146bfd451ba367084
Merge: ec3b42a a927582
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Sep 24 19:32:42 2014 +0900

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

 .gitignore                                         |   1 +
 .travis.yml                                        |   8 ++
 Gemfile                                            |   2 +
 Rakefile                                           |  20 ++++
 ...ends.patch => 0001-Drop-RubyGems-Depends.patch} |   0
 ...st-fixtures-test2.bmp-from-upstream-repos.patch | Bin 1563 -> 0 bytes
 debian/patches/series                              |   3 +-
 fastimage.gemspec                                  |  51 ++++++++
 metadata.yml                                       | 131 ---------------------
 test/fixtures/test2.bmp                            | Bin 0 -> 1024 bytes
 test/test.rb                                       |   2 -
 11 files changed, 83 insertions(+), 135 deletions(-)

diff --cc .gitignore
index 0000000,0000000..01d0a08
new file mode 100644
--- /dev/null
+++ b/.gitignore
@@@ -1,0 -1,0 +1,1 @@@
++pkg/
diff --cc .travis.yml
index 0000000,0000000..95071c7
new file mode 100644
--- /dev/null
+++ b/.travis.yml
@@@ -1,0 -1,0 +1,8 @@@
++language: ruby
++rvm:
++  - 1.8.7
++  - 1.9.2
++  - 1.9.3
++  - 2.0.0
++# uncomment this line if your project needs to run something other than `rake`:
++# script: bundle exec rspec spec
diff --cc debian/patches/0001-Drop-RubyGems-Depends.patch
index 1cb195f,0000000..1cb195f
mode 100644,000000..100644
--- a/debian/patches/0001-Drop-RubyGems-Depends.patch
+++ b/debian/patches/0001-Drop-RubyGems-Depends.patch
diff --cc debian/patches/series
index 0439ce4,0000000..ab3a91c
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,0 +1,1 @@@
- 0001-Import-test-fixtures-test2.bmp-from-upstream-repos.patch
- 0002-Drop-RubyGems-Depends.patch
++0001-Drop-RubyGems-Depends.patch
diff --cc test/test.rb
index e725c75,e725c75..1a429b3
--- a/test/test.rb
+++ b/test/test.rb
@@@ -1,5 -1,5 +1,3 @@@
--require 'rubygems'
--
  require 'test/unit'
  
  PathHere = File.dirname(__FILE__)

-- 
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