The following commit has been merged in the master branch:
commit cd2ebada1c87aceb04716c15a469e4adf60893ab
Author: Samuel Thibault <[email protected]>
Date: Sun Apr 10 23:05:07 2011 +0200
Build with gcc-4.5
* debian/control: Depend on gcc-4.5 instead of gcc-4.4.
* debian/rules: Build with gcc-4.5.
diff --git a/debian/changelog b/debian/changelog
index b1b0811..3f5d5d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
hurd (20110319-3) UNRELEASED; urgency=low
- * Bump Standards-Version to 3.9.2 (no change needed)
+ * debian/control:
+ - Depend on gcc-4.5 instead of gcc-4.4.
+ - Bump Standards-Version to 3.9.2 (no change needed)
+ * debian/rules: Build with gcc-4.5.
-- Samuel Thibault <[email protected]> Sun, 10 Apr 2011 20:42:45 +0200
diff --git a/debian/control b/debian/control
index 9363dea..a8796e3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: GNU Hurd Maintainers <[email protected]>
Standards-Version: 3.9.2
Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526),
libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs,
- debhelper (>= 4.2.0), gcc-4.4, dpkg (>= 1.15.4) | install-info,
+ debhelper (>= 4.2.0), gcc-4.5, dpkg (>= 1.15.4) | install-info,
libparted-dev
Uploaders: Jeff Bailey <[email protected]>,
Neal H. Walfield <[email protected]>, Michael Banck <[email protected]>,
diff --git a/debian/rules b/debian/rules
index 4e1a1e7..4555124 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@
DEB_BUILDDIR = $(DEB_SRCDIR)/build
-CC=gcc-4.4
+CC=gcc-4.5
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
--
Debian GNU Hurd packaging