diff options
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/patches/series | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 070e2f3f7..ea2cc2c66 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Standards-Version: 3.9.3 Homepage: http://golang.org/ Package: golang-go -Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf +Architecture: i386 amd64 armel armhf Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, golang-src (>= ${source:Version}) Replaces: golang-weekly-go, golang-weekly-tools, golang-tools @@ -36,7 +36,7 @@ Replaces: golang-weekly-src, golang-go (<< 2:1-3~) Conflicts: golang-weekly-src Provides: golang-weekly-src Breaks: golang-go (<< 2:1-3~) -Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf +Architecture: i386 amd64 armel armhf Depends: ${shlibs:Depends}, ${misc:Depends} Description: Go programming language compiler - source files The Go programming language is an open source project to make @@ -78,7 +78,7 @@ Package: golang-dbg Replaces: golang-weekly-dbg Conflicts: golang-weekly-dbg Provides: golang-weekly-dbg -Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf +Architecture: i386 amd64 armel armhf Depends: ${misc:Depends}, golang-go (= ${binary:Version}) Recommends: gdb Section: debug diff --git a/debian/patches/series b/debian/patches/series index 9d42c9844..3fabf736f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,10 +2,10 @@ 001-allow_IPv4_on_IPv6_sockets.patch #003-set_correct_runpath.patch #006-fix_kfreebsd_build.patch -007-use_native_dynamic_linker_on_kfreebsd.patch +#007-use_native_dynamic_linker_on_kfreebsd.patch #009-goinstall_can_install_to_GOPATH.patch #010-goinstall_check_conf.patch -011-__FreeBSD_kernel__.patch -012-sigfillset_kFreeBSD.patch -013-kFreeBSD-AI_MASK.patch +#011-__FreeBSD_kernel__.patch +#012-sigfillset_kFreeBSD.patch +#013-kFreeBSD-AI_MASK.patch 014-dont_fail_test_with_missing_homedir.patch |