diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-03 13:16:37 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-03 13:16:37 +0000 |
commit | 8284b131516a8481f5e21eb89895560f6b3164a1 (patch) | |
tree | b5e1c6bfd63ae1a88de12bffdbb20a45df6d8efb /debian/rules.conf | |
parent | e967aa2b626d541fecd9453becd2a5227e56a84a (diff) | |
download | gcc-5-8284b131516a8481f5e21eb89895560f6b3164a1.tar.gz |
* gccgo-5: Install alternatives for go and gofmt.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7868 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.conf')
-rw-r--r-- | debian/rules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules.conf b/debian/rules.conf index e3bdf45..e9a09ec 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -1165,6 +1165,7 @@ endif ifeq ($(with_multiarch_lib),yes) echo 'multiarch:breaks=gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)' >> debian/substvars.local.tmp endif + echo 'golang:Conflicts=golang-go (<< 2:1.3.3-1ubuntu2)' >> debian/substvars.local.tmp ifeq ($(add_built_using),yes) echo "Built-Using=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W gcc$(pkg_ver)-source)" \ >> debian/substvars.local.tmp |