diff options
| -rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9cdfd9fb6..b8a997c8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +golang (2:1-3) unstable; urgency=high + + * Use VERSION provided by upstream for packaging purposes + * Run tests as a part of a build process + * Install full src tree (except pkg/debug) because go command depend + on sources available + * Install sources without testdata and *_test.go + * Remove circular dependency golang-go->golang-doc->golang-go + * Make sure that timestamp on installed binaries and libraries is same + because go build/install recompiles everything if the go binary has + more recent timestamp than libraries (Closes: #668235) + + Need to update timestamps at postinst time because already created + directories can have time in the past + + -- Ondřej Surý <ondrej@debian.org> Wed, 11 Apr 2012 23:21:47 +0200 + golang (2:1-2) unstable; urgency=low * Remove preserving of old -tools settings, there are too many options |
