diff options
Diffstat (limited to 'debian/rules.patch')
-rw-r--r-- | debian/rules.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/debian/rules.patch b/debian/rules.patch index d5b20f5..2096915 100644 --- a/debian/rules.patch +++ b/debian/rules.patch @@ -14,11 +14,9 @@ series_file ?= $(patchdir)/series debian_patches = \ $(if $(with_linaro_branch),gcc-linaro) \ - svn-updates \ + svn-updates$(if $(with_linaro_branch),-linaro) \ hjl-x32-gcc-4_7-branch \ -# svn-updates$(if $(with_linaro_branch),-linaro) \ - ifeq ($(with_java),yes) # debian_patches += \ # svn-class-updates @@ -84,7 +82,6 @@ debian_patches += \ libmudflap-x32 \ pr54411 \ hurd-pthread \ - pr54974$(if $(with_linaro_branch),-linaro) \ libgo-testsuite \ gcc-target-include-asm \ libgcc-backports \ @@ -248,7 +245,7 @@ ifeq ($(DEB_CROSS),yes) endif ifeq ($(DEB_TARGET_ARCH_OS),hurd) - debian_patches += hurd-changes r195826 + debian_patches += hurd-changes endif debian_patches += gcc-ice-hack gcc-ice-apport |