diff options
-rw-r--r-- | debian/control | 34 | ||||
-rw-r--r-- | debian/rules.defs | 1 |
2 files changed, 0 insertions, 35 deletions
diff --git a/debian/control b/debian/control index 5d4c235..c906c65 100644 --- a/debian/control +++ b/debian/control @@ -231,14 +231,6 @@ Description: GNU C preprocessor This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. -Package: cpp-4.7-doc -Architecture: all -Section: doc -Priority: optional -Depends: gcc-4.7-base (>= ${gcc:SoftVersion}), dpkg (>= 1.15.4) | install-info, ${misc:Depends} -Description: Documentation for the GNU C preprocessor (cpp) - Documentation for the GNU C preprocessor in info format. - Package: gcc-4.7-locales Architecture: all Section: devel @@ -751,14 +743,6 @@ Description: GNU Fortran compiler (multilib files) On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). -Package: gfortran-4.7-doc -Architecture: all -Section: doc -Priority: optional -Depends: gcc-4.7-base (>= ${gcc:SoftVersion}), dpkg (>= 1.15.4) | install-info, ${misc:Depends} -Description: Documentation for the GNU Fortran compiler (gfortran) - Documentation for the GNU Fortran compiler in info format. - Package: libgfortran3 Section: libs Architecture: any @@ -860,14 +844,6 @@ Description: GNU Go compiler (multilib files) On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). -Package: gccgo-4.7-doc -Architecture: all -Section: doc -Priority: optional -Depends: gcc-4.7-base (>= ${gcc:SoftVersion}), dpkg (>= 1.15.4) | install-info, ${misc:Depends} -Description: Documentation for the GNU Go compiler (gccgo) - Documentation for the GNU Go compiler in info format. - Package: libgo0 Section: libs Architecture: any @@ -1106,16 +1082,6 @@ Description: Fix non-ANSI header files package is built, so we make fixincludes available at build time of other packages, such that checking tools like lintian can make use of it. -Package: gcc-4.7-doc -Architecture: all -Section: doc -Priority: optional -Depends: gcc-4.7-base (>= ${gcc:SoftVersion}), dpkg (>= 1.15.4) | install-info, ${misc:Depends} -Conflicts: gcc-docs (<< 2.95.2) -Replaces: gcc (<=2.7.2.3-4.3), gcc-docs (<< 2.95.2) -Description: Documentation for the GNU compilers (gcc, gobjc, g++) - Documentation for the GNU compilers in info format. - Package: gcc-4.7-source Architecture: all Priority: optional diff --git a/debian/rules.defs b/debian/rules.defs index a2e8b4f..f91cff0 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -839,7 +839,6 @@ GFDL_INVARIANT_FREE := yes ifeq ($(distribution),Ubuntu) GFDL_INVARIANT_FREE := no endif -GFDL_INVARIANT_FREE := no # ------------------------------------------------------------------- # non-extra config |