From: Jameson Graef Rollins Date: Sat, 1 Jun 2013 16:27:23 +0000 (+1700) Subject: [PATCH] debian: update build dependency to require ruby-dev 1:1.9.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdf4661309fc8a538bf55debb6b20b93e64e5c54;p=notmuch-archives.git [PATCH] debian: update build dependency to require ruby-dev 1:1.9.3 --- diff --git a/93/29eea81950b1d6a0e7e08117b3ef748d066277 b/93/29eea81950b1d6a0e7e08117b3ef748d066277 new file mode 100644 index 000000000..87a85007a --- /dev/null +++ b/93/29eea81950b1d6a0e7e08117b3ef748d066277 @@ -0,0 +1,87 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 56895429E4F + for ; Sat, 1 Jun 2013 09:27:42 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id MSlMtwsT6CYF for ; + Sat, 1 Jun 2013 09:27:34 -0700 (PDT) +Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu + [131.215.239.19]) + by olra.theworths.org (Postfix) with ESMTP id 4222D431FDE + for ; Sat, 1 Jun 2013 09:27:34 -0700 (PDT) +Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) + by earth-doxen-postvirus (Postfix) with ESMTP id 1C75866E00DD + for ; Sat, 1 Jun 2013 09:27:32 -0700 (PDT) +X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new +Received: from finestructure.net (cpe-76-173-75-86.socal.res.rr.com + [76.173.75.86]) (Authenticated sender: jrollins) + by earth-doxen-submit (Postfix) with ESMTP id 20D4066E00F3 + for ; Sat, 1 Jun 2013 09:27:24 -0700 (PDT) +Received: by finestructure.net (Postfix, from userid 1000) + id 6754361709; Sat, 1 Jun 2013 09:27:23 -0700 (PDT) +From: Jameson Graef Rollins +To: Notmuch Mail +Subject: [PATCH] debian: update build dependency to require ruby-dev 1:1.9.3 +Date: Sat, 1 Jun 2013 09:27:23 -0700 +Message-Id: <1370104043-31975-1-git-send-email-jrollins@finestructure.net> +X-Mailer: git-send-email 1.7.10.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 01 Jun 2013 16:27:42 -0000 + +ruby1.8-dev provides ruby-dev, but ruby1.9.1-dev is currently +required (which is pulled by ruby-dev 1:1.9.3). +--- + debian/changelog | 6 ++++++ + debian/control | 2 +- + 2 files changed, 7 insertions(+), 1 deletion(-) + +diff --git a/debian/changelog b/debian/changelog +index a7a091f..284cf2a 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,9 @@ ++notmuch (0.15.2-3) unstable; urgency=low ++ ++ * Build-depend on ruby-dev require >>1:1.9.3~. ++ ++ -- Jameson Graef Rollins Sat, 01 Jun 2013 09:17:38 -0700 ++ + notmuch (0.15.2-2) unstable; urgency=low + + * Bug fix: tighten dependence of notmuch-mutt on notmuch, +diff --git a/debian/control b/debian/control +index 08071be..cc16960 100644 +--- a/debian/control ++++ b/debian/control +@@ -15,7 +15,7 @@ Build-Depends: + libz-dev, + python-all (>= 2.6.6-3~), + python3-all (>= 3.1.2-7~), +- ruby, ruby-dev, ++ ruby, ruby-dev (>>1:1.9.3~), + emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) | + emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), + gdb, +-- +1.7.10.4 +