[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gcc-defaults 0.19



The previous version was clearly not going into testing any time soon,
so I've uploaded a new one.  I was originally going to do this as an
0.18.1 NMU but the scripts apparently couldn't cope with that and all
the package version numbers started coming out negative.

The changelog says:

gcc-defaults (0.19) unstable; urgency=medium

  * Set g77 version for ARM to 3.0.
  * Disable java for mips(el); it clearly isn't getting built.
  * Add self to Uploaders

 -- Philip Blundell <pb@debian.org>  Sun,  3 Mar 2002 22:36:36 +0000

and the rules patch is:

--- gcc-defaults-0.18/debian/rules	Tue Jan 29 17:54:55 2002
+++ gcc-defaults-0.19/debian/rules	Sun Mar  3 22:39:18 2002
@@ -45,6 +45,7 @@
 
 ifeq ($(DEB_HOST_GNU_TYPE),arm-linux)
     packages := chill c++ fortran objc pascal
+    CV_G77 := 3.0-$(REL_NO_30)
 endif
 
 ifeq ($(DEB_HOST_GNU_TYPE),ia64-linux)
@@ -78,9 +79,11 @@
 endif
 
 ifeq ($(DEB_HOST_GNU_TYPE),mips-linux)
+    packages := chill c++ fortran objc pascal
 endif
 
 ifeq ($(DEB_HOST_GNU_TYPE),mipsel-linux)
+    packages := chill c++ fortran objc pascal
 endif
 
 ifeq ($(DEB_HOST_GNU_TYPE),i386-gnu)

p.



Reply to: