diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6c9a474c..e14b6c62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,9 @@ hurd (20110519-1) UNRELEASED; urgency=low * New upstream snapshot. * debian/control: - - Depend on gcc-4.5 instead of gcc-4.4. + - Depend on gcc-4.6 instead of gcc-4.4. - Bump Standards-Version to 3.9.2 (no change needed) - * debian/rules: Build with gcc-4.5. + * debian/rules: Build with gcc-4.6. * debian/local/runsystem, setup-translators: Enable mouse and keyboard repeaters for g-i support. * debian/local/setup-translators: Pass the --compatible option to procfs to diff --git a/debian/control b/debian/control index a8796e35..9b072642 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> 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.5, dpkg (>= 1.15.4) | install-info, + debhelper (>= 4.2.0), gcc-4.6, dpkg (>= 1.15.4) | install-info, libparted-dev Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>, diff --git a/debian/rules b/debian/rules index 4555124c..884628f0 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ DEB_BUILDDIR = $(DEB_SRCDIR)/build -CC=gcc-4.5 +CC=gcc-4.6 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk |