~ubuntu-branches/debian/sid/gnat-4.6/sid

« back to all changes in this revision

Viewing changes to debian/rules.patch

  • Committer: Package Import Robot
  • Author(s): Nicolas Boulenguez
  • Date: 2014-03-31 18:18:43 UTC
  • Revision ID: package-import@ubuntu.com-20140331181843-x6krzq2oc3066t63
Tags: 4.6.4-2
* Add myself as uploader.
* Install debian_packaging.mk Makefile snippet instead of dh-ada-library
  package, and gnatgcc symlink instead of gnat package.
  Replace and Break accordingly.
* Suggest existing version of ada-reference-manual.
* Do not Provide obsolete virtual ada-compiler
* Merge below fixes #710142, #724865. Closes: #713124.

Merge from gcc-4.6 (4.6.4-6) unstable; urgency=medium

* Stop building the spu cross compiler. Fixes: #734001.
* Suggest libppl13 instead of libppl12.

Merge from gcc-4.6 (4.6.4-5) unstable; urgency=low

* Don't pass --with-mips-plt on mips/mipsel.
* Stop building libmudflap (removed in GCC 4.9).
* Remove build conflict with binutils-gold. Fixes: #724865.

Merge from gcc-4.6 (4.6.4-4) unstable; urgency=low

* Refresh kbsd-gnu.diff.

Merge from gcc-4.6 (4.6.4-3) unstable; urgency=low

* Enable multilib build for gdc.
* Refresh the m68k-ada.diff patch (Torsten Glaser).
* Build zh_TW.UTF-8 locale to fix libstdc++ test failures.
* Keep prev-* symlinks to fix plugin.exp test failures.
* Don't configure anymore with --enable-libstdcxx-time=yes.
  Addresses: #710220.
* Drop build dependency on automake, not used anymore.
* Let gcc depend on the binutils upstream version it was built with.
  Addresses #710142.
* Pass --hash-style=gnu instead of --hash-style=both to the linker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        gcc-textdomain \
43
43
        gcc-driver-extra-langs
44
44
 
45
 
ifeq ($(distribution),Ubuntu)
46
 
  ifneq (,$(filter $(distrelease),dapper hardy intrepid jaunty karmic lucid))
47
 
    debian_patches += gcc-hash-style-both
48
 
  else
49
 
    debian_patches += gcc-hash-style-gnu
50
 
  endif
51
 
else
 
45
ifneq (,$(filter $(distrelease),etch lenny squeeze wheezy dapper hardy intrepid jaunty karmic lucid))
52
46
  debian_patches += gcc-hash-style-both
 
47
else
 
48
  debian_patches += gcc-hash-style-gnu
53
49
endif
54
50
 
55
51
debian_patches += \