mercurial.git
8 months agoMerge version 5.6.1-4+rpi1 and 5.6.1-4+deb11u1 to produce 5.6.1-4+rpi1+deb11u1 bullseye-staging archive/raspbian/5.6.1-4+rpi1+deb11u1 raspbian/5.6.1-4+rpi1+deb11u1
Raspbian automatic forward porter [Wed, 2 Apr 2025 07:36:59 +0000 (08:36 +0100)]
Merge version 5.6.1-4+rpi1 and 5.6.1-4+deb11u1 to produce 5.6.1-4+rpi1+deb11u1

8 months agoMerge mercurial (5.6.1-4+deb11u1) import into refs/heads/workingbranch
Andreas Henriksson [Thu, 27 Mar 2025 18:23:02 +0000 (19:23 +0100)]
Merge mercurial (5.6.1-4+deb11u1) import into refs/heads/workingbranch

8 months agopatchbomb-ambiguous-address
Debian Python Team [Thu, 27 Mar 2025 18:23:02 +0000 (19:23 +0100)]
patchbomb-ambiguous-address

# HG changeset patch
# User Raphaël Gomès <rgomes@octobus.net>
# Date 1729684194 -7200
#      Wed Oct 23 13:49:54 2024 +0200
# Branch stable
# Node ID d906406658a947ab64b34302df15be21e928ba24
# Parent  e760a36a601336f75016e5c2bbc5a53da2ea7182
patchbomb: don't test ambiguous address

This is a bug in Python's `email` package and shouldn't be relied on.
Python 3.12 has fixed this problem¹ and raises an exception. We keep the
multiple `-t` because this is still relevant for testing.

[1] https://github.com/python/cpython/issues/102988
[2] https://docs.python.org/3/whatsnew/changelog.html

Gbp-Pq: Name patchbomb-ambiguous-address.patch

8 months agoCVE-2025-2361
Debian Python Team [Thu, 27 Mar 2025 18:23:02 +0000 (19:23 +0100)]
CVE-2025-2361

# HG changeset patch
# User Raphaël Gomès <rgomes@octobus.net>
# Date 1742340720 -3600
#      Wed Mar 19 00:32:00 2025 +0100
# Branch stable
# Node ID a5c72ed2929341d97b11968211c880854803f003
# Parent  74439d1cbebaa9ff8f8300e37e93b42e6d381be4
hgweb: fix XSS vulnerability in hgweb (CVE-2025-2361)

818598f5bc8b91 is the change that introduced the vulnerability (in 2006!)
that was disclosed to us, but I found a similar pattern in other places
in the code.

Since XSS escaping is actually hard and that would mean vendoring some
better sanitation tool, I decided to simply remove user input from any
HTML output in hgweb, hopefully in all places.

Gbp-Pq: Name CVE-2025-2361.patch

8 months agotests: make test-archive.t pass on py3.9 (issue6504)
Martin von Zweigbergk [Fri, 21 May 2021 16:03:33 +0000 (12:03 -0400)]
tests: make test-archive.t pass on py3.9 (issue6504)

Something got stricter at parsing URL query parameters and now the
parameters need to be separated by "&"; ";" is no longer allowed. See
issue6504 for details.

Differential Revision: https://phab.mercurial-scm.org/D10472

Origin: upstream, https://www.mercurial-scm.org/repo/hg/rev/dc8976cc3a6e
Bug-Debian: https://bugs.debian.org/986514
Bug-upstream: https://bz.mercurial-scm.org/show_bug.cgi?id=6504

Gbp-Pq: Name python-3.9.2.patch

8 months agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

8 months agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

8 months agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

8 months agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

8 months agoproposed_upstream__doctest.path
Debian Python Team [Thu, 27 Mar 2025 18:23:02 +0000 (19:23 +0100)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

8 months agofrom_upstream-test-subrepo-new-git
Debian Python Team [Thu, 27 Mar 2025 18:23:02 +0000 (19:23 +0100)]
from_upstream-test-subrepo-new-git

# HG changeset patch
# User Martin von Zweigbergk <martinvonz@google.com>
# Date 1610501528 28800
#      Tue Jan 12 17:32:08 2021 -0800
# Node ID 88dfe1c279bb3378cf25c654a9346e570dff3b0f
# Parent  fcc324a228fee148726ec8075c75cd8e2ae7b14a
tests: make test-subrepo-git.t compatible with git's master->main rename

Git is about to change the default branch from "master" to
"main". Recent versions has started warning about that, which makes
tests fail. I assume the tests would fail in a different way once the
default has changed. To make us compatible with that name change,
let's set configure the default to be "master". That value makes the
tests still work on older Git version (those where the default branch
name is not configurable).

Differential Revision: https://phab.mercurial-scm.org/D9746

Gbp-Pq: Name from_upstream-test-subrepo-new-git.patch

8 months agomercurial (5.6.1-4+deb11u1) bullseye-security; urgency=medium
Andreas Henriksson [Thu, 27 Mar 2025 18:23:02 +0000 (19:23 +0100)]
mercurial (5.6.1-4+deb11u1) bullseye-security; urgency=medium

  * Non-maintainer upload by the Debian LTS Security Team.

  [ Andreas Henriksson ]
  * Cherry-pick and massage bookworm (stable) patches by jcristau to apply
    on bullseye version of the package.

  [ Julien Cristau ]
  * CVE-2025-2361: reflected XSS in hgweb (closes: #1100899)
  * patchbomb: don't test ambiguous address
    (fixes FTBFS after python's fix for CVE-2023-27043).

[dgit import unpatched mercurial 5.6.1-4+deb11u1]

8 months agoImport mercurial_5.6.1-4+deb11u1.debian.tar.xz
Andreas Henriksson [Thu, 27 Mar 2025 18:23:02 +0000 (19:23 +0100)]
Import mercurial_5.6.1-4+deb11u1.debian.tar.xz

[dgit import tarball mercurial 5.6.1-4+deb11u1 mercurial_5.6.1-4+deb11u1.debian.tar.xz]

4 years agoMerge version 5.6.1-2+rpi1 and 5.6.1-4 to produce 5.6.1-4+rpi1 archive/raspbian/5.6.1-4+rpi1 raspbian/5.6.1-4+rpi1
Raspbian automatic forward porter [Fri, 4 Jun 2021 03:23:20 +0000 (04:23 +0100)]
Merge version 5.6.1-2+rpi1 and 5.6.1-4 to produce 5.6.1-4+rpi1

4 years agoMerge mercurial (5.6.1-4) import into refs/heads/workingbranch
Stefano Rivera [Sun, 23 May 2021 12:37:06 +0000 (13:37 +0100)]
Merge mercurial (5.6.1-4) import into refs/heads/workingbranch

4 years agotests: make test-archive.t pass on py3.9 (issue6504)
Martin von Zweigbergk [Fri, 21 May 2021 16:03:33 +0000 (12:03 -0400)]
tests: make test-archive.t pass on py3.9 (issue6504)

Something got stricter at parsing URL query parameters and now the
parameters need to be separated by "&"; ";" is no longer allowed. See
issue6504 for details.

Differential Revision: https://phab.mercurial-scm.org/D10472

Origin: upstream, https://www.mercurial-scm.org/repo/hg/rev/dc8976cc3a6e
Bug-Debian: https://bugs.debian.org/986514
Bug-upstream: https://bz.mercurial-scm.org/show_bug.cgi?id=6504

Gbp-Pq: Name python-3.9.2.patch

4 years agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

4 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

4 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

4 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

4 years agoproposed_upstream__doctest.path
Debian Python Team [Sun, 23 May 2021 12:37:06 +0000 (13:37 +0100)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

4 years agofrom_upstream-test-subrepo-new-git
Debian Python Team [Sun, 23 May 2021 12:37:06 +0000 (13:37 +0100)]
from_upstream-test-subrepo-new-git

# HG changeset patch
# User Martin von Zweigbergk <martinvonz@google.com>
# Date 1610501528 28800
#      Tue Jan 12 17:32:08 2021 -0800
# Node ID 88dfe1c279bb3378cf25c654a9346e570dff3b0f
# Parent  fcc324a228fee148726ec8075c75cd8e2ae7b14a
tests: make test-subrepo-git.t compatible with git's master->main rename

Git is about to change the default branch from "master" to
"main". Recent versions has started warning about that, which makes
tests fail. I assume the tests would fail in a different way once the
default has changed. To make us compatible with that name change,
let's set configure the default to be "master". That value makes the
tests still work on older Git version (those where the default branch
name is not configurable).

Differential Revision: https://phab.mercurial-scm.org/D9746

Gbp-Pq: Name from_upstream-test-subrepo-new-git.patch

4 years agomercurial (5.6.1-4) unstable; urgency=medium
Stefano Rivera [Sun, 23 May 2021 12:37:06 +0000 (13:37 +0100)]
mercurial (5.6.1-4) unstable; urgency=medium

  * Revert -mno-lra workaround on mips64el, #871514 was fixed. Fixes
    occasional FTBFS on mips64el.

[dgit import unpatched mercurial 5.6.1-4]

4 years agoImport mercurial_5.6.1-4.debian.tar.xz
Stefano Rivera [Sun, 23 May 2021 12:37:06 +0000 (13:37 +0100)]
Import mercurial_5.6.1-4.debian.tar.xz

[dgit import tarball mercurial 5.6.1-4 mercurial_5.6.1-4.debian.tar.xz]

4 years agoMerge version 5.6.1-1+rpi1 and 5.6.1-2 to produce 5.6.1-2+rpi1 archive/raspbian/5.6.1-2+rpi1 raspbian/5.6.1-2+rpi1
Raspbian automatic forward porter [Fri, 5 Feb 2021 14:29:15 +0000 (14:29 +0000)]
Merge version 5.6.1-1+rpi1 and 5.6.1-2 to produce 5.6.1-2+rpi1

4 years agoMerge mercurial (5.6.1-2) import into refs/heads/workingbranch
Julien Cristau [Mon, 1 Feb 2021 16:47:09 +0000 (16:47 +0000)]
Merge mercurial (5.6.1-2) import into refs/heads/workingbranch

4 years agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

4 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

4 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

4 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

4 years agoproposed_upstream__doctest.path
Debian Python Team [Mon, 1 Feb 2021 16:47:09 +0000 (16:47 +0000)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

4 years agofrom_upstream-test-subrepo-new-git
Debian Python Team [Mon, 1 Feb 2021 16:47:09 +0000 (16:47 +0000)]
from_upstream-test-subrepo-new-git

# HG changeset patch
# User Martin von Zweigbergk <martinvonz@google.com>
# Date 1610501528 28800
#      Tue Jan 12 17:32:08 2021 -0800
# Node ID 88dfe1c279bb3378cf25c654a9346e570dff3b0f
# Parent  fcc324a228fee148726ec8075c75cd8e2ae7b14a
tests: make test-subrepo-git.t compatible with git's master->main rename

Git is about to change the default branch from "master" to
"main". Recent versions has started warning about that, which makes
tests fail. I assume the tests would fail in a different way once the
default has changed. To make us compatible with that name change,
let's set configure the default to be "master". That value makes the
tests still work on older Git version (those where the default branch
name is not configurable).

Differential Revision: https://phab.mercurial-scm.org/D9746

Gbp-Pq: Name from_upstream-test-subrepo-new-git.patch

4 years agomercurial (5.6.1-2) unstable; urgency=medium
Julien Cristau [Mon, 1 Feb 2021 16:47:09 +0000 (16:47 +0000)]
mercurial (5.6.1-2) unstable; urgency=medium

  * tests: make test-subrepo-git.t compatible with git's master->main
    rename (closes: #980576).

[dgit import unpatched mercurial 5.6.1-2]

4 years agoImport mercurial_5.6.1-2.debian.tar.xz
Julien Cristau [Mon, 1 Feb 2021 16:47:09 +0000 (16:47 +0000)]
Import mercurial_5.6.1-2.debian.tar.xz

[dgit import tarball mercurial 5.6.1-2 mercurial_5.6.1-2.debian.tar.xz]

4 years agoMerge version 5.5.2-1+rpi1 and 5.6.1-1 to produce 5.6.1-1+rpi1 archive/raspbian/5.6.1-1+rpi1 raspbian/5.6.1-1+rpi1
Raspbian automatic forward porter [Sat, 23 Jan 2021 13:59:57 +0000 (13:59 +0000)]
Merge version 5.5.2-1+rpi1 and 5.6.1-1 to produce 5.6.1-1+rpi1

4 years agoImport mercurial_5.6.1.orig.tar.gz
Julien Cristau [Fri, 8 Jan 2021 16:16:53 +0000 (17:16 +0100)]
Import mercurial_5.6.1.orig.tar.gz

[dgit import orig mercurial_5.6.1.orig.tar.gz]

4 years agoImport mercurial_5.6.1.orig.tar.gz
Julien Cristau [Fri, 8 Jan 2021 16:16:53 +0000 (16:16 +0000)]
Import mercurial_5.6.1.orig.tar.gz

[dgit import orig mercurial_5.6.1.orig.tar.gz]

4 years agoMerge mercurial (5.6.1-1) import into refs/heads/workingbranch
Julien Cristau [Fri, 8 Jan 2021 16:16:53 +0000 (16:16 +0000)]
Merge mercurial (5.6.1-1) import into refs/heads/workingbranch

4 years agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

4 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

4 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

4 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

4 years agoproposed_upstream__doctest.path
Debian Python Team [Fri, 8 Jan 2021 16:16:53 +0000 (16:16 +0000)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

4 years agomercurial (5.6.1-1) unstable; urgency=medium
Julien Cristau [Fri, 8 Jan 2021 16:16:53 +0000 (16:16 +0000)]
mercurial (5.6.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Uploaders: remove vicho and vdanjean, add jcristau.  With
    thanks for their past contributions!

[dgit import unpatched mercurial 5.6.1-1]

4 years agoImport mercurial_5.6.1-1.debian.tar.xz
Julien Cristau [Fri, 8 Jan 2021 16:16:53 +0000 (16:16 +0000)]
Import mercurial_5.6.1-1.debian.tar.xz

[dgit import tarball mercurial 5.6.1-1 mercurial_5.6.1-1.debian.tar.xz]

5 years agoMerge mercurial (5.5.2-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Sun, 13 Dec 2020 10:30:51 +0000 (10:30 +0000)]
Merge mercurial (5.5.2-1+rpi1) import into refs/heads/workingbranch

5 years agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

5 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

5 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

5 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

5 years agoproposed_upstream__doctest.path
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py not assume it's run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

5 years agomercurial (5.5.2-1+rpi1) bullseye-staging; urgency=medium
Peter Michael Green [Sun, 13 Dec 2020 10:30:51 +0000 (10:30 +0000)]
mercurial (5.5.2-1+rpi1) bullseye-staging; urgency=medium

  * Disable testsuite.

[dgit import unpatched mercurial 5.5.2-1+rpi1]

5 years agoImport mercurial_5.5.2-1+rpi1.debian.tar.xz
Peter Michael Green [Sun, 13 Dec 2020 10:30:51 +0000 (10:30 +0000)]
Import mercurial_5.5.2-1+rpi1.debian.tar.xz

[dgit import tarball mercurial 5.5.2-1+rpi1 mercurial_5.5.2-1+rpi1.debian.tar.xz]

5 years agoMerge mercurial (5.5.2-1) import into refs/heads/workingbranch
Julien Cristau [Wed, 14 Oct 2020 12:45:55 +0000 (13:45 +0100)]
Merge mercurial (5.5.2-1) import into refs/heads/workingbranch

5 years agoImport mercurial_5.5.2.orig.tar.gz
Julien Cristau [Wed, 14 Oct 2020 12:45:55 +0000 (13:45 +0100)]
Import mercurial_5.5.2.orig.tar.gz

[dgit import orig mercurial_5.5.2.orig.tar.gz]

5 years agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

5 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

5 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

5 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

5 years agoproposed_upstream__doctest.path
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py not assume it's run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

5 years agomercurial (5.5.2-1) unstable; urgency=medium
Julien Cristau [Wed, 14 Oct 2020 12:45:55 +0000 (13:45 +0100)]
mercurial (5.5.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Julien Cristau ]
  * New upstream bugfix release

[dgit import unpatched mercurial 5.5.2-1]

5 years agoImport mercurial_5.5.2-1.debian.tar.xz
Julien Cristau [Wed, 14 Oct 2020 12:45:55 +0000 (13:45 +0100)]
Import mercurial_5.5.2-1.debian.tar.xz

[dgit import tarball mercurial 5.5.2-1 mercurial_5.5.2-1.debian.tar.xz]

5 years agoMerge mercurial (5.5.1-1) import into refs/heads/workingbranch
Julien Cristau [Wed, 2 Sep 2020 08:26:16 +0000 (09:26 +0100)]
Merge mercurial (5.5.1-1) import into refs/heads/workingbranch

5 years agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

5 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

5 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

5 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

5 years agoproposed_upstream__doctest.path
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py not assume it's run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

5 years agomercurial (5.5.1-1) unstable; urgency=medium
Julien Cristau [Wed, 2 Sep 2020 08:26:16 +0000 (09:26 +0100)]
mercurial (5.5.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream bugfix release.

[dgit import unpatched mercurial 5.5.1-1]

5 years agoImport mercurial_5.5.1.orig.tar.gz
Julien Cristau [Wed, 2 Sep 2020 08:26:16 +0000 (09:26 +0100)]
Import mercurial_5.5.1.orig.tar.gz

[dgit import orig mercurial_5.5.1.orig.tar.gz]

5 years agoImport mercurial_5.5.1-1.debian.tar.xz
Julien Cristau [Wed, 2 Sep 2020 08:26:16 +0000 (09:26 +0100)]
Import mercurial_5.5.1-1.debian.tar.xz

[dgit import tarball mercurial 5.5.1-1 mercurial_5.5.1-1.debian.tar.xz]

5 years agoMerge mercurial (5.5-2) import into refs/heads/workingbranch
Tristan Seligmann [Mon, 17 Aug 2020 08:33:16 +0000 (09:33 +0100)]
Merge mercurial (5.5-2) import into refs/heads/workingbranch

5 years agoTolerate SIGINT getting the kill in test-stdio.py.
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.

Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch

5 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

5 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

5 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

5 years agoproposed_upstream__doctest.path
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py not assume it's run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

5 years agomercurial (5.5-2) unstable; urgency=medium
Tristan Seligmann [Mon, 17 Aug 2020 08:33:16 +0000 (09:33 +0100)]
mercurial (5.5-2) unstable; urgency=medium

  * (Hopefully) fix flakiness in test-stdio.py.

[dgit import unpatched mercurial 5.5-2]

5 years agoImport mercurial_5.5-2.debian.tar.xz
Tristan Seligmann [Mon, 17 Aug 2020 08:33:16 +0000 (09:33 +0100)]
Import mercurial_5.5-2.debian.tar.xz

[dgit import tarball mercurial 5.5-2 mercurial_5.5-2.debian.tar.xz]

5 years agoImport mercurial_5.5.orig.tar.gz
Tristan Seligmann [Sun, 16 Aug 2020 15:00:20 +0000 (16:00 +0100)]
Import mercurial_5.5.orig.tar.gz

[dgit import orig mercurial_5.5.orig.tar.gz]

5 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

5 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

5 years agodeb_specific__hgk.py
Python Applications Packaging Team [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

5 years agoproposed_upstream__doctest.path
Python Applications Packaging Team [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
proposed_upstream__doctest.path

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1589916203 -7200
#      Tue May 19 21:23:23 2020 +0200
# Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent  3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py not assume it's run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

5 years agoproposed_upstream__test-clone-uncompressed
Python Applications Packaging Team [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
proposed_upstream__test-clone-uncompressed

# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date 1593076954 -7200
#      Thu Jun 25 11:22:34 2020 +0200
# Node ID 39b6a9ff4c91b1b3a0e9d2eade46b6bf3d8f7d3c
# Parent  a46e36b824612be16b38a1c1cd11160c293d115b
test: redirect stderr so warning messages don't cause changed output (issue6237)

clone and commit race for the lock, and if commit has to wait more than
a second it prints a warning to stderr.  Since this is somewhat expected
here, silence it.

Differential Revision: https://phab.mercurial-scm.org/D8664

Gbp-Pq: Name proposed_upstream__test-clone-uncompressed.patch

5 years agomercurial (5.4.1-1) unstable; urgency=medium
Julien Cristau [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
mercurial (5.4.1-1) unstable; urgency=medium

  * Team upload.
  * Remove python-subversion from autopkgtest dependencies
    (closes: #956007)
  * New upstream bugfix release.
  * Fix test-clone-uncompressed.t failure on slow/loaded hosts.
  * Blacklist test-narrow-shallow.t for occasional failures.
  * Blacklist test-debugcommands.t for occasional failures.

[dgit import unpatched mercurial 5.4.1-1]

5 years agoImport mercurial_5.4.1.orig.tar.gz
Julien Cristau [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
Import mercurial_5.4.1.orig.tar.gz

[dgit import orig mercurial_5.4.1.orig.tar.gz]

5 years agoImport mercurial_5.4.1-1.debian.tar.xz
Julien Cristau [Thu, 25 Jun 2020 10:18:13 +0000 (11:18 +0100)]
Import mercurial_5.4.1-1.debian.tar.xz

[dgit import tarball mercurial 5.4.1-1 mercurial_5.4.1-1.debian.tar.xz]