summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2011-05-26Update Vcs-* linksOndřej Surý1-2/+2
2011-05-25Fix "the Google's Go implementation" in extended description (Closes: #627814)Ondřej Surý1-2/+2
2011-05-16Bump standards version to 3.9.2Ondřej Surý1-1/+1
2011-05-07golang-tools: install gofix binaryFlorian Weimer1-0/+1
2011-05-04Add ${misc:Depends} to golang-weekly meta-packageOndřej Surý1-1/+2
2011-05-04Spin-off golang-weekly to weekly-* branchesOndřej Surý1-39/+60
2011-05-04Add -dbg packageOndřej Surý1-3/+15
2011-05-04Add kate and vim syntax highlighting (Closes: #624544)Ondřej Surý1-0/+17
2011-04-28Add shlibs:DependsOndřej Surý1-1/+1
2011-04-28Add Depends: golang-go to golang-toolsOndřej Surý1-1/+1
2011-04-28Use native kfreebsd dynamic linkerOndřej Surý1-2/+2
2011-04-27s/freebsd/kfreebsd/Ondřej Surý1-2/+2
2011-04-27Fix kfreebsd builds by depending on freebsd-hackedutils and fixing upstream ↵Ondřej Surý1-2/+2
path for i386
2011-04-27No need to remove RUNPATH from binaries; fixed upstream golang#1527Ondřej Surý1-1/+1
2011-04-26Add support for kfreebsd-*, armel and armhf archsOndřej Surý1-3/+3
2011-02-18Rehaul build system and add golang-src package with .go source filesOndřej Surý1-0/+19
2011-02-18Add ${misc:Depends} to golang-mode to shutup lintianOndřej Surý1-1/+1
2011-02-18Remove RPATH/RUNPATH from go binariesOndřej Surý1-1/+1
2011-02-16Build golang-mode package (Courtesy of Florian Weimer)Ondřej Surý1-0/+8
2011-02-14Added pkg-google git repo to control fileObey Arthur Liu1-0/+2
2011-02-14Remove ${shlibs:Depends} where it doesn't belongOndřej Surý1-2/+2
2011-02-14Switch awk and mawk build dependency to make lintian happyOndřej Surý1-1/+1
2011-02-14Move golang-doc to doc sectionOndřej Surý1-1/+2
2011-02-14Make myself a maintainerOndřej Surý1-1/+1
2011-01-17Split package into compiler, docs and toolsOndřej Surý1-19/+56
2011-01-17Add golang-doc packageOndřej Surý1-0/+6
2011-01-17- Rename source package to golang to match upstream repository nameOndřej Surý1-3/+3
- Bump debian standards version to 3.9.1 - Build only on i386 and amd64.
2011-01-17debian: add build-time dependency on perlJonathan Nieder1-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-17debian: add run-time dependency on perlJonathan Nieder1-1/+1
gopprof is a perl script. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2011-01-17debian: Build-Depends on awk instead of gawkJonathan Nieder1-1/+1
Using mawk to build seems to work fine so far. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2011-01-17Rewrite debian/rules using dh driverJonathan Nieder1-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-17Initial packaging for DebianIvan Wong1-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