mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
Try and use packaged go.tools
This commit is contained in:
Vendored
+7
@@ -1,3 +1,10 @@
|
||||
aptly (0.5-4) unstable; urgency=medium
|
||||
|
||||
* Collect licenses by going over files one by one
|
||||
* Use packaged golang-go.tools
|
||||
|
||||
-- Sebastien Delafond <seb@debian.org> Thu, 10 Jul 2014 00:49:09 +0200
|
||||
|
||||
aptly (0.5-3) unstable; urgency=low
|
||||
|
||||
* Licensing:
|
||||
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ Source: aptly
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Sebastien Delafond <seb@debian.org>
|
||||
Build-Depends: debhelper (>= 9.0.0), golang (>= 1.1)
|
||||
Build-Depends: debhelper (>= 9.0.0), golang (>= 1.1), golang-go.tools
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://www.aptly.info
|
||||
Vcs-Git: https://github.com/smira/aptly.git
|
||||
|
||||
Vendored
+1
-17
@@ -42,26 +42,10 @@ Files: _vendor/src/github.com/syndtr/goleveldb/leveldb/util/buffer*.go
|
||||
Copyright: 2009 The Go Authors
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.crypto/* _vendor/src/code.google.com/p/go.tools/* _vendor/src/github.com/smira/flag/* _vendor/src/github.com/golang/lint/* _vendor/src/code.google.com/p/gographviz/scanner/scanner.go
|
||||
Files: _vendor/src/code.google.com/p/go.crypto/* _vendor/src/github.com/smira/flag/* _vendor/src/github.com/golang/lint/* _vendor/src/code.google.com/p/gographviz/scanner/scanner.go
|
||||
Copyright: 2009 The Go Authors
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/godoc.html
|
||||
License: CC-BY-3.0
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/jquery.js
|
||||
Copyright: 2005, 2014 jQuery Foundation and other contributors
|
||||
License: MIT
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/jquery.treeview.js
|
||||
Copyright: 2007 Jörn Zaefferer
|
||||
License: Dual MIT and GPL
|
||||
See: /usr/share/common-licenses/GPL-1
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go.tools/godoc/static/static.go
|
||||
Copyright: 2009 The Go Authors
|
||||
License: CC-BY-3.0
|
||||
|
||||
Files: _vendor/src/code.google.com/p/go-uuid/uuid/*
|
||||
Copyright: 2009 Google Inc.
|
||||
License: BSD-3-clause
|
||||
|
||||
Reference in New Issue
Block a user