[DRE-commits] [ruby-mime] 01/01: Imported Debian patch 0.4.3-1
Joao Eriberto Mota Filho
eriberto at moszumanska.debian.org
Fri Nov 20 00:06:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
eriberto pushed a commit to branch master
in repository ruby-mime.
commit 33518487e9b560dab04f3fbe8f5a941127d07f24
Merge: 8eef935 d0da17c
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date: Sun Nov 8 18:47:15 2015 -0200
Imported Debian patch 0.4.3-1
README.rdoc | 24 +-
Rakefile | 9 +
debian/changelog | 12 +-
debian/copyright | 2 +-
debian/rules | 3 -
debian/upstream.changelog | 101 ----
lib/mime.rb | 2 +-
lib/mime/composite_media.rb | 27 +-
metadata.yml | 9 +-
test/scaffold/multipart_alternative_related.msg | Bin 1843 -> 1809 bytes
test/scaffold/multipart_related.msg | Bin 1413 -> 1374 bytes
test/scaffold/rfc822_composite.msg | Bin 3292 -> 3228 bytes
test/test_mime.rb | 26 +-
test/test_mime.rb-try | 616 ++++++++++++++++++++++++
14 files changed, 704 insertions(+), 127 deletions(-)
diff --cc debian/changelog
index dca6f6f,0000000..241a4ff
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,24 -1,0 +1,34 @@@
++ruby-mime (0.4.3-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/copyright: updated the upstream copyright years.
++ * debian/rules: removed the override_dh_installchangelogs target. I am
++ dropping the 'unofficial' upstream changelog.
++ * debian/upstream.changelog: removed.
++
++ -- Joao Eriberto Mota Filho <eriberto at debian.org> Sun, 08 Nov 2015 18:47:15 -0200
++
+ruby-mime (0.4.2-3) unstable; urgency=medium
+
+ * Upload to unstable. Welcome Jessie Stable!
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org> Tue, 28 Apr 2015 16:38:30 -0300
+
+ruby-mime (0.4.2-2) experimental; urgency=medium
+
+ * Added the upstream changelog. Consequently:
+ - Added the debian/upstream.changelog.
+ - Added an override to debian/rules to install the
+ debian/upstream.changelog file.
+ * debian/copyright:
- - Upadted the packaging years.
++ - Updated the packaging years.
+ - Updated the Source field.
+ * debian/watch: added new search lines to avoid the error 500.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org> Fri, 02 Jan 2015 09:15:51 -0200
+
+ruby-mime (0.4.2-1) experimental; urgency=medium
+
+ * Initial release (Closes: #773484)
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org> Thu, 18 Dec 2014 19:13:36 -0200
diff --cc debian/copyright
index ca6366c,0000000..a052f09
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,24 -1,0 +1,24 @@@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mime
+Source: https://rubygems.org/gems/mime
+
+Files: *
- Copyright: 2008-2014 Clint Pachl <pachl at ecentryx.com>
++Copyright: 2008-2015 Clint Pachl <pachl at ecentryx.com>
+License: ISC
+
+Files: debian/*
+Copyright: 2014-2015 Joao Eriberto Mota Filho <eriberto at debian.org>
+License: ISC
+
+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.
+ .
+ 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 --cc debian/rules
index 01f452a,0000000..5df7f46
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,8 -1,0 +1,5 @@@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --buildsystem=ruby --with ruby
-
- override_dh_installchangelogs:
- dh_installchangelogs debian/upstream.changelog
--
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