[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%57.2-1-12-g041b8f2

Ondřej Surý ondrej at sury.org
Mon Jul 18 09:31:18 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 7908a6861ee97e9ab11c97362184f6ea3d6ffeb1
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Jun 30 15:36:31 2011 +0200

    Remove patch to not update standard package; upstream fixed

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 94d6f3e..0000000
--- 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 f87072e..11d5416 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

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list