[DRE-commits] [ruby-mini-exiftool] 01/01: Imported Debian patch 2.7.6-1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sun Sep 11 21:50:24 UTC 2016


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 e5c4eba848e73df1db91a8258eebf9381f6f345e
Merge: dc81692 574d6be
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Sat Sep 10 23:21:52 2016 -0300

    Imported Debian patch 2.7.6-1

 .aspell.pws           |  108 ----
 .gitignore            |    6 -
 .travis.yml           |   22 -
 .yardopts             |    1 -
 Changelog             |   15 +-
 README.rdoc           |   15 +-
 Rakefile              |   15 +-
 TODO                  |    2 -
 Tutorial.rdoc         |    4 +-
 debian/changelog      |   10 +
 debian/control        |    2 +-
 debian/copyright      |    4 -
 debian/docs           |    1 -
 lib/mini_exiftool.rb  |   22 +-
 mini_exiftool.gemspec |   42 +-
 regtest/read_all.rb   |   12 -
 regtest/read_all.yml  |  573 ------------------
 setup.rb              | 1586 -------------------------------------------------
 test/data/INFORMATION |    2 +-
 19 files changed, 78 insertions(+), 2364 deletions(-)

diff --cc debian/changelog
index ec46cba,0000000..c1d39a0
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,57 -1,0 +1,67 @@@
++ruby-mini-exiftool (2.7.6-1) unstable; urgency=medium
++
++  * New upstream release.
++  * Bumped Standards-Version to 3.9.8.
++  * debian/copyright: removed the licensing for setup.rb. The
++    upstream removed this file.
++  * debian/docs: removed TODO, no longer provided by upstream.
++
++ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 10 Sep 2016 23:21:52 -0300
++
 +ruby-mini-exiftool (2.7.2-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * debian/copyright: added the rights for setup.rb file.
 +  * debian/docs: added the TODO file.
 +  * debian/examples: recreated. The upstream reintroduced the examples dir.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 21 Apr 2016 12:49:02 -0300
 +
 +ruby-mini-exiftool (2.7.1-1) unstable; urgency=medium
 +
 +  [ Cédric Boutillier ]
 +
 +  * debian/control:
 +      - Bump Standards-Version to 3.9.7 (no changes needed)
 +      - Use https:// in Vcs-* fields.
 +
 +  [ Joao Eriberto Mota Filho ]
 +
 +  * New upstream release.
 +  * debian/copyright:
 +      - Updated some information about packaging.
 +      - Updated the upstream copyright years.
 +  * debian/docs: added Tutorial.rdoc.
 +  * debian/examples: removed. The upstream no longer provides examples.
 +  * debian/watch: bumped to version 4.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 07 Apr 2016 14:16:50 -0300
 +
 +ruby-mini-exiftool (2.5.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * debian/control: fixed the Vcs-Browser field.
 +  * debian/copyright: updated the upstream copyright years.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 13 Jul 2015 16:43:18 -0300
 +
 +ruby-mini-exiftool (2.5.0-3) unstable; urgency=medium
 +
 +  * Upload to unstable. Welcome Jessie Stable!
 +  * debian/copyright: removing the dead Gitorious link.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 28 Apr 2015 14:00:48 -0300
 +
 +ruby-mini-exiftool (2.5.0-2) experimental; urgency=medium
 +
 +  * debian/copyright:
 +      - Fixed the LGPL license text.
 +      - Updated the packaging copyright years.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 19 Jan 2015 18:00:58 -0200
 +
 +ruby-mini-exiftool (2.5.0-1) experimental; urgency=medium
 +
 +  * Initial release (Closes: #773408)
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 18 Dec 2014 02:12:25 -0200
diff --cc debian/control
index 2b43198,0000000..deebdd9
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,21 -1,0 +1,21 @@@
 +Source: ruby-mini-exiftool
 +Section: ruby
 +Priority: optional
 +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 +Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>
 +Build-Depends: debhelper (>= 9),
 +               gem2deb
- Standards-Version: 3.9.7
++Standards-Version: 3.9.8
 +Homepage: https://github.com/janfri/mini_exiftool
 +Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-mini-exiftool.git
 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mini-exiftool.git
 +XS-Ruby-Versions: all
 +
 +Package: ruby-mini-exiftool
 +Architecture: all
 +Depends: ruby | ruby-interpreter,
 +         ${misc:Depends}
 +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 --cc debian/copyright
index c8a6603,0000000..b5c24da
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,58 -1,0 +1,54 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: mini_exiftool
 +Source: https://github.com/janfri/mini_exiftool
 +
 +Files: *
 +Copyright: 2007-2016 Jan Friedrich <janfri26 at gmail.com>
 +License: LGPL-2.1
 +
- Files: setup.rb
- Copyright: 2000-2005 Minero Aoki
- License: LGPL-2.1
- 
 +Files: debian/*
 +Copyright: 2014-2016 Joao Eriberto Mota Filho <eriberto at debian.org>
 +           2016      Cédric Boutillier <boutil at debian.org>
 +License: BSD-3-Clause
 +
 +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.1 of the License.
 + .
 + 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 program. If not, see <http://www.gnu.org/licenses/>.
 + .
 + 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 --cc debian/docs
index 6995e7d,0000000..8c600ba
mode 100644,000000..100644
--- a/debian/docs
+++ b/debian/docs
@@@ -1,3 -1,0 +1,2 @@@
 +README.rdoc
- TODO
 +Tutorial.rdoc

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