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

jurij at alioth.debian.org jurij at alioth.debian.org
Sat Mar 15 23:18:27 UTC 2008


Author: jurij
Date: Sat Mar 15 23:18:27 2008
New Revision: 222

URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=222
Log:
Build with gcc-4.3. Update changelog in preparation for upload.

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=222&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Sat Mar 15 23:18:27 2008
@@ -1,10 +1,14 @@
 silo (1.4.13a+git20070930-2) unstable; urgency=low
 
+  [ Aurélien GÉRÔME ]
   * Add the XS-DM-Upload-Allowed field.
   * Switch from the XS-Vcs-Svn/XS-Vcs-Browser fields to the
     Vcs-Svn/Vcs-Browser fields.
 
- -- Aurélien GÉRÔME <ag at roxor.cx>  Sun, 02 Dec 2007 03:19:47 +0100
+  [ Jurij Smakov ]
+  * Build with gcc-4.3. (Closes: #463292)
+
+ -- Jurij Smakov <jurij at debian.org>  Sat, 15 Mar 2008 23:16:48 +0000
 
 silo (1.4.13a+git20070930-1) unstable; urgency=low
 

Modified: trunk/silo/debian/control
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/control?rev=222&op=diff
==============================================================================
--- trunk/silo/debian/control (original)
+++ trunk/silo/debian/control Sat Mar 15 23:18:27 2008
@@ -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-1), debhelper (>= 5.0), gcc-4.1, bzip2, sparc-utils, perl, linux-libc-dev (>= 2.6.22), quilt
+Build-Depends: e2fslibs-dev (>= 1.28-1), debhelper (>= 5.0), gcc-4.3, bzip2, sparc-utils, perl, linux-libc-dev (>= 2.6.22), quilt
 Standards-Version: 3.7.2
 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=222&op=diff
==============================================================================
--- trunk/silo/debian/rules (original)
+++ trunk/silo/debian/rules Sat Mar 15 23:18:27 2008
@@ -2,7 +2,7 @@
 
 STAMP_DIR  = stampdir
 BUILD_TREE = build-tree
-CC         = "gcc-4.1 -m32"
+CC         = "gcc-4.3 -m32"
 
 build: $(BUILD_TREE) build-stamp
 




More information about the Debootloaders-devel mailing list