~ubuntu-branches/ubuntu/maverick/gcc-4.4/maverick-security

« back to all changes in this revision

Viewing changes to debian/rules.patch

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose, Matthias Klose, Marcin Juszkiewicz, Kees Cook
  • Date: 2010-09-10 18:03:45 UTC
  • Revision ID: james.westby@ubuntu.com-20100910180345-k3oa57g5hwmy0lcj
Tags: 4.4.4-14ubuntu2
[ Matthias Klose ]
* Build from the Linaro 4.4-2010.09-0 release tag.
* gcc-4.4: Include the Linaro changelog.

[ Marcin Juszkiewicz ]
* Fix priorities and sections for some cross packages.

[ Kees Cook ]
* Push glibc stack traces into stderr when building the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# which patches should be applied?
14
14
 
15
15
debian_patches = \
16
 
        svn-updates \
17
 
        $(if $(with_linaro_branch),gcc-linaro)
 
16
        $(if $(with_linaro_branch),gcc-linaro) \
 
17
        svn-updates$(if $(with_linaro_branch),-linaro) \
18
18
 
19
19
ifeq ($(with_java),yes)
20
20
#  debian_patches += \
25
25
  debian_patches += \
26
26
        rename-info-files \
27
27
        pr25509-doc \
28
 
        svn-doc-updates \
29
 
        $(if $(with_linaro_branch),gcc-linaro-doc)
 
28
        $(if $(with_linaro_branch),gcc-linaro-doc) \
 
29
        $(if $(with_linaro_branch),,svn-doc-updates) \
30
30
 
31
31
endif
32
32