public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Bug#553875: replacing libreadline5-dev build dependency with libreadline-dev
@ 2011-08-20 22:01 Aurelien Jarno
  2011-08-21 23:29 ` Dave Chinner
  0 siblings, 1 reply; 3+ messages in thread
From: Aurelien Jarno @ 2011-08-20 22:01 UTC (permalink / raw)
  To: XFS Development Team; +Cc: 553875

Hi,

I have just done an NMU of xfsprogs to fix this longstanding issue. You
will find below the diff of the NMU.

Regards,
Aurelien


diff -Nru xfsprogs-3.1.5/debian/changelog xfsprogs-3.1.5+nmu1/debian/changelog
--- xfsprogs-3.1.5/debian/changelog	2011-03-31 06:37:28.000000000 +0200
+++ xfsprogs-3.1.5+nmu1/debian/changelog	2011-08-20 23:27:40.000000000 +0200
@@ -1,3 +1,12 @@
+xfsprogs (3.1.5+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload, breaking the assumption: "the upstream
+    release is also the Debian release" (see bug#144876).
+  * Build-depends on libreadline-gplv2-dev instead of libreadline5-dev
+    as the code is not compatible with GPL v3 (closes: #553875).
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 20 Aug 2011 23:14:01 +0200
+
 xfsprogs (3.1.5) unstable; urgency=low
 
   * New upstream release
diff -Nru xfsprogs-3.1.5/debian/control xfsprogs-3.1.5+nmu1/debian/control
--- xfsprogs-3.1.5/debian/control	2010-11-09 12:40:44.000000000 +0100
+++ xfsprogs-3.1.5+nmu1/debian/control	2011-08-20 23:10:53.000000000 +0200
@@ -3,7 +3,7 @@
 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, libblkid-dev (>= 2.17)
+Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev, libblkid-dev (>= 2.17)
 Standards-Version: 3.9.1
 Homepage: http://oss.sgi.com/projects/xfs/

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Bug#553875: replacing libreadline5-dev build dependency with libreadline-dev
  2011-08-20 22:01 Bug#553875: replacing libreadline5-dev build dependency with libreadline-dev Aurelien Jarno
@ 2011-08-21 23:29 ` Dave Chinner
  2011-08-22  6:03   ` Aurelien Jarno
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Chinner @ 2011-08-21 23:29 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: 553875, XFS Development Team

On Sun, Aug 21, 2011 at 12:01:23AM +0200, Aurelien Jarno wrote:
> Hi,
> 
> I have just done an NMU of xfsprogs to fix this longstanding issue. You
> will find below the diff of the NMU.

That was resolved in the upstream repository back in April:

commit 9de4c6df018f029d9266536a0ae961929a4a76ae
Author: Nathan Scott <nathans@aconex.com>
Date:   Thu Apr 28 23:15:30 2011 +0000

    xfsprogs: resolve Debian readline build issue
    
    Address the recently reported build issue with libreadline5/6, via
    the gplv2 route.  Since this appears to be a relatively recent pkg,
    I made its use conditional so the deb build continues to work for
    everyone not running a bleeding edge distro.  Works For Me (tm).
    
    This addresses Debian bug 553875: libreadline5-dev removal pending
    
    Signed-off-by: Nathan Scott <nathans@debian.org>
    Signed-off-by: Alex Elder <aelder@sgi.com>

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Bug#553875: replacing libreadline5-dev build dependency with libreadline-dev
  2011-08-21 23:29 ` Dave Chinner
@ 2011-08-22  6:03   ` Aurelien Jarno
  0 siblings, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2011-08-22  6:03 UTC (permalink / raw)
  To: Dave Chinner; +Cc: 553875, XFS Development Team

On Mon, Aug 22, 2011 at 09:29:13AM +1000, Dave Chinner wrote:
> On Sun, Aug 21, 2011 at 12:01:23AM +0200, Aurelien Jarno wrote:
> > Hi,
> > 
> > I have just done an NMU of xfsprogs to fix this longstanding issue. You
> > will find below the diff of the NMU.
> 
> That was resolved in the upstream repository back in April:

But never uploaded to Debian, where the package has been unbuildable
for months due to this issue.

> commit 9de4c6df018f029d9266536a0ae961929a4a76ae
> Author: Nathan Scott <nathans@aconex.com>
> Date:   Thu Apr 28 23:15:30 2011 +0000
> 
>     xfsprogs: resolve Debian readline build issue
>     
>     Address the recently reported build issue with libreadline5/6, via
>     the gplv2 route.  Since this appears to be a relatively recent pkg,
>     I made its use conditional so the deb build continues to work for
>     everyone not running a bleeding edge distro.  Works For Me (tm).
>     
>     This addresses Debian bug 553875: libreadline5-dev removal pending
>     
>     Signed-off-by: Nathan Scott <nathans@debian.org>
>     Signed-off-by: Alex Elder <aelder@sgi.com>
> 
> Cheers,
> 
> Dave.
> -- 
> Dave Chinner
> david@fromorbit.com
> 

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-22  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 22:01 Bug#553875: replacing libreadline5-dev build dependency with libreadline-dev Aurelien Jarno
2011-08-21 23:29 ` Dave Chinner
2011-08-22  6:03   ` Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox