[DRE-commits] [SCM] sup-mail.git branch, master, updated. debian/0.12.1-1-28-g21b8326

Per Andersson avtobiff at gmail.com
Sat Jun 9 00:04:23 UTC 2012


The following commit has been merged in the master branch:
commit 21b83269f00f2de64291061754e2dc6aea5d45d1
Author: Per Andersson <avtobiff at gmail.com>
Date:   Sat Jun 9 01:58:25 2012 +0200

    Build for Ruby 1.9.1, change dependencies accordingly.

diff --git a/debian/changelog b/debian/changelog
index d897fe4..8cdd82a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ sup-mail (0.12.1+git20120407.aaa852f-1) unstable; urgency=low
     - Run tests during build.
     - Patch tests so they all pass.
     - Add Build-Depends for running all tests.
+    - Build for Ruby 1.9.1.
   * Bump standards version to 3.9.3, no changes needed.
   * Use source format 3.0 (quilt).
   * Remove IMAP-folder support from description. (Closes: #614301)
@@ -40,6 +41,8 @@ sup-mail (0.12.1+git20120407.aaa852f-1) unstable; urgency=low
     - libncurses-ruby => ruby-ncurses
     - librmail-ruby1.8 => ruby-rubymail
     - libtrollop-ruby => ruby-trollop
+    - libgettext-ruby1.8 => libgettext-ruby1.9.1
+    - libxapian-ruby1.8 => libxapian-ruby1.9.1
 
  -- Per Andersson <avtobiff at gmail.com>  Wed, 06 Jun 2012 20:27:06 +0200
 
diff --git a/debian/control b/debian/control
index 26c37c6..41b1957 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (>= 7.0.50~),
  gem2deb (>= 0.2.13~),
- libgettext-ruby1.8,
- libxapian-ruby1.8 (>= 1.2.1),
+ libgettext-ruby1.9.1,
+ libxapian-ruby1.9.1 (>= 1.2.1),
  ruby-chronic,
  ruby-eventmachine,
  ruby-highline,
@@ -22,15 +22,15 @@ Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/sup-mail.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/sup-mail.git;a=summary
 Homepage: http://sup.rubyforge.org/
-XS-Ruby-Versions: ruby1.8
+XS-Ruby-Versions: ruby1.9.1
 
 Package: sup-mail
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends:
- ruby1.8,
- libgettext-ruby1.8,
- libxapian-ruby1.8 (>= 1.2.1),
+ ruby1.9.1,
+ libgettext-ruby1.9.1,
+ libxapian-ruby1.9.1 (>= 1.2.1),
  ruby-chronic,
  ruby-eventmachine,
  ruby-highline,

-- 
sup-mail.git



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