Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
Choose a Base Repository
Nothing to show
Choose a base branch
Nothing to show
...
Choose a Head Repository
Nothing to show
Choose a head branch
Nothing to show
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 0 commit comments
  • 1 contributor
Showing with 13 additions and 0 deletions.
  1. +3 −0 debian/changelog
  2. +1 −0 debian/control
  3. +3 −0 support/go/detect
  4. +6 −0 support/go/generate
  5. 0 test/go_test.sh
View
@@ -6,6 +6,9 @@ autodep8 (0.5.2) UNRELEASED; urgency=medium
[ Barry Warsaw ]
* Python: Added support for PyPy
+ [ Michael Hudson-Doyle ]
+ * Add support for Go.
+
-- Ondřej Nový <novy@ondrej.org> Thu, 19 May 2016 17:25:59 +0200
autodep8 (0.5.1) unstable; urgency=medium
View
@@ -24,3 +24,4 @@ Description: DEP-8 test control file generator
- NodeJS packages
- Kernel module packages using DKMS
- R packages
+ - Go packages
View
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+grep-dctrl --quiet -F Build-Depends -r dh-golang debian/control
View
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cat <<EOF
+Test-Command: GOPATH=/usr/share/gocode go test -v -short $(perl -MDebian::Debhelper::Dh_Buildsystems -e 'buildsystems_init(); my $bs = load_buildsystem("golang"); print(join " ", $bs->get_targets(), "\n");')
+Depends: @
+EOF
View
No changes.

No commit comments for this range