Control: tags -1 patch

On lun, set 23, 2013 at 11:50:36 +0100, Zefram wrote:
> Package: parrot-minimal
> Version: 4.0.0-3
> Severity: wishlist
> 
> Parrot can be compiled with a built-in bigint facility.  The Debian Parrot
> build has not.  It would be convenient if it did have bigint support.

I prepared the attached patch that should enable GMP (and thus bigint).

Allison, can you please have a look?

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;<inidehG ordnasselA>;eg;say~~reverse'
From a731c0db786734f72ca8849707df0525535c6158 Mon Sep 17 00:00:00 2001
From: Alessandro Ghedini <alessan...@ghedini.me>
Date: Tue, 24 Sep 2013 11:53:16 +0200
Subject: [PATCH] Enable Bigint support

Closes: #724450
---
 debian/control    | 2 +-
 debian/control.in | 2 +-
 debian/rules      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 668b1a3..4ed1c67 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Parrot Maintainers <pkg-parrot-de...@lists.alioth.debian.org>
 Uploaders: Allison Randal <alli...@parrot.org>,
  Alessandro Ghedini <gh...@debian.org>,
  Dominique Dumont <d...@debian.org>
-Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libicu-dev, libreadline-dev
+Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgmp-dev, libicu-dev, libreadline-dev
 Standards-Version: 3.9.4
 Homepage: http://parrot.org
 
diff --git a/debian/control.in b/debian/control.in
index 40f0470..f1a9226 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ Maintainer: Debian Parrot Maintainers <pkg-parrot-de...@lists.alioth.debian.org>
 Uploaders: Allison Randal <alli...@parrot.org>,
  Alessandro Ghedini <gh...@debian.org>,
  Dominique Dumont <d...@debian.org>
-Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libicu-dev, libreadline-dev
+Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgmp-dev, libicu-dev, libreadline-dev
 Standards-Version: 3.9.4
 Homepage: http://parrot.org
 
diff --git a/debian/rules b/debian/rules
index b7bf939..135d4ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ configure-stamp: debian-control-stamp $(QUILT_STAMPFN)
 	perl Configure.pl --ccflags="$(CFLAGS)" --ldflags="$(LDFLAGS)"	\
 		--prefix=/usr --mandir=/usr/share/man --disable-rpath	\
 		--icuheaders=/usr/include/$(DEB_HOST_MULTIARCH)		\
-		--without-libffi --without-gmp --without-opengl		\
+		--without-libffi --without-opengl		\
 		--without-pcre --without-zlib
 	touch configure-stamp
 
-- 
1.8.4.rc3

Attachment: signature.asc
Description: Digital signature

Reply via email to