[DRE-commits] [ruby-exif] 09/11: added gemspec file

Jonas Genannt jonas at brachium-system.net
Thu Dec 19 16:39:34 UTC 2013


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

hggh-guest pushed a commit to branch master
in repository ruby-exif.

commit 3cac70810cbcef0fe886ae674859834560d09c8e
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Dec 18 22:32:05 2013 +0100

    added gemspec file
---
 debian/exif.gemspec | 11 +++++++++++
 debian/rules        |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/exif.gemspec b/debian/exif.gemspec
new file mode 100644
index 0000000..5e8636f
--- /dev/null
+++ b/debian/exif.gemspec
@@ -0,0 +1,11 @@
+Gem::Specification.new do |spec|
+  spec.name = "exif"
+  spec.version = "0.1.2"
+  spec.author = "Ryuichi Tamura"
+  spec.email = "r-tam at fsinet.or.jp"
+  spec.description = %q{Ruby library for EXIF tag parsing}
+  spec.summary = %q{Ruby library for EXIF tag parsing}
+  spec.homepage = ""
+  spec.license = "LGPL-2+"
+
+end
diff --git a/debian/rules b/debian/rules
index a5e7dc8..9dbc57c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 #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
+export DH_RUBY_GEMSPEC=debian/exif.gemspec
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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