File: changelog

package info (click to toggle)
git-remote-hg 1.0.4~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: python: 2,328; sh: 2,231; ruby: 214; makefile: 69
file content (219 lines) | stat: -rw-r--r-- 7,939 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
git-remote-hg (1.0.4~ds-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
    - Drop patches merged upstream
    - Fixes test failure with git security update (Closes: #1023804)
  * Update standards version to 4.6.1, no changes needed.

 -- Paul Wise <pabs@debian.org>  Thu, 08 Dec 2022 10:00:03 +0800

git-remote-hg (1.0.3.2~ds-2) unstable; urgency=medium

  * QA upload.
  * Fix git-hg-helper compatibility with hg 6.1.

 -- Julien Cristau <jcristau@debian.org>  Sat, 26 Mar 2022 09:46:03 +0100

git-remote-hg (1.0.3.2~ds-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
    - Fixes test failure with git 2.35.1 (Closes: #1006038)
    - Fixes invalid character encoding with Python 3.7 (Closes: #826002)
  * Drop Python shebangs and sharness issues, upstream handles that now
  * Drop installing git-hg-helper, upstream handles that now
  * Use new upstream option to test installed package in autopkgtest
  * Add Documentation URL to upstream metadata
  * Declare compliance with Debian Policy 4.6.0, no changes needed

 -- Paul Wise <pabs@debian.org>  Thu, 24 Feb 2022 07:03:11 +0800

git-remote-hg (1.0.2.1~ds-3) unstable; urgency=medium

  * QA upload.
  * Make the tests verbose unless terse mode is on
  * Add missing @ autopkgtest dependency
  * Allow stderr for the autopkgtests due to verbose mode

 -- Paul Wise <pabs@debian.org>  Sun, 29 Aug 2021 18:33:59 +0800

git-remote-hg (1.0.2.1~ds-2) unstable; urgency=medium

  * QA upload.
  * Add missing mercurial-git test dependency (LP: #1940123)

 -- Paul Wise <pabs@debian.org>  Tue, 17 Aug 2021 20:36:22 +0800

git-remote-hg (1.0.2.1~ds-1) unstable; urgency=medium

  * QA upload.

  [ Simon McVittie ]
  * New upstream release, supporting python3
    (Closes: #971061, #943032) (LP: #1904059)
  * Refresh patch series
    - d/p/2001_debian-shebang.patch: Use Python 3
    - d/p/2003_testsuite_skip_broken.patch: Drop, appears to be unnecessary
  * d/control: Use python3
  * d/rules, d/clean: Use python3 to run the tests.
    The test scripts hard-code python, so put a directory in the PATH
    where python is python3.
  * Build using dh_python3

  [ Paul Wise ]
  * Orphan the package (see #985817)
  * Mark sharness with nocheck build profile
  * Use the same python workaround for the as-installed tests
  * Prevent the as-installed tests from using the source dir
  * Complies with Standards-Version 4.5.1, no changes needed
  * Drop DESTDIR override as debhelper does it correctly
  * Update upstream and Debian copyright information
  * Use debhelper compat 13, no changes to .deb made
  * Add upstream Changelog/Repository metadata

  [ lintian-brush ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Paul Wise <pabs@debian.org>  Thu, 01 Apr 2021 15:13:10 +0800

git-remote-hg (1.0.1~ds-2) unstable; urgency=medium

  * update Homepage URL
  * use debhelper compatibility level 12 (not 9);
    build-depend on debhelper-compat (not debhelper)
  * rename patch to use C.UTF-8 as patch 1001
  * rename patch to change shebang as patch 2001
  * declare compliance with Debian Policy 4.5.0
  * explicitly use python2 (not python):
    + extend patch 2001 to cover git-hg-helper
    + (build-)depend on python2 (not python)
    (see bug#943032)
  * install script git-hg-helper

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 26 May 2020 16:42:39 +0200

git-remote-hg (1.0.1~ds-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update watch file: Simplify regular expressions.
  * Declare compliance with Debian Policy 4.4.1.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 02 Oct 2019 13:44:10 +0200

git-remote-hg (1.0.0~ds-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    + Fixes to support Mercurial 4.7.
      Closes: Bug#915426. Thanks to Paul Gevers.

  [ Ondřej Nový ]
  * Update copyright info: Use https protocol in Format field
  * Use package section optional (not obsolete extra).
  * Update Vcs-* fields: Packaging moved to salsa.debian.org.

  [ Jonas Smedegaard ]
  * Take over as maintainer (see bug#915426).
    Thanks for your past contributions, Jonathan,
    and feel free to join as co-maintainer.
  * Update watch file:
    + Bump to file format 4.
    + Rewrite usage comment.
    + Use substitution strings.
    + Use ~ds suffix for repackaged upstream source.
  * Add git-buildpackage config:
    + Enable pristine-tar and signed tags.
    + Filter any .git* file.
  * Relax to build-depend unversioned on debhelper:
    Needed version satisfied even in oldstable.
  * Add maintainer script to source check copyright.
  * Declare compliance with Debian Policy 4.3.0.
  * Set Rules-Requires-Root: no.
  * Update copyright info:
    + Fix double-whitespace-delimit copyright holders.
    + Use recommended license shortname.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Add myself as copyright holder.
    + Tighten packaging license to GPL-3+.
    + Repackage upstream source,
      excluding convenience code copy of sharness.
    + Drop Files section for sharness,
      now excluded in repackaged source.
    + Fix use License GPL-2 (not GPL-2+) for upstream code.
  * Add lintian overrides regarding License-Reference.
  * Drop patches cherry-picked upstream now applied.
  * Add patch 2002 to use shared sharness TAP library.
    Build-depend on sharness.
  * Add patch 2003 to skip a failing test.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 09 Feb 2019 19:42:14 +0100

git-remote-hg (0.4-0.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ upstream ]
  * New release.
    Closes: Bug#748185, #905844, #844939.

  [ Jonas Smedegaard ]
  * Track mnauw fork (not fingolfin fork inactive since 2016-02-09).
    + Update source URL in copyright and watch file.
    + List Github issue tracker as preferred upstream contact.
  * Extend copyright to cover new upstream author.
  * Drop upstream cherry-picked patches now applied.
  * Unfuzz remaining patch.
  * Add patches cherry-picked upstream:
    + Adjust to Mercurial 4.7 wrt more restricted changectx API.
    + Adjust to Mercurial 4.7 wrt deprecated revlog method.
  * Add patch to fix use C.UTF-8 (not en_US.UTF-8) in testsuite.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 29 Sep 2018 18:04:23 +0200

git-remote-hg (0.3-2) unstable; urgency=medium

  * Backport two upstream patches from felipec's repo which add support for
    Mercurial 3.6 and consequently fix the FTBFS;
    improve-hg-git-compatibility.patch and
    avoid-deprecated-bookmarks-write.patch
    (Closes: #833907, #834908)
  * Update Standards Version to 3.9.8
    - No changes required
  * Add DEP-8 (autopkgtest) support for upstream test suite

 -- Jonathan McCrohan <jmccrohan@gmail.com>  Sun, 25 Sep 2016 00:14:32 +0100

git-remote-hg (0.3-1) unstable; urgency=medium

  * New upstream commit
    - Drop Mercurial 3.2 patch; applied upstream
  * Switch upstream to Max Horn's fork (fingolfin/git-remote-hg) as
    original repo (felipec/git-remote-hg) appears unmaintained
  * Add DEP-3 headers to mercurial_3.2_support.patch
  * d/control: various fixes found by libconfig-model-dpkg-perl
  * d/control: Update Homepage, Vcs-{Browser,Git} URLs

 -- Jonathan McCrohan <jmccrohan@gmail.com>  Sat, 13 Feb 2016 19:21:21 +0000

git-remote-hg (0.2+git20140603.185852e-2) unstable; urgency=medium

  * Add patch from upstream pull request to resolve Mercurial 3.2+ breakage
    (Closes: #784209)
    - Thanks to Max Horn <max@quendi.de> for the patch
  * Update Standards Version to 3.9.6
    - No changes required

 -- Jonathan McCrohan <jmccrohan@gmail.com>  Mon, 04 May 2015 18:11:07 +0100

git-remote-hg (0.2+git20140603.185852e-1) unstable; urgency=low

  * Initial release (Closes: #703864).
    - A big thanks to Sven Joachim for most of the initial packaging;
      thanks Sven!

 -- Jonathan McCrohan <jmccrohan@gmail.com>  Mon, 21 Jul 2014 00:47:23 +0100