Merge lp:~kamalmostafa/ubuntu/lucid/libgmpada/fix-505349-ftbfs into lp:ubuntu/lucid/libgmpada

Proposed by Kamal Mostafa
Status: Merged
Merged at revision: not available
Proposed branch: lp:~kamalmostafa/ubuntu/lucid/libgmpada/fix-505349-ftbfs
Merge into: lp:ubuntu/lucid/libgmpada
Diff against target: 40 lines (+11/-3)
2 files modified
debian/changelog (+7/-0)
debian/control (+4/-3)
To merge this branch: bzr merge lp:~kamalmostafa/ubuntu/lucid/libgmpada/fix-505349-ftbfs
Reviewer Review Type Date Requested Status
Michael Bienia Approve
Ubuntu branches Pending
Review via email: mp+17084@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Kamal Mostafa (kamalmostafa) wrote :

I think just dropping the 'gnat' package from Build-depends is the right thing to do here, and it does fix the FTBFS. If this merge is approved, I will notify upstream that we're doing this.

Revision history for this message
Michael Bienia (geser) wrote :

Please don't forget to check that you use the correct distribution (lucid, not karmic) in debian/changelog. (Fixed before sponsoring)

review: Approve
Revision history for this message
Kamal Mostafa (kamalmostafa) wrote :

After testing it for *lucid* (and karmic) in my PPA build, I ham-handedly submitted the change taregted for karmic. Thanks for fixing it Michael, and I'll try to be more careful next time.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-11-13 16:21:34 +0000
3+++ debian/changelog 2010-01-10 01:24:17 +0000
4@@ -1,3 +1,10 @@
5+libgmpada (0.0.20091113-1ubuntu1) karmic; urgency=low
6+
7+ * Drop gnat from build-depends (keep gnat-4.4) to fix FTBFS on Ubuntu Lucid
8+ (LP: #505349)
9+
10+ -- Kamal Mostafa <kamal@whence.com> Sat, 09 Jan 2010 17:06:46 -0800
11+
12 libgmpada (0.0.20091113-1) unstable; urgency=low
13
14 * New package. Closes: #555682.
15
16=== modified file 'debian/control'
17--- debian/control 2009-11-13 16:21:34 +0000
18+++ debian/control 2010-01-10 01:24:17 +0000
19@@ -1,9 +1,10 @@
20 Source: libgmpada
21 Section: libdevel
22 Priority: extra
23-Maintainer: Nicolas Boulenguez <nicolas.boulenguez@free.fr>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Nicolas Boulenguez <nicolas.boulenguez@free.fr>
26 Uploaders: Ludovic Brenta <lbrenta@debian.org>
27-Build-Depends: debhelper (>= 7), gnat, gnat-4.4, libgmp3-dev, libmpfr-dev
28+Build-Depends: debhelper (>= 7), gnat-4.4, libgmp3-dev, libmpfr-dev
29 Standards-Version: 3.8.3
30 XS-VCS-Browser: http://mtn-host.prjek.net/viewmtn/libgmpada/branch/changes/org.debian.libgmpada
31 Homepage: http://mtn-host.prjek.net/projects/libgmpada
32@@ -11,7 +12,7 @@
33 Package: libgmpada-dev
34 Architecture: any
35 Depends: ${misc:Depends}
36-Recommends: gnat, gnat-4.4, libgmp3-dev, libmpfr-dev
37+Recommends: gnat-4.4, libgmp3-dev, libmpfr-dev
38 Description: Ada binding to the GNU MultiPrecision library
39 GMPAda allows programmers to use the GNU MultiPrecision library
40 within the Ada language: unbounded integers, rationals and

Subscribers

People subscribed via source and target branches

to all changes: