Merge version 1.10.5-1+rpi1 and 1.10.7-1 to produce 1.10.7-1+rpi1 archive/raspbian/1.10.7-1+rpi1 raspbian/1.10.7-1+rpi1
authorRaspbian forward pporter <root@raspbian.org>
Mon, 24 Dec 2018 21:00:40 +0000 (21:00 +0000)
committerRaspbian forward pporter <root@raspbian.org>
Mon, 24 Dec 2018 21:00:40 +0000 (21:00 +0000)
1  2 
debian/changelog
debian/rules

index 9685f18cdde4c543d6d71c05061d259323ad0264,7ed8c1166edfe4338c2adc77063ff12027e390de..27704ccb7066ee9a6c434a0eb6c02cd3e63b8b44
@@@ -1,11 -1,28 +1,37 @@@
- golang-1.10 (1.10.5-1+rpi1) buster-staging; urgency=medium
++golang-1.10 (1.10.7-1+rpi1) buster-staging; urgency=medium
 +
 +  [changes brought forward from 1.10~rc2-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 24 Feb 2018 12:22:04 +0000]
 +  * Build with GOARM=6
 +  * Disable testsuite.
 +  * Fix clean target.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Mon, 03 Dec 2018 16:25:29 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Mon, 24 Dec 2018 21:00:40 +0000
++
+ golang-1.10 (1.10.7-1) unstable; urgency=medium
+   * New upstream version 1.10.7
+   * Override two false positive Lintian errors (missing depends
+     on sensible-utils)
+   * Add lintian overrides for testdata
+   * Include /usr/share/dpkg/architecture.mk for DEB_HOST_ARCH
+   * Fix Lintian warnings about wrong interpreter path
+   * Make two scripts executable which have been missed by upstream
+   * Update d/copyright
+   * Remove unused lintian overrides
+  -- Dr. Tobias Quathamer <toddy@debian.org>  Sun, 16 Dec 2018 13:37:11 +0100
+ golang-1.10 (1.10.6-1) unstable; urgency=medium
+   * New upstream version 1.10.6
+   * Update gbp.conf to new style syntax
+   * Add myself to Uploaders
+   * Use debhelper v11
+   * Use HTTPS URL for d/watch
+   * Update to Standards-Version 4.2.1
+     - Use HTTPS for d/copyright
+  -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 13 Dec 2018 23:13:52 +0100
  
  golang-1.10 (1.10.5-1) unstable; urgency=medium
  
diff --cc debian/rules
index a4dd5fa46af817bc97b902a8fc8cd8a57bbc790d,aeb90010f416c3c7b43817a79b82d5734ccbada5..8a86cbbf0ce20e492a6b09792a7a2cece98546fc
@@@ -7,9 -7,10 +7,11 @@@ export GOVER := $(shell perl -w -mDpkg:
  export GOROOT := $(CURDIR)
  export GOROOT_FINAL := /usr/lib/go-$(GOVER)
  export GOCACHE := off
 +export GOARM := 6
  
- DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
+ # We need DEB_HOST_ARCH, so include the needed makefile snippet
+ include /usr/share/dpkg/architecture.mk
  RUN_TESTS := true
  # armel: ???
  # ppc64: ???