[DRE-commits] [ruby-mime] 01/01: * 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 Source field. * debian/watch: added new search lines to avoid the error 500.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Fri Jan 2 11:38:02 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 fd638fd6acc388a594e657f3763b3045bc1f2165
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Fri Jan 2 09:37:27 2015 -0200

      * 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 Source field.
      * debian/watch: added new search lines to avoid the error 500.
---
 debian/changelog          |  13 ++++++
 debian/copyright          |   4 +-
 debian/rules              |   3 ++
 debian/upstream.changelog | 101 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/watch              |   3 ++
 5 files changed, 122 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ef5123..d291835 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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 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)
diff --git a/debian/copyright b/debian/copyright
index 5b02164..ca6366c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,13 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mime
-Source: http://ecentryx.com/gems/mime
+Source: https://rubygems.org/gems/mime
 
 Files: *
 Copyright: 2008-2014 Clint Pachl <pachl at ecentryx.com>
 License: ISC
 
 Files: debian/*
-Copyright: 2014 Joao Eriberto Mota Filho <eriberto at debian.org>
+Copyright: 2014-2015 Joao Eriberto Mota Filho <eriberto at debian.org>
 License: ISC
 
 License: ISC
diff --git a/debian/rules b/debian/rules
index 5df7f46..01f452a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installchangelogs:
+	dh_installchangelogs debian/upstream.changelog
diff --git a/debian/upstream.changelog b/debian/upstream.changelog
new file mode 100644
index 0000000..b3868da
--- /dev/null
+++ b/debian/upstream.changelog
@@ -0,0 +1,101 @@
+(From http://ecentryx.com/gems/mime/)
+
+    2008-11-05, v0.1
+
+        First public release.
+
+    2013-12-18, v0.2.0
+
+        Update for Ruby 1.9.3.
+
+        Update Rakefile test, package, and rdoc tasks.
+
+        Change test suite from Test::Unit to Minitest.
+
+        Cleanup existing and add new tests cases.
+
+        Clarify code comments and README examples.
+
+        Fix content type detection.
+
+    2014-02-28, v0.3.0
+
+        Simplify API of DiscreteMediaType subclasses.
+
+        Disallow Content-Type changes after instantiating DiscreteMediaType.
+
+        Add flowed format support for text/plain (RFC 2646).
+
+    2014-04-18, v0.4.0
+
+        Major API disruption!
+
+            Rename classes:
+
+                HeaderContainter => Header
+
+                remove “Media” suffix from the 5 DiscreteMedia and 2 CompositeMedia subclasses. See commit for details.
+
+                MIME::Message => MIME::Mail
+
+            Rename methods:
+
+                remove “_entity” suffix from add, inline, and attach in CompositeMedia.
+
+                remove “content_” prefix from id, disposition, description, and transfer_encoding in Headers::MIME.
+
+            Remove methods:
+
+                Header#add
+
+            Add methods:
+
+                Header#set (replace Header#add)
+
+                Header#get
+
+                Header#delete
+
+            Reverse order of entities in CompositeMedia::Body, which most likely reverses all CompositeMedia add, inline, and attach method calls. See commit for details.
+
+        Other changes
+
+            Use From header field domain in the Message-ID header.
+
+            Add more randomness when generating header IDs.
+
+            Header field names are now case-insensitive to comply with RFCs.
+
+            Accept String, Array, and Hash for originator and destination mailboxes.
+
+            Add CompositeMedia::Body class for nesting MIME entities.
+
+            Improve docs and examples for Content-Disposition (inline/attachment).
+
+            FIX: remove trailing CRLF in Mail#to_s and update tests.
+
+            Add README links to message lint tools on IETF.org.
+
+            Add Send, In-Reply-To, and References RFC 5322 header fields.
+
+            Comply with RFC regarding parameter quoting in header field bodies. I.e., do not quote atom/dot-atom parameter values.
+
+            Many fixes and improvements in code, tests, documentation, and examples.
+
+    2014-04-20, v0.4.1
+
+        Add bug tracker URL.
+
+        Link to referenced commit messages.
+
+    2014-06-13, v0.4.2
+
+        FIX: remove header field when set to nil.
+
+        RFC compliance: set Sender field to first From address if multiple From addresses and the Sender header is not already set.
+
+        Improve TextFlowed tests.
+
+        Add TODO.mkd.
+
+        FIX: Ruby 1.8.7 compatibility issue.
diff --git a/debian/watch b/debian/watch
index c037aa9..15392d8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,5 @@
 version=3
 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mime .*/mime-(\d\S+)\.tar\.(?:bz2|gz|xz)
+https://rubygems.org/gems/mime .*/versions/(\d\S+)
+https://rubygems.org/gems/mime .*/downloads/mime-(\d\S+)\.gem
+https://rubygems.org/gems/mime/versions .*/gems/mime/versions/(\d\S+)

-- 
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