[DRE-commits] [ruby-mp3info] 01/03: initial debian/

Jonas Genannt jonas at brachium-system.net
Thu Dec 5 17:37:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository ruby-mp3info.

commit f4e28b6ec1e1ca3691db6ccf5b9ead7c20b90690
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Dec 5 18:21:12 2013 +0100

    initial debian/
---
 debian/changelog            | 21 +++++++++++++++++++++
 debian/compat               |  1 +
 debian/control              | 20 ++++++++++++++++++++
 debian/copyright            | 29 +++++++++++++++++++++++++++++
 debian/ruby-mp3info.docs    |  1 +
 debian/ruby-test-files.yaml |  2 ++
 debian/rules                | 15 +++++++++++++++
 debian/source/format        |  1 +
 debian/watch                |  2 ++
 9 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1bfd784
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,21 @@
+ruby-mp3info (0.8.2-1) unstable; urgency=low
+
+  * New Maintainer (Ruby pkg Extras) (Closes: #729379)
+  * recreated debian/ with gem2deb
+    - Update package to fit to new Ruby policy (Closes: #722373)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Thu, 05 Dec 2013 18:08:31 +0100
+
+ruby-mp3info (0.5-2) unstable; urgency=low
+
+  * debian/control:
+    - It should be Arch all, thanks tbm (Closes: #356462)
+
+ -- Gustavo Franco <stratus at debian.org>  Sun, 12 Mar 2006 11:04:32 -0300
+
+ruby-mp3info (0.5-1) unstable; urgency=low
+
+  * First release. (Closes: #344680)
+
+ -- Gustavo Franco <stratus at debian.org>  Sat, 24 Dec 2005 12:43:15 -0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a62e1eb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: ruby-mp3info
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), id3v2
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mp3info.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-mp3info.git;a=summary
+Homepage: http://github.com/moumar/ruby-mp3info
+XS-Ruby-Versions: all
+
+Package: ruby-mp3info
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Description: a pure ruby library for access to mp3 files
+ mp3info gives you access to low level informations on mp3
+ files (bitrate, length, samplerate, etc...) using ruby programming
+ language. It can read, write, remove id3v1 tag and read id3v2.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..77c25d4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ruby-mp3info
+Source: http://github.com/moumar/ruby-mp3info
+
+Files: *
+Copyright: 2012 Guillaume Pierronnet <guillaume.pierronnet at gmail.com>
+License: GPL-3
+
+Files: debian/*
+Copyright: 2013 Jonas Genannt <jonas.genannt at capi2name.de>
+License: GPL-3
+
+License: GPL-3
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License 3 as published by
+ the Free Software Foundation;
+ .
+ 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 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 complete text of the GNU General
+ Public License version 3 can be found in
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/ruby-mp3info.docs b/debian/ruby-mp3info.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-mp3info.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..75bb8d5
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,2 @@
+---
+- test/test_ruby-mp3info.rb
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..82ddc0c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/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.9.1 ruby2.0 require-rubygems
+#
+# If you need to specify the .gemspec (eg there is more than one)
+#export DH_RUBY_GEMSPEC=gem.gemspec
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..18c99ce
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby-mp3info .*/ruby-mp3info-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mp3info.git



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