[DRE-commits] [ruby-mini-exiftool] 02/02: Adding current debian/ directory

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Dec 31 12:41:18 UTC 2014


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

eriberto pushed a commit to branch master
in repository ruby-mini-exiftool.

commit 0d1b26ea913b383385a8b5c28b10947f8baa933b
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Wed Dec 31 10:39:31 2014 -0200

    Adding current debian/ directory
---
 debian/changelog               |  4 +--
 debian/compat                  |  2 +-
 debian/control                 | 21 +++++++------
 debian/copyright               | 67 +++++++++++++++++++++++++++---------------
 debian/docs                    |  1 +
 debian/examples                |  1 +
 debian/ruby-mini-exiftool.docs |  2 --
 debian/ruby-tests.rake         |  5 ----
 debian/rules                   | 12 +-------
 debian/tests/control.ex        | 13 --------
 debian/watch                   |  3 +-
 11 files changed, 61 insertions(+), 70 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8eb6ed..88c0661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-mini-exiftool (2.5.0-1) UNRELEASED; urgency=medium
+ruby-mini-exiftool (2.5.0-1) experimental; urgency=medium
 
   * Initial release (Closes: #773408)
 
- -- eriberto <eriberto at libra.gabcmt.eb.mil.br>  Wed, 31 Dec 2014 10:26:45 -0200
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 18 Dec 2014 02:12:25 -0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index f1bc50f..80b2143 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,18 @@ Source: ruby-mini-exiftool
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake
-Standards-Version: 3.9.5
+Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>
+Build-Depends: debhelper (>= 9), gem2deb
+Standards-Version: 3.9.6
+Homepage: https://github.com/janfri/mini_exiftool
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mini-exiftool.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-mini-exiftool.git;a=summary
-Homepage: http://gitorious.org/mini_exiftool
-Testsuite: autopkgtest
+Vcs-Browser: http://http://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mini-exiftool.git
 XS-Ruby-Versions: all
 
 Package: ruby-mini-exiftool
 Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rim (~> 2.4, development)
-Description: This library is wrapper for the Exiftool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool).
-
+Depends: ${misc:Depends}, ruby | ruby-interpreter
+Description: wrapper for exiftool command-line
+ This library is a wrapper for the Exiftool command-line application,
+ written by Phil Harvey. It provides the full power of Exiftool to Ruby:
+ reading and writing of EXIF-data, IPTC-data and XMP-data.
diff --git a/debian/copyright b/debian/copyright
index 878ed15..84e9533 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,54 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mini_exiftool
-Source: FIXME <http://example.com/>
+Source: https://github.com/janfri/mini_exiftool or
+        http://gitorious.org/mini_exiftool
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2007-2014 Jan Friedrich <janfri26 at gmail.com>
+License: LGPL-2.1
 
 Files: debian/*
-Copyright: 2014  <>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2014 Joao Eriberto Mota Filho <eriberto at debian.org>
+License: BSD-3-Clause
 
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
+License: LGPL-2.1
+ 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.
+ version 2.1 of the License, or (at your option) any later version.
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
  .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the authors nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e475c53
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rdoc
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/ruby-mini-exiftool.docs b/debian/ruby-mini-exiftool.docs
deleted file mode 100644
index 0d5eab8..0000000
--- a/debian/ruby-mini-exiftool.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-# FIXME: READMEs found
-# README.rdoc
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
deleted file mode 100644
index 382a1a1..0000000
--- a/debian/ruby-tests.rake
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'gem2deb/rake/testtask'
-
-Gem2Deb::Rake::TestTask.new do |t|
-  t.test_files = FileList['test/*_test.rb']
-end
diff --git a/debian/rules b/debian/rules
index d81794d..6d4ec58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,5 @@
 #!/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
+	dh $@ --buildsystem=ruby
diff --git a/debian/tests/control.ex b/debian/tests/control.ex
deleted file mode 100644
index 429a392..0000000
--- a/debian/tests/control.ex
+++ /dev/null
@@ -1,13 +0,0 @@
-# AUTOGENERATED FILE
-#
-# As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically
-# detected, and if debian/tests/control does not exist the contents below will
-# be assumed (with the exception of gem2deb being filtered out from
-# @builddeps@):
-
-Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, @builddeps@, gem2deb-test-runner
-
-# if you would need to change something to the above, to that and rename this
-# file to `control`. Otherwise, you should probably delete this file
-# (recommended).
diff --git a/debian/watch b/debian/watch
index 7d60584..dc8c351 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mini_exiftool .*/mini_exiftool-(.*).tar.gz
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mini_exiftool .*/mini_exiftool-(\d\S+)\.tar\.(?:bz2|gz|xz)
+https://github.com/janfri/mini_exiftool/releases .*/archive/v(\d\S+)\.tar\.(?:bz2|gz|xz)

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



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