ruby-exif (0.1.2-20) debian-dir only changes

Summary

 debian/changelog          |  171 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat             |    1 
 debian/control            |   45 ++++++++++++
 debian/copyright          |   24 ++++++
 debian/exiftest.rb        |   14 +++
 debian/ruby-exif.docs     |    3 
 debian/ruby-exif.examples |    1 
 debian/rules              |   35 +++++++++
 8 files changed, 294 insertions(+)

    
download this patch

Patch contents

--- ruby-exif-0.1.2.orig/debian/control
+++ ruby-exif-0.1.2/debian/control
@@ -0,0 +1,45 @@
+Source: ruby-exif
+Section: ruby
+Priority: extra
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Uploaders: Taku YASUI <tach@debian.org>, Paul van Tilburg <paulvt@debian.org>
+Build-Depends: debhelper (>= 5.0.0), libexif-dev (>= 0.6.9), ruby1.8-dev, ruby1.8, ruby1.9.1-dev, ruby1.9.1, cdbs
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-exif.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-exif.git;a=summary
+
+Package: ruby-exif
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Breaks: libexif-ruby (<< 0.1.2-17~), libexif-ruby1.8 (<< 0.1.2-17~), libexif-ruby1.9.1 (<< 0.1.2-17~)
+Replaces: libexif-ruby (<< 0.1.2-17~), libexif-ruby1.8 (<< 0.1.2-17~), libexif-ruby1.9.1 (<< 0.1.2-17~)
+Provides: libexif-ruby, libexif-ruby1.8, libexif-ruby1.9.1
+Description: Ruby library for EXIF tag parsing
+ ruby-exif is a library for parsing, editing, and saving EXIF data.
+ You can retrieve useful information from EXIF tags contained in
+ images created by recording equipments(for example, digital camera).
+ .
+ ruby-exif provides a simple interface to this library.
+
+Package: libexif-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-exif
+Description: Ruby library for EXIF tag parsing (transitional package)
+ libexif is a library for parsing, editing, and saving EXIF data.
+
+Package: libexif-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-exif
+Description: Ruby library for EXIF tag parsing (transitional package)
+ This is a dummy transition package that can be safely removed once no
+ package depend on it.
+
+Package: libexif-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-exif
+Description: Ruby library for EXIF tag parsing (transitional package)
+ This is a dummy transition package that can be safely removed once no
+ package depend on it.
--- ruby-exif-0.1.2.orig/debian/changelog
+++ ruby-exif-0.1.2/debian/changelog
@@ -0,0 +1,171 @@
+ruby-exif (0.1.2-20) unstable; urgency=low
+
+  * debian/control: added a missing depend on ruby | ruby-interpreter as
+    per Debian policy. 
+
+ -- Paul van Tilburg <paulvt@debian.org>  Tue, 29 May 2012 21:25:42 +0200
+
+ruby-exif (0.1.2-19) unstable; urgency=low
+
+  * debian/control: added myself to uploaders.
+  * debian/rules: install to /usr/lib/ruby/vendor_ruby as per Debian Ruby
+    policy.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Fri, 11 May 2012 22:49:58 +0200
+
+ruby-exif (0.1.2-18) unstable; urgency=low
+
+  * Change Maintainer to Debian Ruby Extras Maintainers
+
+ -- Taku YASUI <tach@debian.org>  Sat, 14 Apr 2012 10:35:25 +0900
+
+ruby-exif (0.1.2-17) unstable; urgency=low
+
+  * Ruby package transition
+    - Change package name from libexif-ruby to ruby-exif
+  * Move repository to git.debian.org
+    - git://git.debian.org/pkg-ruby-extras/ruby-exif.git
+
+ -- Taku YASUI <tach@debian.org>  Tue, 10 Apr 2012 02:54:02 +0900
+
+libexif-ruby (0.1.2-16) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.3
+  * Move repository to svn.debian.org
+    - svn://svn.debian.org/svn/collab-maint/deb-maint/libexif-ruby
+
+ -- Taku YASUI <tach@debian.org>  Tue, 27 Mar 2012 00:39:46 +0900
+
+libexif-ruby (0.1.2-15) unstable; urgency=low
+
+  * Add ruby-1.9.1 support instead of ruby-1.9
+    (closes: #565828)
+  * New Standards-Version: 3.8.3
+
+ -- Taku YASUI <tach@debian.org>  Sat, 23 Jan 2010 16:29:08 +0900
+
+libexif-ruby (0.1.2-14) unstable; urgency=low
+
+  * Change Section: ruby
+  * Change maintainer email address: tach@debian.org
+  * New debhelper compat version: 5
+  * New Standards-Version: 3.8.1
+  * New style debian/copyright format
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=454
+
+ -- Taku YASUI <tach@debian.org>  Sun, 19 Apr 2009 08:22:02 +0900
+
+libexif-ruby (0.1.2-13) unstable; urgency=low
+
+  * Fix typo in package description
+  * New Standards-Version: 3.8.0
+
+ -- Taku YASUI <tach@debian.or.jp>  Fri, 20 Feb 2009 02:58:22 +0900
+
+libexif-ruby (0.1.2-12) unstable; urgency=low
+
+  * Add sample script (closes: #420494)
+
+ -- Taku YASUI <tach@debian.or.jp>  Wed, 30 Jan 2008 01:28:02 +0900
+
+libexif-ruby (0.1.2-11) unstable; urgency=low
+
+  * Add libexif-ruby1.9 for Ruby 1.9
+  * Fix exif.c for Ruby 1.9
+
+ -- Taku YASUI <tach@debian.or.jp>  Sat, 26 Jan 2008 07:32:40 +0900
+
+libexif-ruby (0.1.2-10) unstable; urgency=low
+
+  * Fix: FTBFS at amd64 architecture (compile with -fPIC)
+    (closes: #424857)
+
+ -- Taku YASUI <tach@debian.or.jp>  Fri, 18 May 2007 01:47:57 +0900
+
+libexif-ruby (0.1.2-9) unstable; urgency=low
+
+  * Fix to build twice
+    (closes: #424518)
+  * The download site has been closed and I cannot find the new site.
+    Add that to copyright file
+    (closes: #420493)
+
+ -- Taku YASUI <tach@debian.or.jp>  Thu, 17 May 2007 04:03:48 +0900
+
+libexif-ruby (0.1.2-8) unstable; urgency=low
+
+  * Apply NMU patch
+    (closes: #381278, #366567)
+  * Use cdbs for build
+
+ -- Taku YASUI <tach@debian.or.jp>  Mon,  7 Aug 2006 01:46:02 +0900
+
+libexif-ruby (0.1.2-7.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Do not build Module for soon-to-be-obsolete ruby1.6 (Closes: #366567) 
+
+ -- Michael Ablassmeier <abi@debian.org>  Thu,  3 Aug 2006 13:20:10 +0200
+
+libexif-ruby (0.1.2-7) unstable; urgency=low
+
+  * Build for libexif12
+
+ -- Taku YASUI <tach@debian.or.jp>  Mon, 18 Jul 2005 05:50:52 +0900
+
+libexif-ruby (0.1.2-6) unstable; urgency=low
+
+  * Add version dependency to Build-Deps: for libexif-dev
+
+ -- Taku YASUI <tach@debian.or.jp>  Tue, 13 Jul 2004 16:39:48 +0900
+
+libexif-ruby (0.1.2-5) unstable; urgency=low
+
+  * Rebuild for new libexif
+    - fix for new exif_entry_get_value() args
+      (closes: #258762)
+  * Remove Suggests: of libexif-ruby package because it needs only
+    Depends:
+
+ -- Taku YASUI <tach@debian.or.jp>  Tue, 13 Jul 2004 01:10:46 +0900
+
+libexif-ruby (0.1.2-4) unstable; urgency=low
+
+  * Make compliant with new Debian Ruby Policy
+
+ -- Taku YASUI <tach@debian.or.jp>  Sun, 21 Sep 2003 00:44:07 +0900
+
+libexif-ruby (0.1.2-3) unstable; urgency=low
+
+  * Make compliant with Debian Ruby Policy
+
+ -- Taku YASUI <tach@debian.or.jp>  Wed, 10 Sep 2003 15:26:05 +0900
+
+libexif-ruby (0.1.2-2) unstable; urgency=low
+
+  * Rebuild with new libexif
+    (closes: #204738)
+
+ -- Taku YASUI <tach@debian.or.jp>  Fri, 22 Aug 2003 01:49:22 +0900
+
+libexif-ruby (0.1.2-1) unstable; urgency=low
+
+  * New upstream release
+    (closes: #182377)
+
+ -- Taku YASUI <tach@debian.or.jp>  Tue, 25 Feb 2003 11:45:38 +0900
+
+libexif-ruby (0.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Initial Upload to Debian Official Archive.
+    (closes: #168379)
+
+ -- Taku YASUI <tach@debian.or.jp>  Sun, 24 Nov 2002 23:48:53 +0900
+
+libexif-ruby (0.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Taku YASUI <tach@debian.or.jp>  Sat,  9 Nov 2002 10:23:44 +0900
+
--- ruby-exif-0.1.2.orig/debian/exiftest.rb
+++ ruby-exif-0.1.2/debian/exiftest.rb
@@ -0,0 +1,14 @@
+#!/usr/bin/ruby
+
+require 'exif'
+
+if ARGV.size < 1
+  STDERR.puts "Usage: #{$0} filename [filenames...]"
+  exit 0
+end
+
+ARGV.each do |f|
+  exif = Exif.new(f)
+  puts "#{f}:"
+  exif.each_entry { |a,b| printf "TAG %-40.40s %s\n",a,b }
+end
--- ruby-exif-0.1.2.orig/debian/ruby-exif.examples
+++ ruby-exif-0.1.2/debian/ruby-exif.examples
@@ -0,0 +1 @@
+debian/exiftest.rb
--- ruby-exif-0.1.2.orig/debian/copyright
+++ ruby-exif-0.1.2/debian/copyright
@@ -0,0 +1,24 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=454
+Upstream-Maintainer: Ryuichi Tamura <r-tam@fsinet.or.jp>
+Upstream-Source: http://raa.ruby-lang.org/project/ruby-libexif/
+Upstream-Name: ruby-libexif
+Disclaimer:
+    Real upstream webpage is http://tam.0xfa.com/ruby-libexif/ but
+    no longer exists since 2009-04-19.
+
+Files: *
+Copyright: Copyright (C) 2002 Ryuichi Tamura (r-tam@fsinet.or.jp)
+License: LGPL-2+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+    Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+Files: debian/*
+Copyright: Copyright (C) 2005-2009 Taku YASUI <tach@debian.org>
+License: LGPL-2+
+    On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+    Public License can be found in `/usr/share/common-licenses/LGPL'.
--- ruby-exif-0.1.2.orig/debian/rules
+++ ruby-exif-0.1.2/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/langcore.mk
+
+#DUMMY_PACKAGES = libexif-ruby1.8 libexif-ruby1.9.1
+RUBY_VERSIONS = 1.8 1.9.1
+#CUR_RUBYVER=$(subst libexif-ruby,,$(cdbs_curpkg))
+CUR_PKGDIR=$(CURDIR)/debian/$(cdbs_curpkg)
+DEB_OPT_FLAG = -fPIC
+
+makebuilddir/ruby-exif::
+	for d in $(RUBY_VERSIONS); do \
+	  mkdir -p $(CURDIR)/build-$$d && cp exif.c extconf.rb $(CURDIR)/build-$$d; \
+	done
+
+configure/ruby-exif::
+	for d in $(RUBY_VERSIONS); do \
+	  cd $(CURDIR)/build-$$d && ruby$$d extconf.rb; \
+	done
+
+build/ruby-exif::
+	for d in $(RUBY_VERSIONS); do \
+	  cd $(CURDIR)/build-$$d && $(MAKE); \
+	done
+
+install/ruby-exif::
+	for d in $(RUBY_VERSIONS); do \
+	  cd $(CURDIR)/build-$$d && $(MAKE) install DESTDIR=$(CUR_PKGDIR) sitedir='$$(prefix)/lib/ruby/vendor_ruby'; \
+	done
+
+clean::
+	for d in $(RUBY_VERSIONS); do \
+	  rm -rf $(CURDIR)/build-$$d; \
+	done
--- ruby-exif-0.1.2.orig/debian/ruby-exif.docs
+++ ruby-exif-0.1.2/debian/ruby-exif.docs
@@ -0,0 +1,3 @@
+README
+exif.rd.en
+exif.rd.ja
--- ruby-exif-0.1.2.orig/debian/compat
+++ ruby-exif-0.1.2/debian/compat
@@ -0,0 +1 @@
+5