[DRE-commits] [ruby-mime] 01/01: Adding current debian/ directory.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Dec 31 12:13:35 UTC 2014


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

eriberto pushed a commit to branch master
in repository ruby-mime.

commit 04317bc1624b8fd6db54d27b88a673c30c259a5c
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Wed Dec 31 10:11:58 2014 -0200

    Adding current debian/ directory.
---
 debian/changelog            |  4 ++--
 debian/compat               |  2 +-
 debian/control              | 24 +++++++++++-------------
 debian/copyright            | 43 ++++++++++++++++---------------------------
 debian/docs                 |  1 +
 debian/ruby-mime.docs       |  2 --
 debian/ruby-test-files.yaml |  3 ---
 debian/rules                | 10 ----------
 debian/tests/control.ex     | 13 -------------
 debian/watch                |  2 +-
 10 files changed, 32 insertions(+), 72 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e44c9f7..9ef5123 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-mime (0.4.2-1) UNRELEASED; urgency=medium
+ruby-mime (0.4.2-1) experimental; urgency=medium
 
   * Initial release (Closes: #773484)
 
- -- eriberto <eriberto at libra.gabcmt.eb.mil.br>  Wed, 31 Dec 2014 09:40:59 -0200
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 18 Dec 2014 19:13:36 -0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 6cb9628..1dcf401 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,19 @@ Source: ruby-mime
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mime.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-mime.git;a=summary
+Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>
+Build-Depends: debhelper (>= 9), gem2deb
+Standards-Version: 3.9.6
 Homepage: http://ecentryx.com/gems/mime
-Testsuite: autopkgtest
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mime.git
+Vcs-Browser: http://http://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mime.git
 XS-Ruby-Versions: all
 
 Package: ruby-mime
 Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Multipurpose Internet Mail Extensions (MIME) Library
- A library for building RFC compliant Multipurpose Internet Mail Extensions
- (MIME) messages. It can be used to construct standardized MIME messages for use
- in client/server communications, such as Internet mail or HTTP
- multipart/form-data transactions.
+Depends: ${misc:Depends}, ruby | ruby-interpreter
+Description: MIME library for Ruby
+ ruby-mime is a library for building RFC compliant Multipurpose Internet
+ Mail Extensions (MIME) messages. It can be used to construct standardized
+ MIME messages for use in client/server communications, such as Internet
+ mail or HTTP multipart/form-data transactions.
diff --git a/debian/copyright b/debian/copyright
index fb70227..5b02164 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,24 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mime
-Source: FIXME <http://example.com/>
+Source: http://ecentryx.com/gems/mime
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2008-2014 Clint Pachl <pachl at ecentryx.com>
+License: ISC
 
 Files: debian/*
-Copyright: 2014  <>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2014 Joao Eriberto Mota Filho <eriberto at debian.org>
+License: ISC
 
-License: GPL-2+ (FIXME)
- 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.
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
  .
- 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'.
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e475c53
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rdoc
diff --git a/debian/ruby-mime.docs b/debian/ruby-mime.docs
deleted file mode 100644
index 0d5eab8..0000000
--- a/debian/ruby-mime.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-# FIXME: READMEs found
-# README.rdoc
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 26e2e36..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-- test/test_text_flowed.rb
-- test/test_mime.rb
diff --git a/debian/rules b/debian/rules
index d81794d..5df7f46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,5 @@
 #!/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=ruby2.1 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/tests/control.ex b/debian/tests/control.ex
deleted file mode 100644
index 429a392..0000000
--- a/debian/tests/control.ex
+++ /dev/null
@@ -1,13 +0,0 @@
-# AUTOGENERATED FILE
-#
-# As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically
-# detected, and if debian/tests/control does not exist the contents below will
-# be assumed (with the exception of gem2deb being filtered out from
-# @builddeps@):
-
-Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, @builddeps@, gem2deb-test-runner
-
-# if you would need to change something to the above, to that and rename this
-# file to `control`. Otherwise, you should probably delete this file
-# (recommended).
diff --git a/debian/watch b/debian/watch
index 7e410ae..c037aa9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mime .*/mime-(.*).tar.gz
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mime .*/mime-(\d\S+)\.tar\.(?:bz2|gz|xz)

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



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