[Debootloaders-devel] r229 - in /trunk/silo/debian: changelog control rules

jurij at alioth.debian.org jurij at alioth.debian.org
Sat Jan 30 13:56:36 UTC 2010


Author: jurij
Date: Sat Jan 30 13:56:35 2010
New Revision: 229

URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=229
Log:
Build with default GCC, remove build-dep on gcc-4.3.

Modified:
    trunk/silo/debian/changelog
    trunk/silo/debian/control
    trunk/silo/debian/rules

Modified: trunk/silo/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/changelog?rev=229&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Sat Jan 30 13:56:35 2010
@@ -10,6 +10,8 @@
     - silo.git-a55764ceef83086d00b5f7b8b3027b517fc4ca23.patch
   * Add silo-linux-types.patch to fix an FTBFS caused by changes in
     the headers, which are now defining _LINUX_TYPES again.
+  * Build with default GCC, remove build-dep on gcc-4.3.
+    (Closes: #533811)
 
  -- Jurij Smakov <jurij at debian.org>  Sat, 30 Jan 2010 13:37:25 +0000
 

Modified: trunk/silo/debian/control
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/control?rev=229&op=diff
==============================================================================
--- trunk/silo/debian/control (original)
+++ trunk/silo/debian/control Sat Jan 30 13:56:35 2010
@@ -3,7 +3,7 @@
 Priority: important
 Maintainer: Debootloaders SILO Maintainers Team <debootloaders-silo at lists.alioth.debian.org>
 Uploaders: Ben Collins <bcollins at debian.org>, Jurij Smakov <jurij at debian.org>, Aurélien GÉRÔME <ag at roxor.cx>
-Build-Depends: e2fslibs-dev (>= 1.28), debhelper (>= 5.0), gcc-4.3, bzip2, sparc-utils, perl, linux-libc-dev (>= 2.6.22), quilt
+Build-Depends: e2fslibs-dev (>= 1.28), debhelper (>= 5.0), bzip2, sparc-utils, perl, linux-libc-dev (>= 2.6.22), quilt
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/debootloaders/trunk/silo/
 Vcs-Browser: http://svn.debian.org/wsvn/debootloaders/trunk/silo/

Modified: trunk/silo/debian/rules
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/rules?rev=229&op=diff
==============================================================================
--- trunk/silo/debian/rules (original)
+++ trunk/silo/debian/rules Sat Jan 30 13:56:35 2010
@@ -2,7 +2,7 @@
 
 STAMP_DIR  = stampdir
 BUILD_TREE = build-tree
-CC         = "gcc-4.3 -m32"
+CC         = "gcc -m32"
 
 build: $(BUILD_TREE) build-stamp
 




More information about the Debootloaders-devel mailing list