summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b2c47291..a71ea9c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ hurd (20050513-3+SVN) unreleased; urgency=low
* debian/patches/semaphore_restrict_fix.patch: New patch by Samuel
Thibault. (Closes: #320121)
* debian/control (Build-Depends): Added gcc-3.3.
+ * debian/rules (CC): New variable, set to gcc-3.3.
-- Michael Banck <mbanck@debian.org> Sun, 12 Jun 2005 23:53:59 +0200
diff --git a/debian/rules b/debian/rules
index 62865e6e..09918234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@
DEB_TAR_SRCDIR := hurd
DEB_BUILDDIR = $(DEB_SRCDIR)/build
+CC=gcc-3.3
+
include /usr/share/cdbs/1/rules/tarball.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk