diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d75152f1..36fd9f59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ hurd (20050513-4+SVN) unreleased; urgency=low * debian/patches/libstore_attribute.patch: New patch by Roland McGrath, taken from CVS. * debian/rules (CC): Removed. + * debian/control (Build-Depends): Removed gcc-3.3. -- Michael Banck <mbanck@debian.org> Sat, 24 Sep 2005 13:34:26 +0200 diff --git a/debian/control b/debian/control index 5972235f..82468336 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: base Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.6.1.0 -Build-Depends: mig (>= 1.3-2), texinfo, libncursesw5-dev, cdbs, debhelper (>= 4.2.0), gcc-3.3 +Build-Depends: mig (>= 1.3-2), texinfo, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) Build-Depends-Indep: texi2html Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org> |