* Bradley Bell <[EMAIL PROTECTED]> [2006-05-12 19:17]:
> You may do an NMU, I will be trying to find a new maintainer for
> these packages soon.

Thanks, I've made an upload now.  Here's the diff:

diff -u orbit2cpp-1.3.9/debian/changelog orbit2cpp-1.3.9/debian/changelog
--- orbit2cpp-1.3.9/debian/changelog
+++ orbit2cpp-1.3.9/debian/changelog
@@ -1,3 +1,12 @@
+orbit2cpp (1.3.9-2.1) unstable; urgency=low
+
+  * NMU with the permission of the maintainer.
+  * Remove g++-3.4 as a build-dependency on arm, hppa and m68k which
+    was put in to work around a compiler error that is no longer
+    present in gcc 4.x (Closes: #343012).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]>  Sat, 13 May 2006 14:15:25 +0200
+
 orbit2cpp (1.3.9-2) unstable; urgency=low
 
   * C++ transition (Closes: #339245)
diff -u orbit2cpp-1.3.9/debian/control orbit2cpp-1.3.9/debian/control
--- orbit2cpp-1.3.9/debian/control
+++ orbit2cpp-1.3.9/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Bradley Bell <[EMAIL PROTECTED]>
-Build-Depends: g++-3.4 [arm hppa m68k], debhelper (>> 3.0.0), liborbit2-dev 
(>= 1:2.8.1-5), libidl-dev
+Build-Depends: debhelper (>> 3.0.0), liborbit2-dev (>= 1:2.8.1-5), libidl-dev
 Standards-Version: 3.6.2
 
 Package: liborbit2cpp-dev
diff -u orbit2cpp-1.3.9/debian/rules orbit2cpp-1.3.9/debian/rules
--- orbit2cpp-1.3.9/debian/rules
+++ orbit2cpp-1.3.9/debian/rules
@@ -13,20 +13,6 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-###
-
-GCC4_ICES_HERE := arm m68k hppa
-DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-
-ifneq (,$(findstring $(DEB_BUILD_ARCH),$(GCC4_ICES_HERE)))
-    export CC=gcc-3.4
-    export CPP=cpp-3.4
-    export CXX=g++-3.4
-endif
-
-###
-
-
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -g
 endif

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to