summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2015-07-17Define and use ${go:Hostos} in d/control*Igor Pashev1-1/+1
2015-07-17Support illumosIgor Pashev1-2/+38
2015-05-03Add "go get" VCS options to Suggests for golang-goTianon Gravi1-1/+1
2015-05-03Relax golang-go.tools relationship to SuggestsTianon Gravi1-1/+1
2015-05-03Bump Standards-Version to 3.9.6Tianon Gravi1-1/+1
2015-01-15Update to 1.4Tianon Gravi1-26/+0
2014-11-25Add Paul and myself as uploadersTianon Gravi1-1/+4
Many, many thanks to Michael for his work so far on this package (and hopefully more to come)!
2014-07-07don’t depend on emacs23, depend on emacs instead (Closes: #754013)Michael Stapelberg1-1/+1
2014-07-03migrate to emacsen > 2Michael Stapelberg1-1/+2
2013-12-03golang-go: recommend golang-go.tools which provides godoc nowMichael Stapelberg1-0/+1
2013-12-03remove more obsolete godoc thingsMichael Stapelberg1-1/+1
2013-08-19compile golang-go-linux-* for each archMichael Stapelberg1-3/+3
Before this commit, golang-go-* were Architecture: all, meaning that they are built only once on — typically — either an amd64 or i386 machine. However, cgo is only available when building natively, meaning that when building on amd64, only golang-go-linux-amd64 had cgo enabled, or when building on i386, only golang-go-linux-386 had cgo enabled. Given that the packages behave differently depending on which architecture they are compiled, “Architecture: all” is obviously wrong. For golang-go-*-* where * is !linux, this is not a concern, since these packages can _only_ be used when cross-compiling anyway. When golang-go becomes available on more architectures, this needs to be changed.
2013-07-17Disable stripping, it breaks go binaries on some architecturesdebian/2%1.1.1-4Michael Stapelberg1-24/+0
2013-07-03Ensure smooth upgrade path from << 2:1.1-2James Page1-0/+24
The new cross compiled packages need to Break/Replace older versions of golang-go to ensure smooth upgrades.
2013-06-07build golang-go-$GOOS-$GOARCH for cross compilation, update changelogdebian/2%1.1-2Michael Stapelberg1-1/+195
2013-05-14Promote Michael to MaintainerOndřej Surý1-2/+1
2013-05-14canonicalize vcs-*Michael Stapelberg1-2/+2
2013-03-04golang-doc: use libjs-jquery instead of bundled jqueryMichael Stapelberg1-1/+1
2012-08-02Add myself to Uploaders:Michael Stapelberg1-0/+1
2012-06-14golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)Michael Stapelberg1-1/+1
2012-06-14Update Vcs fields to reflect new git repository locationOndřej Surý1-2/+2
2012-04-18Disable GNU/KFreeBSD build (Closes: #668794)Ondřej Surý1-3/+3
2012-04-11Fix couple of lintian warningsOndřej Surý1-2/+2
2012-04-11Remove bash from Build-Dep, it's essentialOndřej Surý1-1/+1
2012-04-11Remove circular dependency golang-go->golang-doc->golang-goOndřej Surý1-1/+1
2012-04-11Install full src tree (except pkg/debug) because go command depend on ↵Ondřej Surý1-2/+4
sources available
2012-04-11Run upstream tests as a part of the build processOndřej Surý1-1/+1
2012-04-06 * Debconf templates and debian/control reviewed by the debian-l10n-Ondřej Surý1-9/+9
english team as part of the Smith review project. Closes: #663181 * [Debconf translation updates] - Pick existing translations from golang-weekly and do appropriate sed magic to fit golang templates. Closes: (#666884, #666880, #666881) * Dutch; (Jeroen Schot). (Closes: #664598) * Czech (Michal Simunek). (Closes: #665385) * Spanish; (Camaleón). (Closes: #666177) * Danish (Joe Hansen). (Closes: #666526)
2012-04-06R/C/P golang-weekly*Ondřej Surý1-2/+8
2012-04-06Remove extra dashOndřej Surý1-1/+1
2012-04-06Add generated control to source treeOndřej Surý1-0/+139
2012-04-06Merge weekly tree to update go release to go1Ondřej Surý1-185/+0
2012-02-20debconf-gettextize the packageOndřej Surý1-0/+1
2011-07-18Install golang-doc package by default (Recommends from golang-tools, Depends ↵Ondřej Surý1-2/+3
from golang)
2011-06-16More spelling fixes (Closes: #630660)Ondřej Surý1-1/+1
2011-06-14Add extended description about Go being experimental and can change between ↵Ondřej Surý1-3/+36
releases
2011-06-14Description update to have proper articles and capitalization (Closes: #630189)Ondřej Surý1-3/+3
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-17Capitalize Kate (Closes: #627036)Ondřej Surý1-1/+1
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-04Merge some changes from weekly branchOndřej Surý1-0/+20
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