golang-1.12.git
6 years agoMerge version 1.12.9-2+rpi1 and 1.12.10-1 to produce 1.12.10-1+rpi1 bullseye-staging archive/raspbian/1.12.10-1+rpi1 raspbian/1.12.10-1+rpi1
Raspbian automatic forward porter [Fri, 4 Oct 2019 12:57:01 +0000 (13:57 +0100)]
Merge version 1.12.9-2+rpi1 and 1.12.10-1 to produce 1.12.10-1+rpi1

6 years agoMerge golang-1.12 (1.12.10-1) import into refs/heads/workingbranch
Dr. Tobias Quathamer [Thu, 26 Sep 2019 09:18:04 +0000 (10:18 +0100)]
Merge golang-1.12 (1.12.10-1) import into refs/heads/workingbranch

6 years agoDisable test for UserHomeDir.
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:25:06 +0000 (14:25 +0100)]
Disable test for UserHomeDir.

On Debian buildds, the user home dir does not exist, so this test fails.

Gbp-Pq: Name 0004-Disable-test-for-UserHomeDir.patch

6 years agoarm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump
Michael Hudson-Doyle [Thu, 20 Sep 2018 07:20:31 +0000 (09:20 +0200)]
arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump

Fixes golang/go#27754

Change-Id: I8fcc3bc3c718cf0d93afbd1d383df48316b522d4
Reviewed-on: https://go-review.googlesource.com/136455
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Gbp-Pq: Name 0003-arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch

6 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:12:10 +0000 (14:12 +0100)]
Fix Lintian warnings about wrong interpreter path

The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

6 years agoReproducible BUILD_PATH_PREFIX_MAP
Michael Stapelberg [Thu, 8 Feb 2018 09:00:00 +0000 (10:00 +0100)]
Reproducible BUILD_PATH_PREFIX_MAP

Make builds reproducible by honoring BUILD_PATH_PREFIX_MAP
Upstream has rejected the patch in this form and promised to implement an
alternative they are happy with instead. That hasn't happened yet though.

Bug: https://github.com/golang/go/issues/22491, https://github.com/golang/go/issues/16860
Forwarded: https://golang.org/cl/73291 (rejected upstream though)

Gbp-Pq: Name 0001-Reproducible-BUILD_PATH_PREFIX_MAP.patch

6 years agogolang-1.12 (1.12.10-1) unstable; urgency=medium
Dr. Tobias Quathamer [Thu, 26 Sep 2019 09:18:04 +0000 (10:18 +0100)]
golang-1.12 (1.12.10-1) unstable; urgency=medium

  * New upstream version 1.12.10
    - net/textproto: don't normalize headers with spaces before the colon.
      Fixes CVE-2019-16276. See https://github.com/golang/go/issues/34541
Closes: #941173
  * Apply changes from cme fix dpkg
  * Set Rules-Requires-Root: no
  * Regenerate d/control

[dgit import unpatched golang-1.12 1.12.10-1]

6 years agoImport golang-1.12_1.12.10.orig.tar.gz
Dr. Tobias Quathamer [Thu, 26 Sep 2019 09:18:04 +0000 (10:18 +0100)]
Import golang-1.12_1.12.10.orig.tar.gz

[dgit import orig golang-1.12_1.12.10.orig.tar.gz]

6 years agoImport golang-1.12_1.12.10-1.debian.tar.xz
Dr. Tobias Quathamer [Thu, 26 Sep 2019 09:18:04 +0000 (10:18 +0100)]
Import golang-1.12_1.12.10-1.debian.tar.xz

[dgit import tarball golang-1.12 1.12.10-1 golang-1.12_1.12.10-1.debian.tar.xz]

6 years agoMerge version 1.12.7-3+rpi1 and 1.12.9-2 to produce 1.12.9-2+rpi1 archive/raspbian/1.12.9-2+rpi1 raspbian/1.12.9-2+rpi1
Raspbian automatic forward porter [Sat, 7 Sep 2019 01:56:03 +0000 (02:56 +0100)]
Merge version 1.12.7-3+rpi1 and 1.12.9-2 to produce 1.12.9-2+rpi1

6 years agoMerge golang-1.12 (1.12.9-2) import into refs/heads/workingbranch
Dr. Tobias Quathamer [Thu, 22 Aug 2019 13:00:07 +0000 (14:00 +0100)]
Merge golang-1.12 (1.12.9-2) import into refs/heads/workingbranch

6 years agoDisable test for UserHomeDir.
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:25:06 +0000 (14:25 +0100)]
Disable test for UserHomeDir.

On Debian buildds, the user home dir does not exist, so this test fails.

Gbp-Pq: Name 0004-Disable-test-for-UserHomeDir.patch

6 years agoarm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump
Michael Hudson-Doyle [Thu, 20 Sep 2018 07:20:31 +0000 (09:20 +0200)]
arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump

Fixes golang/go#27754

Change-Id: I8fcc3bc3c718cf0d93afbd1d383df48316b522d4
Reviewed-on: https://go-review.googlesource.com/136455
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Gbp-Pq: Name 0003-arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch

6 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:12:10 +0000 (14:12 +0100)]
Fix Lintian warnings about wrong interpreter path

The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

6 years agoReproducible BUILD_PATH_PREFIX_MAP
Michael Stapelberg [Thu, 8 Feb 2018 09:00:00 +0000 (10:00 +0100)]
Reproducible BUILD_PATH_PREFIX_MAP

Make builds reproducible by honoring BUILD_PATH_PREFIX_MAP
Upstream has rejected the patch in this form and promised to implement an
alternative they are happy with instead. That hasn't happened yet though.

Bug: https://github.com/golang/go/issues/22491, https://github.com/golang/go/issues/16860
Forwarded: https://golang.org/cl/73291 (rejected upstream though)

Gbp-Pq: Name 0001-Reproducible-BUILD_PATH_PREFIX_MAP.patch

6 years agogolang-1.12 (1.12.9-2) unstable; urgency=medium
Dr. Tobias Quathamer [Thu, 22 Aug 2019 13:00:07 +0000 (14:00 +0100)]
golang-1.12 (1.12.9-2) unstable; urgency=medium

  * Exclude testdata from dh_makeshlibs.
    Otherwise, the build fails at least on armel and armhf.

[dgit import unpatched golang-1.12 1.12.9-2]

6 years agoImport golang-1.12_1.12.9-2.debian.tar.xz
Dr. Tobias Quathamer [Thu, 22 Aug 2019 13:00:07 +0000 (14:00 +0100)]
Import golang-1.12_1.12.9-2.debian.tar.xz

[dgit import tarball golang-1.12 1.12.9-2 golang-1.12_1.12.9-2.debian.tar.xz]

6 years agoImport golang-1.12_1.12.9.orig.tar.gz
Dr. Tobias Quathamer [Sat, 17 Aug 2019 11:03:14 +0000 (12:03 +0100)]
Import golang-1.12_1.12.9.orig.tar.gz

[dgit import orig golang-1.12_1.12.9.orig.tar.gz]

6 years agoMerge golang-1.12 (1.12.7-3+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Fri, 16 Aug 2019 20:02:16 +0000 (21:02 +0100)]
Merge golang-1.12 (1.12.7-3+rpi1) import into refs/heads/workingbranch

6 years agoDisable test for UserHomeDir.
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:25:06 +0000 (14:25 +0100)]
Disable test for UserHomeDir.

On Debian buildds, the user home dir does not exist, so this test fails.

Gbp-Pq: Name 0004-Disable-test-for-UserHomeDir.patch

6 years agoarm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump
Michael Hudson-Doyle [Thu, 20 Sep 2018 07:20:31 +0000 (09:20 +0200)]
arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump

Fixes golang/go#27754

Change-Id: I8fcc3bc3c718cf0d93afbd1d383df48316b522d4
Reviewed-on: https://go-review.googlesource.com/136455
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Gbp-Pq: Name 0003-arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch

6 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:12:10 +0000 (14:12 +0100)]
Fix Lintian warnings about wrong interpreter path

The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

6 years agoReproducible BUILD_PATH_PREFIX_MAP
Michael Stapelberg [Thu, 8 Feb 2018 09:00:00 +0000 (10:00 +0100)]
Reproducible BUILD_PATH_PREFIX_MAP

Make builds reproducible by honoring BUILD_PATH_PREFIX_MAP
Upstream has rejected the patch in this form and promised to implement an
alternative they are happy with instead. That hasn't happened yet though.

Bug: https://github.com/golang/go/issues/22491, https://github.com/golang/go/issues/16860
Forwarded: https://golang.org/cl/73291 (rejected upstream though)

Gbp-Pq: Name 0001-Reproducible-BUILD_PATH_PREFIX_MAP.patch

6 years agogolang-1.12 (1.12.7-3+rpi1) bullseye-staging; urgency=medium
Peter Michael Green [Fri, 16 Aug 2019 20:02:16 +0000 (21:02 +0100)]
golang-1.12 (1.12.7-3+rpi1) bullseye-staging; urgency=medium

  [changes brought forward from golang-1.10 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.

  [changes introduced in golang-1.12 1.12.7-3+rpi1 by Peter Michael Green]
  * Further clean target fixing.

[dgit import unpatched golang-1.12 1.12.7-3+rpi1]

6 years agoImport golang-1.12_1.12.7-3+rpi1.debian.tar.xz
Peter Michael Green [Fri, 16 Aug 2019 20:02:16 +0000 (21:02 +0100)]
Import golang-1.12_1.12.7-3+rpi1.debian.tar.xz

[dgit import tarball golang-1.12 1.12.7-3+rpi1 golang-1.12_1.12.7-3+rpi1.debian.tar.xz]

6 years agoMerge golang-1.12 (1.12.7-3) import into refs/heads/workingbranch
Dr. Tobias Quathamer [Mon, 5 Aug 2019 19:49:35 +0000 (20:49 +0100)]
Merge golang-1.12 (1.12.7-3) import into refs/heads/workingbranch

6 years agoDisable test for UserHomeDir.
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:25:06 +0000 (14:25 +0100)]
Disable test for UserHomeDir.

On Debian buildds, the user home dir does not exist, so this test fails.

Gbp-Pq: Name 0004-Disable-test-for-UserHomeDir.patch

6 years agoarm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump
Michael Hudson-Doyle [Thu, 20 Sep 2018 07:20:31 +0000 (09:20 +0200)]
arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump

Fixes golang/go#27754

Change-Id: I8fcc3bc3c718cf0d93afbd1d383df48316b522d4
Reviewed-on: https://go-review.googlesource.com/136455
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Gbp-Pq: Name 0003-arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch

6 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:12:10 +0000 (14:12 +0100)]
Fix Lintian warnings about wrong interpreter path

The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

6 years agoReproducible BUILD_PATH_PREFIX_MAP
Michael Stapelberg [Thu, 8 Feb 2018 09:00:00 +0000 (10:00 +0100)]
Reproducible BUILD_PATH_PREFIX_MAP

Make builds reproducible by honoring BUILD_PATH_PREFIX_MAP
Upstream has rejected the patch in this form and promised to implement an
alternative they are happy with instead. That hasn't happened yet though.

Bug: https://github.com/golang/go/issues/22491, https://github.com/golang/go/issues/16860
Forwarded: https://golang.org/cl/73291 (rejected upstream though)

Gbp-Pq: Name 0001-Reproducible-BUILD_PATH_PREFIX_MAP.patch

6 years agogolang-1.12 (1.12.7-3) unstable; urgency=medium
Dr. Tobias Quathamer [Mon, 5 Aug 2019 19:49:35 +0000 (20:49 +0100)]
golang-1.12 (1.12.7-3) unstable; urgency=medium

  * Set GOCACHE to fix a FTBFS. (Closes: #933958)

[dgit import unpatched golang-1.12 1.12.7-3]

6 years agoImport golang-1.12_1.12.7-3.debian.tar.xz
Dr. Tobias Quathamer [Mon, 5 Aug 2019 19:49:35 +0000 (20:49 +0100)]
Import golang-1.12_1.12.7-3.debian.tar.xz

[dgit import tarball golang-1.12 1.12.7-3 golang-1.12_1.12.7-3.debian.tar.xz]

6 years agoImport golang-1.12_1.12.7.orig.tar.gz
Dr. Tobias Quathamer [Tue, 9 Jul 2019 12:19:07 +0000 (13:19 +0100)]
Import golang-1.12_1.12.7.orig.tar.gz

[dgit import orig golang-1.12_1.12.7.orig.tar.gz]

6 years agoMerge golang-1.12 (1.12~beta2-1) import into refs/heads/workingbranch
Dr. Tobias Quathamer [Fri, 11 Jan 2019 16:14:43 +0000 (16:14 +0000)]
Merge golang-1.12 (1.12~beta2-1) import into refs/heads/workingbranch

6 years agoDisable test for UserHomeDir.
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:25:06 +0000 (14:25 +0100)]
Disable test for UserHomeDir.

On Debian buildds, the user home dir does not exist, so this test fails.

Gbp-Pq: Name 0004-Disable-test-for-UserHomeDir.patch

6 years agoarm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump
Michael Hudson-Doyle [Thu, 20 Sep 2018 07:20:31 +0000 (09:20 +0200)]
arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump

Fixes golang/go#27754

Change-Id: I8fcc3bc3c718cf0d93afbd1d383df48316b522d4
Reviewed-on: https://go-review.googlesource.com/136455
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Gbp-Pq: Name 0003-arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch

6 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:12:10 +0000 (14:12 +0100)]
Fix Lintian warnings about wrong interpreter path

The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

6 years agogolang-1.12 (1.12~beta2-1) unstable; urgency=medium
Dr. Tobias Quathamer [Fri, 11 Jan 2019 16:14:43 +0000 (16:14 +0000)]
golang-1.12 (1.12~beta2-1) unstable; urgency=medium

  * New upstream version 1.12~beta2
    - Remove two patches, applied upstream. Refresh remaining patch.

[dgit import unpatched golang-1.12 1.12~beta2-1]

6 years agoImport golang-1.12_1.12~beta2.orig.tar.gz
Dr. Tobias Quathamer [Fri, 11 Jan 2019 16:14:43 +0000 (16:14 +0000)]
Import golang-1.12_1.12~beta2.orig.tar.gz

[dgit import orig golang-1.12_1.12~beta2.orig.tar.gz]

6 years agoImport golang-1.12_1.12~beta2-1.debian.tar.xz
Dr. Tobias Quathamer [Fri, 11 Jan 2019 16:14:43 +0000 (16:14 +0000)]
Import golang-1.12_1.12~beta2-1.debian.tar.xz

[dgit import tarball golang-1.12 1.12~beta2-1 golang-1.12_1.12~beta2-1.debian.tar.xz]

7 years agoMerge golang-1.10 (1.10.3-1) import into refs/heads/workingbranch
Michael Hudson-Doyle [Thu, 14 Jun 2018 02:55:58 +0000 (03:55 +0100)]
Merge golang-1.10 (1.10.3-1) import into refs/heads/workingbranch

7 years agoreproducible-BUILD_PATH_PREFIX_MAP
Go Compiler Team [Thu, 14 Jun 2018 02:55:58 +0000 (03:55 +0100)]
reproducible-BUILD_PATH_PREFIX_MAP

Gbp-Pq: Name 0002-reproducible-BUILD_PATH_PREFIX_MAP.patch

7 years agogolang-1.10 (1.10.3-1) unstable; urgency=medium
Michael Hudson-Doyle [Thu, 14 Jun 2018 02:55:58 +0000 (03:55 +0100)]
golang-1.10 (1.10.3-1) unstable; urgency=medium

  * New upstream version 1.10.3
  * Restore changelog entry for 1.10.1-3, and fix that for 1.10.2-1, oops.

[dgit import unpatched golang-1.10 1.10.3-1]

7 years agoImport golang-1.10_1.10.3.orig.tar.gz
Michael Hudson-Doyle [Thu, 14 Jun 2018 02:55:58 +0000 (03:55 +0100)]
Import golang-1.10_1.10.3.orig.tar.gz

[dgit import orig golang-1.10_1.10.3.orig.tar.gz]

7 years agoImport golang-1.10_1.10.3-1.debian.tar.xz
Michael Hudson-Doyle [Thu, 14 Jun 2018 02:55:58 +0000 (03:55 +0100)]
Import golang-1.10_1.10.3-1.debian.tar.xz

[dgit import tarball golang-1.10 1.10.3-1 golang-1.10_1.10.3-1.debian.tar.xz]

7 years agoMerge golang-1.10 (1.10.2-1) import into refs/heads/workingbranch
Michael Hudson-Doyle [Wed, 23 May 2018 03:24:03 +0000 (04:24 +0100)]
Merge golang-1.10 (1.10.2-1) import into refs/heads/workingbranch

7 years agoreproducible-BUILD_PATH_PREFIX_MAP
Go Compiler Team [Wed, 23 May 2018 03:24:03 +0000 (04:24 +0100)]
reproducible-BUILD_PATH_PREFIX_MAP

Gbp-Pq: Name 0002-reproducible-BUILD_PATH_PREFIX_MAP.patch

7 years agogolang-1.10 (1.10.2-1) unstable; urgency=medium
Michael Hudson-Doyle [Wed, 23 May 2018 03:24:03 +0000 (04:24 +0100)]
golang-1.10 (1.10.2-1) unstable; urgency=medium

  * Install the 'misc' and 'api' directories as part of the golang-1.10-src
    package as some tools (vgo, go tool trace) expect them to be there.
    (Closes: 894992ΒΈ LP: #1743598)
  * New upstream version 1.10.2.
    - d/patches/0003-Backport_nopie_fix.patch: removed, now included upstream.

[dgit import unpatched golang-1.10 1.10.2-1]

7 years agoImport golang-1.10_1.10.2.orig.tar.gz
Michael Hudson-Doyle [Wed, 23 May 2018 03:24:03 +0000 (04:24 +0100)]
Import golang-1.10_1.10.2.orig.tar.gz

[dgit import orig golang-1.10_1.10.2.orig.tar.gz]

7 years agoImport golang-1.10_1.10.2-1.debian.tar.xz
Michael Hudson-Doyle [Wed, 23 May 2018 03:24:03 +0000 (04:24 +0100)]
Import golang-1.10_1.10.2-1.debian.tar.xz

[dgit import tarball golang-1.10 1.10.2-1 golang-1.10_1.10.2-1.debian.tar.xz]

7 years agoreproducible-BUILD_PATH_PREFIX_MAP
Go Compiler Team [Wed, 7 Feb 2018 21:46:52 +0000 (21:46 +0000)]
reproducible-BUILD_PATH_PREFIX_MAP

Gbp-Pq: Name 0002-reproducible-BUILD_PATH_PREFIX_MAP.patch

7 years agogolang-1.10 (1.10~rc2-1) unstable; urgency=medium
Michael Hudson-Doyle [Wed, 7 Feb 2018 21:46:52 +0000 (21:46 +0000)]
golang-1.10 (1.10~rc2-1) unstable; urgency=medium

  * New upstream version, fixing CVE-2018-6574.
  * d/patches/0001-os-signal-skip-TestTerminalSignal-if-posix_openpt-fa.patch,
    d/patches/0003-cmd-vendor-github.com-google-pprof-cherry-pick-fix-t.patch,
    d/patches/0004-cmd-link-internal-loadelf-fix-logic-for-computing-EL.patch:
    removed, now included upstream.

[dgit import unpatched golang-1.10 1.10~rc2-1]

7 years agoImport golang-1.10_1.10~rc2.orig.tar.gz
Michael Hudson-Doyle [Wed, 7 Feb 2018 21:46:52 +0000 (21:46 +0000)]
Import golang-1.10_1.10~rc2.orig.tar.gz

[dgit import orig golang-1.10_1.10~rc2.orig.tar.gz]

7 years agoImport golang-1.10_1.10~rc2-1.debian.tar.xz
Michael Hudson-Doyle [Wed, 7 Feb 2018 21:46:52 +0000 (21:46 +0000)]
Import golang-1.10_1.10~rc2-1.debian.tar.xz

[dgit import tarball golang-1.10 1.10~rc2-1 golang-1.10_1.10~rc2-1.debian.tar.xz]