[DRE-commits] r3727 - in packages-wip/libogginfo-ruby/trunk: . debian

Daniel Moerner dmoerner-guest at alioth.debian.org
Wed Jul 1 09:07:42 UTC 2009


Author: dmoerner-guest
Date: 2009-07-01 09:07:42 +0000 (Wed, 01 Jul 2009)
New Revision: 3727

Added:
   packages-wip/libogginfo-ruby/trunk/debian/
   packages-wip/libogginfo-ruby/trunk/debian/changelog
   packages-wip/libogginfo-ruby/trunk/debian/compat
   packages-wip/libogginfo-ruby/trunk/debian/control
   packages-wip/libogginfo-ruby/trunk/debian/copyright
   packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.docs
   packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.examples
   packages-wip/libogginfo-ruby/trunk/debian/rules
   packages-wip/libogginfo-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libogginfo-ruby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages-wip/libogginfo-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/changelog	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1,5 @@
+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

Added: packages-wip/libogginfo-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/compat	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1 @@
+7

Added: packages-wip/libogginfo-ruby/trunk/debian/control
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/control	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1,30 @@
+Source: libogginfo-ruby
+Section: ruby
+Priority: optional
+Maintainer: Daniel Moerner <dmoerner at gmail.com>
+Uploaders: Debian Ruby Extra Maintainers <pkg-ruby-extra-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools
+Standards-Version: 3.8.2
+Homepage: http://ruby-ogginfo.rubyforge.org/
+Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libogginfo-ruby/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libogginfo-ruby/trunk/
+
+Package: libogginfo-ruby
+Architecture: all
+Depends: libogginfo-ruby1.8, ${misc:Depends}
+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.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libogginfo-ruby1.8
+Architecture: all
+Depends: ruby, ${misc:Depends}
+Recommends: vorbis-tools
+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.

Added: packages-wip/libogginfo-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/copyright	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1,18 @@
+Name: ruby-ogginfo
+Author: Guillaume Pierronnet <guillaume.pierronnet at gmail.com>
+Source: http://rubyforge.org/frs/?group_id=279
+
+License: GPL-3
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-3' file.
+
+Files: setup.rb
+Copyright: 2000-2006, Minero Aoki
+License: LGPL-2.1
+ On Debian systems the full text of the GNU Lesser General Public
+ License can be found in the `/usr/share/common-licenses/LGPL-2.1'
+ file.
+
+Files: debian/*
+Copyright: 2009, Daniel Moerner <dmoerner at gmail.com>
+License: GPL-3

Added: packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.docs
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.docs	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.docs	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1 @@
+README.txt

Added: packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.examples
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.examples	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/libogginfo-ruby1.8.examples	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1 @@
+test/test_ruby-ogginfo.rb

Added: packages-wip/libogginfo-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/rules	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+install/libogginfo-ruby1.8::
+	dh_installchangelogs -plibogginfo-ruby1.8 History.txt


Property changes on: packages-wip/libogginfo-ruby/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages-wip/libogginfo-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libogginfo-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libogginfo-ruby/trunk/debian/watch	2009-07-01 09:07:42 UTC (rev 3727)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=279 .*ruby-ogginfo-([\d.-]*)\.tgz




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