[DRE-commits] [SCM] ruby-taglib2.git branch, master, updated. upstream/0.1.3-14-gd204ff1

Vincent Carmona vinc4mai at gmail.com
Sat Jan 21 23:15:48 UTC 2012


The following commit has been merged in the master branch:
commit d204ff19af699f4b7fc5ccaf25978f476f7f1f4c
Merge: f3d80a1144e9a98c14ff015fd09b6ff68b010faf 817e4c23cabf671683ad624393841bd240f1f44c
Author: Vincent Carmona <vinc4mai at gmail.com>
Date:   Sat Jan 21 23:40:58 2012 +0100

    Imported Debian patch 0.1.4-1

diff --combined debian/changelog
index d9b1e75,0000000..f24d97e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,0 +1,5 @@@
- ruby-taglib2 (0.1.3-1) unstable; urgency=low
++ruby-taglib2 (0.1.4-1) UNRELEASED; urgency=low
 +
-   * Initial release (Closes: #624428)
-   * d/control
-     - Provides/Replaces/Conflicts ruby-taglib
-   * d/patches:
-     - add compat.diff see README.Debian
-     - add fix-require.diff
-       fix "require 'taglib2'" loading taglib2.so instead of taglib2.rb
++  * Initial release (Closes: #nnnn)
 +
-  -- Vincent Carmona <vinc4mai at gmail.com>  Thu, 28 Apr 2011 20:13:21 +0200
++ -- Vincent Carmona <vinc4mai at gmail.com>  Sat, 21 Jan 2012 23:40:58 +0100
diff --combined debian/control
index fa13270,0000000..846a5c7
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,25 -1,0 +1,19 @@@
 +Source: ruby-taglib2
 +Section: ruby
 +Priority: optional
 +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 +Uploaders: Vincent Carmona <vinc4mai at gmail.com>
 +DM-Upload-Allowed: yes
- Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), libtagc0-dev
++Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
 +Standards-Version: 3.9.2
- Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-taglib2.git
- Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-taglib2.git;a=summary
++#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-taglib2.git
++#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-taglib2.git;a=summary
 +Homepage: http://zik.rubyforge.org/ruby-taglib2
 +XS-Ruby-Versions: all
 +
 +Package: ruby-taglib2
 +Architecture: any
 +XB-Ruby-Versions: ${ruby:Versions}
- Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
- Recommends: libtag-extras1
- Provides: libtagc0-ruby, libtagc0-ruby1.8
- Replaces: libtagc0-ruby, libtagc0-ruby1.8
- Conflicts: libtagc0-ruby, libtagc0-ruby1.8
- Description: Ruby interface to TagLib, the audio meta-data library.
-  It allows Ruby programs to read and write meta-data of all the audio
-  formats supported by TagLib.
-  It was written because ruby-taglib suffers severals bugs with ruby 1.9.
++Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
++Description: ruby-taglib2 is a Ruby interface to TagLib, the audio meta-data library. It allows Ruby programs to read and write meta-data of all the audio formats supported by TagLib. It was written because ruby-taglib suffers severals bugs with ruby 1.9.
++ <insert long description, indented with spaces>
diff --combined debian/copyright
index 85ba079,0000000..8514eb6
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,51 -1,0 +1,33 @@@
- Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173
- Upstream-Name: ruby-taglib2
- Source: http://rubyforge.org/frs/?group_id=5494 http://rubygems.org/gems/taglib2
++FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
++Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
++Upstream-Name: taglib2
++Source: FIXME (URL where source can be downloaded)
 +
 +Files: *
- Copyright: Copyright 2010-2011 Vincent Carmona <vinc4mai+taglib at gmail.com>
++Copyright: Copyright 1998 John Doe <jdoe at example.com>
 +License: GPL-2+
 + This program is free software; you can redistribute it
 + and/or modify it under the terms of the GNU General Public
 + License as published by the Free Software Foundation; either
 + version 2 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.
 + .
 + 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
 + .
 + 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'.
 +
 +Files: debian/*
- Copyright: Copyright 2011 Vincent Carmona <vinc4mai at gmail.com>
- License: GPL-2+
-   This program is free software; you can redistribute it
-  and/or modify it under the terms of the GNU General Public
-  License as published by the Free Software Foundation; either
-  version 2 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.
-  .
-  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
-  .
-  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'.
++Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
++License:
++ [LICENSE TEXT]
diff --combined debian/ruby-taglib2.docs
index 0000000,0000000..786a9ba
new file mode 100644
--- /dev/null
+++ b/debian/ruby-taglib2.docs
@@@ -1,0 -1,0 +1,2 @@@
++# FIXME: READMEs found
++# README

-- 
ruby-taglib2.git



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