Julien Cristau [Thu, 24 Mar 2022 19:39:34 +0000 (19:39 +0000)]
Merge mercurial (6.1-4) import into refs/heads/workingbranch
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
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
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
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
Debian Python Team [Thu, 24 Mar 2022 19:39:34 +0000 (19:39 +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
Debian Python Team [Thu, 24 Mar 2022 19:39:34 +0000 (19:39 +0000)]
test-clone-stream_bigendian
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1647351947 -3600
# Tue Mar 15 14:45:47 2022 +0100
# Branch stable
# Node ID
3e911cdaa0585276740d2c72357ca776bb62db62
# Parent
d4486810a1795fba9521449b8885ced034f3a6dd
test: update test-clone-stream.t to pass on bigendian
Fixes: a3cf460a6b1b ("stream-clone: also filter the requirement we put in the bundle 2")
Differential Revision: https://phab.mercurial-scm.org/D12377
Gbp-Pq: Name test-clone-stream_bigendian.patch
Debian Python Team [Thu, 24 Mar 2022 19:39:34 +0000 (19:39 +0000)]
revlog_unsigned_char_fix
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1647277023 -3600
# Mon Mar 14 17:57:03 2022 +0100
# Branch stable
# Node ID
9ce563fb2989eda394330d3a9d37a8a75995a304
# Parent
59be65b7cdfded782e992c9d2e5557a7e78be878
revlog: fix wrong type of rank_unknown variable
We treat "rank" as an int everywhere, but declare rank_unknown as a
char. On architectures where char is signed, that works out ok, but
when char is unsigned, rank_unknown is 255 instead of -1.
Differential Revision: https://phab.mercurial-scm.org/D12374
Gbp-Pq: Name revlog_unsigned_char_fix.patch
Julien Cristau [Thu, 24 Mar 2022 19:39:34 +0000 (19:39 +0000)]
mercurial (6.1-4) sid; urgency=medium
* Upload to unstable.
[dgit import unpatched mercurial 6.1-4]
Julien Cristau [Thu, 24 Mar 2022 19:39:34 +0000 (19:39 +0000)]
Import mercurial_6.1-4.debian.tar.xz
[dgit import tarball mercurial 6.1-4 mercurial_6.1-4.debian.tar.xz]
Julien Cristau [Wed, 2 Mar 2022 16:18:42 +0000 (16:18 +0000)]
Import mercurial_6.1.orig.tar.gz
[dgit import orig mercurial_6.1.orig.tar.gz]
Julien Cristau [Thu, 3 Feb 2022 10:01:46 +0000 (10:01 +0000)]
Merge mercurial (6.0.2-1) import into refs/heads/workingbranch
Debian Python Team [Thu, 3 Feb 2022 10:01:46 +0000 (10:01 +0000)]
deb_specific__which_silence_warning
Gbp-Pq: Name deb_specific__which_silence_warning.patch
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
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
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
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
Debian Python Team [Thu, 3 Feb 2022 10:01:46 +0000 (10:01 +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
Julien Cristau [Thu, 3 Feb 2022 10:01:46 +0000 (10:01 +0000)]
mercurial (6.0.2-1) unstable; urgency=medium
* Blocklist test-git-interop.t since we don't ship the corresponding
extension.
* New upstream bugfix release.
[dgit import unpatched mercurial 6.0.2-1]
Julien Cristau [Thu, 3 Feb 2022 10:01:46 +0000 (10:01 +0000)]
Import mercurial_6.0.2.orig.tar.gz
[dgit import orig mercurial_6.0.2.orig.tar.gz]
Julien Cristau [Thu, 3 Feb 2022 10:01:46 +0000 (10:01 +0000)]
Import mercurial_6.0.2-1.debian.tar.xz
[dgit import tarball mercurial 6.0.2-1 mercurial_6.0.2-1.debian.tar.xz]
Julien Cristau [Thu, 13 Jan 2022 15:23:32 +0000 (15:23 +0000)]
Merge mercurial (6.0.1-3) import into refs/heads/workingbranch
Debian Python Team [Thu, 13 Jan 2022 15:23:32 +0000 (15:23 +0000)]
deb_specific__which_silence_warning
Gbp-Pq: Name deb_specific__which_silence_warning.patch
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
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
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
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
Debian Python Team [Thu, 13 Jan 2022 15:23:32 +0000 (15:23 +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
Julien Cristau [Thu, 13 Jan 2022 15:23:32 +0000 (15:23 +0000)]
mercurial (6.0.1-3) unstable; urgency=medium
* Use upstream's Makefile to build/install chg and man pages.
[dgit import unpatched mercurial 6.0.1-3]
Julien Cristau [Thu, 13 Jan 2022 15:23:32 +0000 (15:23 +0000)]
Import mercurial_6.0.1-3.debian.tar.xz
[dgit import tarball mercurial 6.0.1-3 mercurial_6.0.1-3.debian.tar.xz]
Julien Cristau [Thu, 6 Jan 2022 09:16:00 +0000 (09:16 +0000)]
Merge mercurial (6.0.1-1) import into refs/heads/workingbranch
Julien Cristau [Thu, 6 Jan 2022 09:16:00 +0000 (09:16 +0000)]
Import mercurial_6.0.1.orig.tar.gz
[dgit import orig mercurial_6.0.1.orig.tar.gz]
Debian Python Team [Thu, 6 Jan 2022 09:16:00 +0000 (09:16 +0000)]
deb_specific__which_silence_warning
Gbp-Pq: Name deb_specific__which_silence_warning.patch
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
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
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
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
Debian Python Team [Thu, 6 Jan 2022 09:16:00 +0000 (09: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
Julien Cristau [Thu, 6 Jan 2022 09:16:00 +0000 (09:16 +0000)]
mercurial (6.0.1-1) unstable; urgency=medium
* Add Raphaël Gomès' key to the known set.
* New upstream release.
+ deb_specific__test_zstd_s390x.patch: dropped, merged upstream
* Upload to unstable.
[dgit import unpatched mercurial 6.0.1-1]
Julien Cristau [Thu, 6 Jan 2022 09:16:00 +0000 (09:16 +0000)]
Import mercurial_6.0.1-1.debian.tar.xz
[dgit import tarball mercurial 6.0.1-1 mercurial_6.0.1-1.debian.tar.xz]
Julien Cristau [Thu, 28 Oct 2021 20:22:46 +0000 (21:22 +0100)]
Merge mercurial (5.9.3-1) import into refs/heads/workingbranch
Debian Python Team [Thu, 28 Oct 2021 20:22:46 +0000 (21:22 +0100)]
deb_specific__which_silence_warning
Gbp-Pq: Name deb_specific__which_silence_warning.patch
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
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
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
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
Debian Python Team [Thu, 28 Oct 2021 20:22:46 +0000 (21:22 +0100)]
deb_specific__test_zstd_s390x
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1629904487 -7200
# Wed Aug 25 17:14:47 2021 +0200
# Branch stable
# Node ID
e11f903fd7a6e80b6168c7ef6e28f20349e681e2
# Parent
132819e1fa1565b45fc09093ebbfbe991b0a0f5d
tests: allow for variation in zstd output as seen on s390x and powerpc
Gbp-Pq: Name deb_specific__test_zstd_s390x.patch
Debian Python Team [Thu, 28 Oct 2021 20:22:46 +0000 (21:22 +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
Julien Cristau [Thu, 28 Oct 2021 20:22:46 +0000 (21:22 +0100)]
mercurial (5.9.3-1) unstable; urgency=medium
* New upstream release.
+ proposed_upstream__revlog_s390x_part[12].patch: dropped, merged upstream
+ deb_specific__test_zstd_s390x.patch: updated
[dgit import unpatched mercurial 5.9.3-1]
Julien Cristau [Thu, 28 Oct 2021 20:22:46 +0000 (21:22 +0100)]
Import mercurial_5.9.3.orig.tar.gz
[dgit import orig mercurial_5.9.3.orig.tar.gz]
Julien Cristau [Thu, 28 Oct 2021 20:22:46 +0000 (21:22 +0100)]
Import mercurial_5.9.3-1.debian.tar.xz
[dgit import tarball mercurial 5.9.3-1 mercurial_5.9.3-1.debian.tar.xz]
Julien Cristau [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)]
Merge mercurial (5.9-3) import into refs/heads/workingbranch
Debian Python Team [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)]
deb_specific__which_silence_warning
Gbp-Pq: Name deb_specific__which_silence_warning.patch
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
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
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
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
Debian Python Team [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)]
deb_specific__test_zstd_s390x
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1629904487 -7200
# Wed Aug 25 17:14:47 2021 +0200
# Branch stable
# Node ID
e11f903fd7a6e80b6168c7ef6e28f20349e681e2
# Parent
132819e1fa1565b45fc09093ebbfbe991b0a0f5d
tests: allow for variation in zstd output as seen on s390x and powerpc
Gbp-Pq: Name deb_specific__test_zstd_s390x.patch
Debian Python Team [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +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
Debian Python Team [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)]
proposed_upstream__revlog_s390x_part2
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1629841355 -7200
# Tue Aug 24 23:42:35 2021 +0200
# Branch stable
# Node ID
132819e1fa1565b45fc09093ebbfbe991b0a0f5d
# Parent
518dd67482c0bde8636d1a5e6f10cb369b522e1f
revlog: fix more type confusion in index_replace_sidedata_info (issue6580)
We were telling python that "rev" was a Py_ssize_t (via the "n" format),
but it was actually an int.
Differential Revision: https://phab.mercurial-scm.org/D11335
Gbp-Pq: Name proposed_upstream__revlog_s390x_part2.patch
Debian Python Team [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)]
proposed_upstream__revlog_s390x_part1
# HG changeset patch
# User Julien Cristau <jcristau@mozilla.com>
# Date
1629801874 -7200
# Tue Aug 24 12:44:34 2021 +0200
# Branch stable
# Node ID
518dd67482c0bde8636d1a5e6f10cb369b522e1f
# Parent
df94c13ddf60b5c355db04d9a6dde9ce80d58df3
revlog: fix type confusion with sidedata_comp_len (issue6580)
The format string uses "i" (int) for sidedata_comp_len, so we shouldn't
be passing a pointer to Py_ssize_t to PyArg_ParseTuple. On 64-bit
big-endian, this would result in python only writing to the upper 32
bits, and things go downhill from there.
Differential Revision: https://phab.mercurial-scm.org/D11334
Gbp-Pq: Name proposed_upstream__revlog_s390x_part1.patch
Julien Cristau [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)]
mercurial (5.9-3) unstable; urgency=medium
* Further adjust tests for endianness-related variations.
* Silence yet another test warning about `which`.
[dgit import unpatched mercurial 5.9-3]
Julien Cristau [Wed, 25 Aug 2021 17:54:04 +0000 (18:54 +0100)]
Import mercurial_5.9-3.debian.tar.xz
[dgit import tarball mercurial 5.9-3 mercurial_5.9-3.debian.tar.xz]
Julien Cristau [Mon, 23 Aug 2021 15:04:40 +0000 (16:04 +0100)]
Import mercurial_5.9.orig.tar.gz
[dgit import orig mercurial_5.9.orig.tar.gz]
Stefano Rivera [Sun, 23 May 2021 12:37:06 +0000 (13:37 +0100)]
Merge mercurial (5.6.1-4) import into refs/heads/workingbranch
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
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
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
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
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
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
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
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]
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]
Julien Cristau [Mon, 1 Feb 2021 16:47:09 +0000 (16:47 +0000)]
Merge mercurial (5.6.1-2) import into refs/heads/workingbranch
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
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
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
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
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
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
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]
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]
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]
Julien Cristau [Fri, 8 Jan 2021 16:16:53 +0000 (16:16 +0000)]
Merge mercurial (5.6.1-1) import into refs/heads/workingbranch
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
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
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
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
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
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]
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]
Julien Cristau [Wed, 14 Oct 2020 12:45:55 +0000 (13:45 +0100)]
Merge mercurial (5.5.2-1) import into refs/heads/workingbranch
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
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
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
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
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
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]
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]