diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-06-30 15:36:31 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-06-30 15:36:31 +0200 |
commit | 7908a6861ee97e9ab11c97362184f6ea3d6ffeb1 (patch) | |
tree | 6af0bcf4ad11e46b1b412aa3248a87b86518e43a | |
parent | 28424124a301da7f012384b7b503361d679f63e3 (diff) | |
download | golang-7908a6861ee97e9ab11c97362184f6ea3d6ffeb1.tar.gz |
Remove patch to not update standard package; upstream fixed
-rw-r--r-- | debian/patches/010-dont_update_standard_packages.patch | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/010-dont_update_standard_packages.patch b/debian/patches/010-dont_update_standard_packages.patch deleted file mode 100644 index 94d6f3e28..000000000 --- a/debian/patches/010-dont_update_standard_packages.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/cmd/goinstall/main.go -+++ b/src/cmd/goinstall/main.go -@@ -169,8 +169,8 @@ func install(pkg, parent string) { - dir = pkg - local = true - } else if isStandardPath(pkg) { -- dir = filepath.Join(root, filepath.FromSlash(pkg)) -- local = true -+ visit[pkg] = done -+ return - } else { - proot = findPkgroot(pkg) - err := download(pkg, proot.srcDir()) diff --git a/debian/patches/series b/debian/patches/series index f87072eb7..11d541638 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,3 @@ 007-use_native_dynamic_linker_on_kfreebsd.patch 008-emacs-mode-key-literal-indent.patch 009-goinstall_can_install_to_GOPATH.patch -010-dont_update_standard_packages.patch |