debian/0000755000000000000000000000000012266202001007155 5ustar debian/rules0000755000000000000000000000125012266201407010244 0ustar #!/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=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) export DH_RUBY_GEMSPEC=debian/mp3tab.gemspec %: dh $@ --buildsystem=ruby --with ruby # move file into correct path to use gemspec file override_dh_auto_configure: dh_auto_configure -O--buildsystem=ruby mkdir lib cp mp3tag.rb lib/ override_dh_auto_clean: dh_auto_clean -O--buildsystem=ruby rm -rf lib debian/watch0000644000000000000000000000015111741136324010216 0ustar version=2 http://users.cybercity.dk/~dsl8950/ruby/mp3tag.html mp3tag-([\w\d\.]+)\.tar\.gz debian uupdate debian/source/0000755000000000000000000000000011741136324010470 5ustar debian/source/format0000644000000000000000000000001411741136324011676 0ustar 3.0 (quilt) debian/ruby-mp3tag.examples0000644000000000000000000000001711741136324013100 0ustar mp3tag_test.rb debian/mp3tab.gemspec0000644000000000000000000000115312266201407011721 0ustar Gem::Specification::new do |spec| spec.name = "mp3tag" spec.version = "2.6.0" spec.platform = Gem::Platform::RUBY spec.summary = "mp3tag" spec.description = "Ruby library for manipulating ID3V1.1 tags in MP3" spec.license = "GPL2" spec.files = [ "lib/mp3tag.rb" ] spec.executables = [] spec.require_path = "lib" spec.test_files = nil ### spec.add_dependency 'lib', '>= version' #### spec.add_dependency 'map' spec.extensions.push(*[]) spec.author = "Lars Christensen" spec.email = "dsl8950@vip.cybercity.dk" spec.homepage = "http://users.cybercity.dk/~dsl8950/ruby/mp3tag.html" end debian/copyright0000644000000000000000000000163512266201407011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Lars Christensen Source: http://users.cybercity.dk/~dsl8950/ruby/mp3tag.html Upstream-Name: mp3tag Files: * Copyright: 2001 by Lars Christensen. License: GPL-2+ This package 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2003-2009 Taku YASUI 2014 Jonas Genannt License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000164712266201407010601 0ustar Source: ruby-mp3tag Section: ruby Priority: extra Maintainer: Debian Ruby Extras Maintainers Uploaders: Taku YASUI , Paul van Tilburg Build-Depends: debhelper (>= 7), gem2deb Homepage: http://users.cybercity.dk/~dsl8950/ruby/mp3tag.html Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mp3tag.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mp3tag.git;a=summary Standards-Version: 3.9.5 XS-Ruby-Versions: all Package: ruby-mp3tag XB-Ruby-Versions: ${ruby:Versions} Architecture: all Depends: ${misc:Depends}, ruby | ruby-interpreter Description: Ruby library for manipulating ID3V1.1 tags in MP3 mp3tag.rb is a ruby class to read ID3v1.0 an ID3v1.1, and write ID3v1.1 tags in MP3 files. These tags save meta information about the music piece such song name, artist, album, genre, track number and a comment. debian/compat0000644000000000000000000000000211741136324010366 0ustar 7 debian/ruby-mp3tag.docs0000644000000000000000000000002311741136324012207 0ustar README mp3tag.html debian/changelog0000644000000000000000000000565712266201407011055 0ustar ruby-mp3tag (1.0-12) unstable; urgency=low * Team upload. [ Cédric Boutillier ] * d/control: use canonical URI in Vcs-* fields [ Jonas Genannt ] * d/control - removed transitional packages - bumped standards version to 3.9.5 (no changes needed) * added doc-base file * added ruby-tests.rb for basic testing * d/copyright: update to format 1.0 * changed package to gem2deb helper (added gemspec file) -- Jonas Genannt Thu, 16 Jan 2014 18:00:09 +0100 ruby-mp3tag (1.0-11) unstable; urgency=low * debian/control: depend on ruby | ruby-interpreter instead of libruby*, as per Debian Ruby policy. -- Paul van Tilburg Tue, 29 May 2012 20:47:28 +0200 ruby-mp3tag (1.0-10) 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 Fri, 11 May 2012 21:21:44 +0200 ruby-mp3tag (1.0-9) unstable; urgency=low * Change Maintainer to Debian Ruby Extras Maintainers -- Taku YASUI Sat, 14 Apr 2012 10:45:19 +0900 ruby-mp3tag (1.0-8) unstable; urgency=low * Import into git.debian.org - git://git.debian.org/pkg-ruby-extras/ruby-mp3tag.git -- Taku YASUI Mon, 09 Apr 2012 02:16:59 +0900 ruby-mp3tag (1.0-7) unstable; urgency=low * Ruby package transition - Change package name from libmp3tag-ruby to ruby-mp3tag * Bump Standards-Version to 3.9.3 -- Taku YASUI Sun, 01 Apr 2012 04:09:15 +0900 libmp3tag-ruby (1.0-6) unstable; urgency=low * Remove package for ruby1.9 and add for ruby 1.9.1 (closes: #569882) -- Taku YASUI Tue, 16 Feb 2010 02:35:09 +0900 libmp3tag-ruby (1.0-5) unstable; urgency=low * Change maintainer email address: tach@debian.org * Change Section: ruby * Update debhelper compat level: 5 * New style debian/copyright format -- Taku YASUI Tue, 21 Apr 2009 04:18:32 +0900 libmp3tag-ruby (1.0-4) unstable; urgency=low * Add ruby1.8 and ruby1.9 to Build-Depends: (closes: #509835) * New Standards-Version: 3.8.0 -- Taku YASUI Fri, 20 Feb 2009 03:20:06 +0900 libmp3tag-ruby (1.0-3) unstable; urgency=low * Add package for Ruby1.9 -- Taku YASUI Wed, 30 Jan 2008 01:43:07 +0900 libmp3tag-ruby (1.0-2) unstable; urgency=low * Apply NMU patch (closes: #381286, #366573) * Use cdbs to build -- Taku YASUI Mon, 7 Aug 2006 01:27:50 +0900 libmp3tag-ruby (1.0-1.1) unstable; urgency=low * Non-maintainer upload * Stop building packages for soon-to-be-obsolete ruby1.6 Closes: #366573 -- Michael Ablassmeier Thu, 3 Aug 2006 14:01:48 +0200 libmp3tag-ruby (1.0-1) unstable; urgency=low * Initial Release. (closes: #217379) -- Taku YASUI Fri, 24 Oct 2003 17:34:16 +0900 debian/ruby-tests.rb0000644000000000000000000000002112266201407011625 0ustar require 'mp3tag' debian/ruby-mp3tag.doc-base0000644000000000000000000000042012266201407012733 0ustar Document: ruby-mp3tag Title: Debian ruby-mp3tag Manual Author: Lars Christensen Abstract: Ruby library for manipulating ID3V1.1 tags in MP3 Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-mp3tag/mp3tag.html Files: /usr/share/doc/ruby-mp3tag/mp3tag.html