Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-26 | Update Vcs-* links | Ondřej Surý | 1 | -2/+2 | |
2011-05-25 | Fix "the Google's Go implementation" in extended description (Closes: #627814) | Ondřej Surý | 1 | -2/+2 | |
2011-05-16 | Bump standards version to 3.9.2 | Ondřej Surý | 1 | -1/+1 | |
2011-05-07 | golang-tools: install gofix binary | Florian Weimer | 1 | -0/+1 | |
2011-05-04 | Add ${misc:Depends} to golang-weekly meta-package | Ondřej Surý | 1 | -1/+2 | |
2011-05-04 | Spin-off golang-weekly to weekly-* branches | Ondřej Surý | 1 | -39/+60 | |
2011-05-04 | Add -dbg package | Ondřej Surý | 1 | -3/+15 | |
2011-05-04 | Add kate and vim syntax highlighting (Closes: #624544) | Ondřej Surý | 1 | -0/+17 | |
2011-04-28 | Add shlibs:Depends | Ondřej Surý | 1 | -1/+1 | |
2011-04-28 | Add Depends: golang-go to golang-tools | Ondřej Surý | 1 | -1/+1 | |
2011-04-28 | Use native kfreebsd dynamic linker | Ondřej Surý | 1 | -2/+2 | |
2011-04-27 | s/freebsd/kfreebsd/ | Ondřej Surý | 1 | -2/+2 | |
2011-04-27 | Fix kfreebsd builds by depending on freebsd-hackedutils and fixing upstream ↵ | Ondřej Surý | 1 | -2/+2 | |
path for i386 | |||||
2011-04-27 | No need to remove RUNPATH from binaries; fixed upstream golang#1527 | Ondřej Surý | 1 | -1/+1 | |
2011-04-26 | Add support for kfreebsd-*, armel and armhf archs | Ondřej Surý | 1 | -3/+3 | |
2011-02-18 | Rehaul build system and add golang-src package with .go source files | Ondřej Surý | 1 | -0/+19 | |
2011-02-18 | Add ${misc:Depends} to golang-mode to shutup lintian | Ondřej Surý | 1 | -1/+1 | |
2011-02-18 | Remove RPATH/RUNPATH from go binaries | Ondřej Surý | 1 | -1/+1 | |
2011-02-16 | Build golang-mode package (Courtesy of Florian Weimer) | Ondřej Surý | 1 | -0/+8 | |
2011-02-14 | Added pkg-google git repo to control file | Obey Arthur Liu | 1 | -0/+2 | |
2011-02-14 | Remove ${shlibs:Depends} where it doesn't belong | Ondřej Surý | 1 | -2/+2 | |
2011-02-14 | Switch awk and mawk build dependency to make lintian happy | Ondřej Surý | 1 | -1/+1 | |
2011-02-14 | Move golang-doc to doc section | Ondřej Surý | 1 | -1/+2 | |
2011-02-14 | Make myself a maintainer | Ondřej Surý | 1 | -1/+1 | |
2011-01-17 | Split package into compiler, docs and tools | Ondřej Surý | 1 | -19/+56 | |
2011-01-17 | Add golang-doc package | Ondřej Surý | 1 | -0/+6 | |
2011-01-17 | - Rename source package to golang to match upstream repository name | Ondřej Surý | 1 | -3/+3 | |
- Bump debian standards version to 3.9.1 - Build only on i386 and amd64. | |||||
2011-01-17 | debian: add build-time dependency on perl | Jonathan Nieder | 1 | -1/+1 | |
debian/rules, src/pkg/syscall/mksyscall.sh, and test/errchk all require perl. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> | |||||
2011-01-17 | debian: add run-time dependency on perl | Jonathan Nieder | 1 | -1/+1 | |
gopprof is a perl script. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> | |||||
2011-01-17 | debian: Build-Depends on awk instead of gawk | Jonathan Nieder | 1 | -1/+1 | |
Using mawk to build seems to work fine so far. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> | |||||
2011-01-17 | Rewrite debian/rules using dh driver | Jonathan Nieder | 1 | -1/+1 | |
Bang on the debian/rules file until it works. Changes in behavior: - the test suite was not being run. - the DEB_BUILD_OPTIONS settings were not being respected. Now nocheck is respected and at least we complain about noopt (the optimization level is not configurable in the upstream makefile). - the ‘debian/rules clean’ rule was flaky. - the GOROOT dir was hard-coded to /usr/lib/google-go. Now it is /usr/lib/golang to match the upstream domain name, but more importantly it is configurable. - there were a bunch of hardcoded wrappers in the debian/bin dir, which made for unpleasant editing. Now they are automatically built as needed. - the wrappers did not let the user override the GO* parameters through her own environment. - files needed to run "godoc -http=:6060" were not installed. - the rules for determining GOARCH, GOARM, etc were not cross- compilation friendly. Since I had to rewrite debian/rules anyway, I went ahead and put the result in the public domain so it can be reused by upstream and other packages. Now it works for me as far as "godoc -http=:6060" on my 32-bit x86; no guarantees beyond that, though. Please break it so we can get something robust ready for release. | |||||
2011-01-17 | Initial packaging for Debian | Ivan Wong | 1 | -0/+27 | |
Currently I see two show stoppers: - the ugly wrapper for those env. variables. I don't really want to have it but $GOROOT is also what the build process depends and makes changes to. I will be surely more than happy if we can have a better solution. - missing man pages |