From: Ben Myers <bpm@sgi.com>
To: Nathan Scott <nathans@debian.org>
Cc: xfs@oss.sgi.com, Alex Elder <aelder@sgi.com>
Subject: Re: [patch] xfsprogs - workaround debian build daemon dependency resolution
Date: Thu, 17 Nov 2011 14:38:55 -0600 [thread overview]
Message-ID: <20111117203855.GJ29840@sgi.com> (raw)
In-Reply-To: <1321558944.3015.6.camel@doink>
Hi Nathan,
On Thu, Nov 17, 2011 at 01:42:24PM -0600, Alex Elder wrote:
> On Thu, 2011-11-17 at 13:28 -0600, Alex Elder wrote:
> > On Tue, 2011-11-15 at 20:39 +1100, Nathan Scott wrote:
> > > Workaround the Debian buildd dependency handling for libreadline5 library
> > > handling
> > >
> > > Evidently the buildd daemons process depenencies differently to local
> > > builds, and
> > > expect the first of optional dependencies to be resolved. Flip the
> > > ordering to match
> > > this dependency.
> > >
> > > Signed-off-by: Nathan Scott <nathans@debian.org>
> >
> > Looks fine to me.
> >
> > Signed-off-by: Alex Elder <aelder@sgi.com>
> >
>
> Actually, it *looked* fine superficially, but it's crap.
Is this what you're after?
diff --git a/debian/control b/debian/control
index f813a43..ca517ad 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: XFS Development Team <xfs@oss.sgi.com>
Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
-Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline5-dev | libreadline-gplv2-dev, libblkid-dev (>= 2.17)
+Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17)
Standards-Version: 3.9.1
Homepage: http://oss.sgi.com/projects/xfs/
Thanks,
Ben
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2011-11-17 20:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 9:39 [patch] xfsprogs - workaround debian build daemon dependency resolution Nathan Scott
2011-11-17 19:28 ` Alex Elder
2011-11-17 19:42 ` Alex Elder
2011-11-17 20:38 ` Ben Myers [this message]
2011-11-17 22:20 ` Nathan Scott
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111117203855.GJ29840@sgi.com \
--to=bpm@sgi.com \
--cc=aelder@sgi.com \
--cc=nathans@debian.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.