debian/0000755000000000000000000000000012224277113007167 5ustar debian/compat0000644000000000000000000000000211730374074010372 0ustar 7 debian/changelog0000644000000000000000000000371312224277044011050 0ustar ruby-mail (2.5.4-2) unstable; urgency=low * Team upload. * debian/ruby-tests.rb: fixed to actually run the tests during package build. -- Antonio Terceiro Sun, 06 Oct 2013 12:12:15 -0300 ruby-mail (2.5.4-1) unstable; urgency=low * Team upload. [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field [ Christian Hofstaedtler ] * New upstream release. * Bump Standards-Version to 3.9.4 (no changes) * Fix LOAD_PATH for tests during build -- Christian Hofstaedtler Mon, 03 Jun 2013 18:01:39 +0200 ruby-mail (2.4.4-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Antonio Terceiro Mon, 25 Jun 2012 20:23:44 -0300 ruby-mail (2.4.4-1) unstable; urgency=low [ Cédric Boutillier ] * fix debian/watch [ Ondřej Surý ] * Imported Upstream version 2.4.4 * Remove upstream changes from outside of debian/patches/ * Update track library version patch to 2.4.4 (this should be autogenerated) -- Ondřej Surý Wed, 25 Apr 2012 14:07:30 +0200 ruby-mail (2.4.1-3) unstable; urgency=low * Fix bug in Mail::Version introduced by packaging. -- Carl Worth Tue, 06 Mar 2012 18:26:07 -0800 ruby-mail (2.4.1-2) unstable; urgency=low * control: Add Build-Depends on ruby-mime-types and ruby-treetop. * control: Drop dependency on ruby-i18n * debian: Force UTF-8 encoding when running tests. -- Carl Worth Mon, 05 Mar 2012 17:17:01 -0800 ruby-mail (2.4.1-1) unstable; urgency=low * Initial release (Closes: #582594) * debian: Package the README file. * debian: Prevent installation of unwanted files. * watch: Update to point to tar file from github -- Carl Worth Fri, 02 Mar 2012 15:21:31 -0800 debian/copyright0000644000000000000000000000246512151744616011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mail Source: https://github.com/mikel/mail Files: * Copyright: (c) 2009, 2010, 2011, 2012 License: Expat Files: debian/* Copyright: 2012 Carl Worth License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/ruby-mail.docs0000644000000000000000000000001211730374074011740 0ustar README.md debian/control0000644000000000000000000000255312153232753010601 0ustar Source: ruby-mail Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Carl Worth Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, ruby-mime-types, ruby-treetop Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mail.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mail.git;a=summary Homepage: http://github.com/mikel/mail XS-Ruby-Versions: all Package: ruby-mail Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mime-types, ruby-treetop Description: Ruby library to handle email generation, parsing and sending. The purpose of this library is to provide a single point of access to handle all email functions, including sending and receiving emails. All network type actions are done through proxy methods to Net::SMTP, Net::POP3 etc. . Built from experience with TMail, it is designed to be a pure ruby implementation that makes generating, sending and parsing emails a no brainer. . Finally, Mail has been designed with a very simple object oriented system that really opens up the email messages you are parsing, if you know what you are doing, you can fiddle with every last bit of your email directly. debian/rules0000755000000000000000000000136111730374074010255 0ustar #!/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.8 ruby1.9.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 # After installing, delete a few files that we really don't want installed. override_dh_auto_install: dh_auto_install rm debian/ruby-mail/usr/lib/ruby/vendor_ruby/tasks/treetop.rake rm debian/ruby-mail/usr/lib/ruby/vendor_ruby/tasks/corpus.rake rmdir debian/ruby-mail/usr/lib/ruby/vendor_ruby/tasks debian/ruby-tests.rb0000644000000000000000000000024712224277044011643 0ustar if RUBY_VERSION =~ /1.9/ Encoding.default_external = Encoding::UTF_8 end $LOAD_PATH << 'spec' require 'rspec/autorun' Dir['{spec}/**/*.rb'].each { |f| require f } debian/source/0000755000000000000000000000000011730374074010474 5ustar debian/source/format0000644000000000000000000000001411730374074011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010711730374074010223 0ustar version=3 http://githubredir.debian.net/github/mikel/mail/ (.*).tar.gz debian/patches/0000755000000000000000000000000012224275076010624 5ustar debian/patches/series0000644000000000000000000000005411730374074012037 0ustar 0001-Track-library-version-within-lib.patch debian/patches/0001-Track-library-version-within-lib.patch0000644000000000000000000000303612153232753020456 0ustar From 4891a6470d99503f5698c67ad2092c465b1e12b6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Mar 2012 18:00:54 -0800 Subject: Track library version within lib/ It's not safe to expect a relative directory up outside of lib/mail to actually contain files we might want to expect to live there. So instead of maintaining a lib/VERSION file, simply maintain the version string within lib/mail/version.rb. --- lib/VERSION | 4 ---- lib/mail/version.rb | 10 +++++----- 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 lib/VERSION Index: ruby-mail/lib/VERSION =================================================================== --- ruby-mail.orig/lib/VERSION 2013-06-03 18:03:17.788964590 +0200 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -major:2 -minor:5 -patch:4 -build: Index: ruby-mail/lib/mail/version.rb =================================================================== --- ruby-mail.orig/lib/mail/version.rb 2013-06-03 18:03:17.788964590 +0200 +++ ruby-mail/lib/mail/version.rb 2013-06-03 18:03:17.784964635 +0200 @@ -3,11 +3,11 @@ module VERSION version = {} - File.read(File.join(File.dirname(__FILE__), '../', 'VERSION')).each_line do |line| - type, value = line.chomp.split(":") - next if type =~ /^\s+$/ || value =~ /^\s+$/ - version[type] = value - end + + version['major'] = "2" + version['minor'] = "5" + version['patch'] = "4" + version['build'] = nil MAJOR = version['major'] MINOR = version['minor'] debian/.git-dpm0000644000000000000000000000042611730374074010540 0ustar # see git-dpm(1) from git-dpm package 4891a6470d99503f5698c67ad2092c465b1e12b6 4891a6470d99503f5698c67ad2092c465b1e12b6 5b667630e10154dc30ed6a8649f3a6acebb1a608 5b667630e10154dc30ed6a8649f3a6acebb1a608 ruby-mail_2.4.1.orig.tar.gz bdcba3f8b9a97e03ac72b02354368438a77aad35 675353