Ludovic Brenta wrote:
> > Please enable libtexttool builds for mips/mipsel (as shown in the
> > appended patch).
>
> Excellent; I was planning to do that at some point. But it is also
> necessary to Depend on gnat-4.3 instead of gnat-4.1 now because
> gnat-4.3 is the new default. In addition, the shared library requires
> a new soname because there is no guarantee that GNAT keeps its ABI
> stable across versions :/
>
> Please don't hesitate to also add a changelog entry if you feel like
> it.
Appended is an improved version which also updates soname / packagename
and restricts the build dependencies so it builds only with gnat-4.3.
Thiemo
diff -uprN libtexttools-2.0.3/debian/changelog
libtexttools-3.0.0/debian/changelog
--- libtexttools-2.0.3/debian/changelog 2008-04-12 09:56:30.000000000 +0100
+++ libtexttools-3.0.0/debian/changelog 2008-04-11 23:42:15.000000000 +0100
@@ -1,3 +1,10 @@
+libtexttools (3.0.0-1) unstable; urgency=medium
+
+ * Use gnat-4.3. Bump soname version to 3.0.
+ * Add mips and mipsel as supported architectures (Closes: #475572).
+
+ -- Thiemo Seufer <[EMAIL PROTECTED]> Fri, 11 Apr 2008 21:13:52 +0100
+
libtexttools (2.0.3-4) unstable; urgency=medium
* Acknowledge NMU, but revert most of it.
diff -uprN libtexttools-2.0.3/debian/control libtexttools-3.0.0/debian/control
--- libtexttools-2.0.3/debian/control 2008-04-12 09:56:30.000000000 +0100
+++ libtexttools-3.0.0/debian/control 2008-04-12 09:55:16.000000000 +0100
@@ -1,13 +1,13 @@
Source: libtexttools
Priority: optional
Maintainer: Ludovic Brenta <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), ncurses-dev, gnat (>= 4.1)
+Build-Depends: debhelper (>= 4.0.0), ncurses-dev, gnat (>= 4.3), gnat (<<
4.4), gnat-4.3
Standards-Version: 3.7.2
Package: libtexttools-dev
Section: libdevel
-Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 powerpc s390 sparc
-Depends: gnat-4.1, libtexttools2.0 (= ${Source-Version})
+Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 mips mipsel powerpc
s390 sparc
+Depends: gnat-4.3, libtexttools3.0 (= ${Source-Version})
Description: Ada and C++ library for writing console applications
The Texttools packages are a GPL, ncurses-based library for the Linux
console. Texttools contain more than 600 procedures and functions to
@@ -19,9 +19,9 @@ Description: Ada and C++ library for wri
Install this package if you want to write Ada or C++ programs that
use Texttools.
-Package: libtexttools2.0
+Package: libtexttools3.0
Section: libs
-Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 powerpc s390 sparc
+Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 mips mipsel powerpc
s390 sparc
Conflicts: libtexttools2
Replaces: libtexttools2
Depends: ${shlibs:Depends}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]