[DRE-commits] [SCM] ruby-ogginfo.git branch, master, updated. upstream/0.6.5-2-g17e78b0

Gunnar Wolf gwolf at gwolf.org
Thu Aug 11 19:05:51 UTC 2011


The following commit has been merged in the master branch:
commit 17e78b0bb5ac4a2cb57581e348b3a4796e13b542
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Thu Aug 11 14:03:11 2011 -0500

    Integrated the pre-gem2deb information

diff --git a/debian/changelog b/debian/changelog
index 8d8518d..981c74c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,68 @@
-ruby-ogginfo (0.6.5-1) UNRELEASED; urgency=low
+ruby-ogginfo (0.6.5-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Repackaged using the gem2deb infrastructure
+  * renamed from libogginfo-ruby to ruby-ogginfo following current Ruby
+    team policy
 
  -- Gunnar Wolf <gwolf at debian.org>  Thu, 11 Aug 2011 13:07:14 -0500
+  
+libogginfo-ruby (0.4.2-2) unstable; urgency=low
+
+  * Taking over orphaned package maintenance (Closes: #598682)
+  * Standards-version 3.8.4→3.9.1.0 (no changes needed)
+  * Uploading to unstable regardless of the Squeeze freeze, as this
+    upload does not include any real changes (only maintainer-related
+    information)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 12 Oct 2010 13:04:47 -0500
+
+libogginfo-ruby (0.4.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Daniel Moerner <dmoerner at gmail.com>  Mon, 22 Mar 2010 09:55:22 -0700
+
+libogginfo-ruby (0.4-2) unstable; urgency=low
+
+  * Upload with Ruby 1.9.1 support.
+  * debian/control:
+    - Fixed the Debian Ruby Extras maintainer address.
+    - Removed the libogginfo-ruby1.9 and replaced it with libogginfo-ruby1.9.1.
+    - Changed build-depend on ruby-pkg-tools to >= 0.17.
+    - Bumped standards version to 3.8.4.
+  * debian/libogginfo-ruby1.9{,.1}-{docs,examples}:
+    - Moved docs and examples to the right package. 
+  * debian/rules:
+    - Changed 1.9 into 1.9.1.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 14 Feb 2010 20:20:01 +0100
+
+libogginfo-ruby (0.4-1) unstable; urgency=low
+
+  [ Daniel Moerner ]
+  * New upstream release.
+  * Bump to Debian Policy 3.8.3.
+  * Switch to dpkg-source 3.0 (quilt), no changes need in packaging.
+
+  [ Lucas Nussbaum ]
+  * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.
+
+ -- Daniel Moerner <dmoerner at gmail.com>  Fri, 15 Jan 2010 10:43:03 -0800
+
+libogginfo-ruby (0.3.2-2) unstable; urgency=low
+
+  * Properly install docs, upstream changelog, and examples in
+    libogginfo-ruby1.9 binary package, not just into libogginfo-ruby1.8.
+  * Make libogginfo-ruby1.8 and libogginfo-ruby1.9 binary packages
+    explicitly depend on versioned ruby1.8 and ruby1.9 respectively
+    instead of just ruby. The source package itself must also Build-Depend
+    on both versions of ruby. This fixes a FTBFS in clean chroots since
+    setup.rb requires ruby1.9 to build libogginfo-ruby1.9.
+
+ -- Daniel Moerner <dmoerner at gmail.com>  Fri, 07 Aug 2009 12:51:20 -0700
+
+libogginfo-ruby (0.3.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #535256)
+
+ -- Daniel Moerner <dmoerner at gmail.com>  Tue, 30 Jun 2009 12:33:26 -0700
diff --git a/debian/control b/debian/control
index 1a6ef19..fea816d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-ogginfo
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~), speex
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-ogginfo.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-ogginfo.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-ogginfo.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-ogginfo.git;a=summary
 Homepage: http://ruby-ogginfo.rubyforge.org/
 XS-Ruby-Versions: all
 
@@ -15,8 +15,35 @@ Package: ruby-ogginfo
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# hoe-yard (>= 0.1.2, development), hoe (>= 2.8.0, development)
-Description: ruby-ogginfo gives you access to low level information on ogg files (bitrate, length, samplerate, encoder, etc..
- ruby-ogginfo gives you access to low level information on ogg files
- (bitrate, length, samplerate, encoder, etc... ), as well as tag.
- It is written in pure ruby.
+Description: Ruby library for accessing low-level information on ogg files
+ Ruby-ogginfo provides access to the bitrate, length, samplerate, encoder,
+ and tag information of ogg files. It can also access and write tags for
+ ogg files provided that vorbis-tools is installed.
+Replaces: libogginfo-ruby (<< 0.6.5-1~), libogginfo-ruby1.8 (<< 0.6.5-1~), libogginfo-ruby1.9.1 (<< 0.6.5-1~)
+Breaks: libogginfo-ruby (<< 0.6.5-1~), libogginfo-ruby1.8 (<< 0.6.5-1~), libogginfo-ruby1.9.1 (<< 0.6.5-1~)
+Provides: libogginfo-ruby, libogginfo-ruby1.8, libogginfo-ruby1.9.1
+
+# Transitional packages
+Package: libogginfo-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-ogginfo
+Description: Transitional package for ruby-ogginfo
+ This is a transitional package to ease upgrades to the ruby-ogginfo
+ package. It can safely be removed.
+
+Package: libogginfo-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-ogginfo
+Description: Transitional package for ruby-ogginfo
+ This is a transitional package to ease upgrades to the ruby-ogginfo
+ package. It can safely be removed.
+
+Package: libogginfo-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-ogginfo
+Description: Transitional package for ruby-ogginfo
+ This is a transitional package to ease upgrades to the ruby-ogginfo
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 054216a..6ce0dfd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,16 @@
-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: ruby-ogginfo
-Source: FIXME (URL where source can be downloaded)
+Source: http://ruby-ogginfo.rubyforge.org/
+
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
+Copyright: Copyright 2004-2011 Guillaume Pierronnet <moumar at rubyforge.org>
+License: GPL-2+, Ruby
+
+Files: debian/*
+Copyright: Copyright 2011 Gunnar Wolf <gwolf at debian.org>
+License: GPL-2+
+
 License: GPL-2+
  This program is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
@@ -27,7 +33,57 @@ License: GPL-2+
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
 
-Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+License: Ruby
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+ .
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+ .
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+            modifications to Usenet or an equivalent medium, or by allowing
+              the author to include your modifications in the software.
+ .
+       b) use the modified software only within your corporation or
+          organization.
+ .
+       c) rename any non-standard executables so the names do not conflict
+         with standard executables, which must also be provided.
+ .
+       d) make other distribution arrangements with the author.
+ .
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+ .
+       a) distribute the executables and library files of the software,
+         together with instructions (in the manual page or equivalent)
+           on where to get the original distribution.
+ .
+       b) accompany the distribution with the machine-readable source of
+         the software.
+ .
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+ .
+       d) make other distribution arrangements with the author.
+ .
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+ .
+     They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+     files under the ./missing directory.  See each file for the copying
+     condition.
+ .
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+ .
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
diff --git a/debian/ruby-ogginfo.docs b/debian/ruby-ogginfo.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-ogginfo.docs
+++ b/debian/ruby-ogginfo.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc

-- 
ruby-ogginfo.git



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