2
0

changelog 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. dulwich (0.20.6-1) unstable; urgency=medium
  2. * New upstream release.
  3. + Fixes broken branch removal test. Closes: #956876
  4. * Bump standards version to 4.5.0.
  5. -- Jelmer Vernooij <jelmer@debian.org> Sat, 29 Aug 2020 22:13:38 +0000
  6. dulwich (0.20.5-1) unstable; urgency=medium
  7. * New upstream release.
  8. -- Jelmer Vernooij <jelmer@debian.org> Mon, 22 Jun 2020 01:55:55 +0000
  9. dulwich (0.20.2-1) unstable; urgency=medium
  10. * New upstream release.
  11. + Drop patch 01_no_urllib3_pypy: applied upstream.
  12. * Drop pypy-dulwich package.
  13. * Set Rules-Requires-Root: no.
  14. -- Jelmer Vernooij <jelmer@debian.org> Tue, 02 Jun 2020 00:30:41 +0000
  15. dulwich (0.19.15-1) unstable; urgency=medium
  16. * New upstream release.
  17. * Drop patch 03_cleanup_mode: applied upstream.
  18. * Drop patch 04_s390x: applied upstream.
  19. -- Jelmer Vernooij <jelmer@debian.org> Sun, 26 Jan 2020 19:43:54 +0000
  20. dulwich (0.19.14-4) unstable; urgency=medium
  21. * Team upload.
  22. * Patch 04_s390x: Fix FTBFS on s390x. Closes: #946854
  23. -- Stefano Rivera <stefanor@debian.org> Thu, 26 Dec 2019 10:10:53 +0200
  24. dulwich (0.19.14-3) unstable; urgency=medium
  25. * Team upload.
  26. * Drop python2 support; Closes: #936454
  27. -- Sandro Tosi <morph@debian.org> Mon, 23 Dec 2019 17:54:20 -0500
  28. dulwich (0.19.14-2) unstable; urgency=medium
  29. * Cherry-pick upstream change for cleaning up file modes when
  30. comparing trees. Closes: #946740
  31. -- Jelmer Vernooij <jelmer@debian.org> Sun, 15 Dec 2019 13:39:48 +0000
  32. dulwich (0.19.14-1) unstable; urgency=medium
  33. [ Debian Janitor ]
  34. * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  35. * Re-export upstream signing key without extra signatures.
  36. [ Jelmer Vernooij ]
  37. * New upstream release.
  38. + Fixes handling of ~ in global gitignore. Closes: #933192
  39. * Drop build-dependency on python-fastimport.
  40. -- Jelmer Vernooij <jelmer@debian.org> Sat, 30 Nov 2019 18:34:47 +0000
  41. dulwich (0.19.13-1) unstable; urgency=medium
  42. * New upstream release.
  43. -- Jelmer Vernooij <jelmer@debian.org> Mon, 19 Aug 2019 21:22:50 +0000
  44. dulwich (0.19.12-1) unstable; urgency=medium
  45. [ Jelmer Vernooij ]
  46. * Depend on at least urllib3 >= 1.24.1, as older versions lack
  47. HTTPResponse.geturl().
  48. * New upstream release.
  49. [ Ondřej Nový ]
  50. * Use debhelper-compat instead of debian/compat.
  51. [ Jelmer Vernooij ]
  52. * Bump debhelper from old 11 to 12.
  53. -- Jelmer Vernooij <jelmer@debian.org> Tue, 13 Aug 2019 19:55:29 +0000
  54. dulwich (0.19.11-2) unstable; urgency=medium
  55. * Re-export upstream signing key without extra signatures.
  56. * Add Breaks: for older versions of breezy/bzr-git since they use
  57. Dulwich' private packs API, which has changed.
  58. -- Jelmer Vernooij <jelmer@debian.org> Tue, 12 Feb 2019 01:33:14 +0000
  59. dulwich (0.19.11-1) unstable; urgency=medium
  60. * New upstream version.
  61. * Add patch 03_default_identity.
  62. -- Jelmer Vernooij <jelmer@debian.org> Thu, 07 Feb 2019 03:27:54 +0000
  63. dulwich (0.19.10-1) unstable; urgency=medium
  64. * Suggest python{,3}-gpg, for tag signing support.
  65. * Add CI/CD configuration for Salsa.
  66. * New upstream release.
  67. -- Jelmer Vernooij <jelmer@debian.org> Tue, 15 Jan 2019 02:44:02 +0000
  68. dulwich (0.19.9-2) unstable; urgency=medium
  69. * Stop attempting to build pypy package mips64el, ppc64 and sparc64 -
  70. where pypy is not available.
  71. * Add patch 02_skip_flappy_test: Skip flappy test
  72. dulwich.tests.test_porcelain.PushTests.test_simple, which is subject
  73. to a race condition. Closes: #913037
  74. -- Jelmer Vernooij <jelmer@debian.org> Tue, 20 Nov 2018 04:09:22 +0000
  75. dulwich (0.19.9-1) unstable; urgency=medium
  76. * New upstream release.
  77. -- Jelmer Vernooij <jelmer@debian.org> Sat, 17 Nov 2018 19:38:28 +0000
  78. dulwich (0.19.8-1) unstable; urgency=medium
  79. * New upstream release.
  80. -- Jelmer Vernooij <jelmer@debian.org> Wed, 07 Nov 2018 01:52:52 +0000
  81. dulwich (0.19.7-1) unstable; urgency=medium
  82. * Run wrap-and-sort.
  83. * New upstream release.
  84. + Drop patch 02_newer_git: applied upstream.
  85. * Bump standards version to 4.2.1
  86. * Bump debhelper version to 11.
  87. -- Jelmer Vernooij <jelmer@debian.org> Mon, 05 Nov 2018 19:27:07 +0000
  88. dulwich (0.19.6-3) unstable; urgency=medium
  89. * Add debian/upstream/metadata.
  90. * Install example scripts.
  91. * Don't build pypy package on hppa, powerpcspe.
  92. * Don't run tests against C git on ia64 (unavailable).
  93. -- Jelmer Vernooij <jelmer@debian.org> Sun, 16 Sep 2018 00:25:19 +0100
  94. dulwich (0.19.6-2) unstable; urgency=medium
  95. * Add patch 02_newer_git, fixing compatibility with newer versions of
  96. git. Closes: #907954
  97. -- Jelmer Vernooij <jelmer@debian.org> Wed, 05 Sep 2018 21:23:16 +0100
  98. dulwich (0.19.6-1) unstable; urgency=medium
  99. * Migrate to pybuild.
  100. * New upstream release.
  101. -- Jelmer Vernooij <jelmer@debian.org> Sat, 11 Aug 2018 14:55:11 +0100
  102. dulwich (0.19.5-1) unstable; urgency=medium
  103. * New upstream release.
  104. -- Jelmer Vernooij <jelmer@debian.org> Sun, 08 Jul 2018 13:48:28 +0100
  105. dulwich (0.19.4-1) unstable; urgency=medium
  106. * New upstream release.
  107. -- Jelmer Vernooij <jelmer@debian.org> Sun, 24 Jun 2018 01:42:09 +0100
  108. dulwich (0.19.3-1) unstable; urgency=medium
  109. [ Ondřej Nový ]
  110. * d/control: Remove ancient X-Python-Version field
  111. * d/control: Remove ancient X-Python3-Version field
  112. [ Jelmer Vernooij ]
  113. * New upstream release.
  114. -- Jelmer Vernooij <jelmer@debian.org> Sun, 17 Jun 2018 19:50:22 +0100
  115. dulwich (0.19.1-1) unstable; urgency=medium
  116. [ Ondřej Nový ]
  117. * d/control: Set Vcs-* to salsa.debian.org
  118. * d/watch: Use https protocol
  119. * d/control: Remove XS-Testsuite field, not needed anymore
  120. [ Jelmer Vernooij ]
  121. * New upstream release.
  122. -- Jelmer Vernooij <jelmer@debian.org> Fri, 06 Apr 2018 00:45:23 +0100
  123. dulwich (0.19.0-2) unstable; urgency=medium
  124. * Add missing dependencies on urllib3 and certifi.
  125. -- Jelmer Vernooij <jelmer@debian.org> Sun, 11 Mar 2018 18:18:11 +0000
  126. dulwich (0.19.0-1) unstable; urgency=medium
  127. * New upstream release.
  128. + Add dependencies on python-certifi and python-urllib3.
  129. * Add 01_no_urllib3_pypy: disable HTTP on pypy, since pypy-urllib3
  130. doesn't exist.
  131. * Reorder paragraphs in copyright to make lintian happy.
  132. -- Jelmer Vernooij <jelmer@debian.org> Sat, 10 Mar 2018 21:31:25 +0000
  133. dulwich (0.18.5-1) unstable; urgency=high
  134. * New upstream release.
  135. + Prevents setting SSH arguments from SSH URLs when using SSH through a
  136. subprocess. Note that Dulwich doesn't support cloning submodules.
  137. (CVE 2017-1000117)
  138. -- Jelmer Vernooij <jelmer@debian.org> Sun, 29 Oct 2017 16:44:59 +0000
  139. dulwich (0.18.4-1) unstable; urgency=medium
  140. * New upstream release.
  141. * Bump standards version to 4.1.1 (no changes).
  142. -- Jelmer Vernooij <jelmer@debian.org> Sun, 01 Oct 2017 01:57:31 +0100
  143. dulwich (0.18.3-2) unstable; urgency=medium
  144. * Fix dh_install invocation.
  145. -- Jelmer Vernooij <jelmer@debian.org> Thu, 28 Sep 2017 00:47:21 +0100
  146. dulwich (0.18.3-1) unstable; urgency=low
  147. * New upstream release.
  148. -- Jelmer Vernooij <jelmer@debian.org> Sun, 03 Sep 2017 02:26:06 +0000
  149. dulwich (0.18.2-1) unstable; urgency=medium
  150. * New upstream release.
  151. * Only build-depend on git on platforms where it is available.
  152. -- Jelmer Vernooij <jelmer@debian.org> Tue, 01 Aug 2017 23:19:14 +0000
  153. dulwich (0.18.1-2) unstable; urgency=medium
  154. * Make build-dependency on git optional, since it's not available on
  155. all platforms and only used for the testsuite.
  156. -- Jelmer Vernooij <jelmer@debian.org> Mon, 31 Jul 2017 22:21:12 +0000
  157. dulwich (0.18.1-1) unstable; urgency=medium
  158. * New upstream release.
  159. -- Jelmer Vernooij <jelmer@debian.org> Mon, 31 Jul 2017 09:36:13 +0000
  160. dulwich (0.18.0-1) unstable; urgency=medium
  161. * New upstream release.
  162. * Refresh upstream signing key.
  163. -- Jelmer Vernooij <jelmer@debian.org> Mon, 31 Jul 2017 01:15:59 +0000
  164. dulwich (0.17.3-2) unstable; urgency=medium
  165. * Stop shipping pypy C extensions in python-dulwich. Closes: #868542
  166. -- Jelmer Vernooij <jelmer@debian.org> Mon, 24 Jul 2017 23:51:07 +0000
  167. dulwich (0.17.3-1) unstable; urgency=medium
  168. * New upstream release.
  169. * Bump standards version to 4.0.0 (no changes).
  170. -- Jelmer Vernooij <jelmer@debian.org> Sun, 18 Jun 2017 19:39:41 +0000
  171. dulwich (0.17.1-1) experimental; urgency=medium
  172. * Remove -dbg packages and migrate to -dbgsym packages.
  173. * New upstream version.
  174. -- Jelmer Vernooij <jelmer@debian.org> Wed, 01 Mar 2017 20:37:39 +0000
  175. dulwich (0.16.3-1) unstable; urgency=medium
  176. * New upstream release.
  177. * Drop upstream applied patch 'older-git'.
  178. * Update homepage to www.dulwich.io.
  179. * Drop (now unnecessary) workaround for #799485.
  180. * Add autopkgtest for python3 testsuite.
  181. * Disable pypy-dulwich build on architectures where pypy is not
  182. available (hurd-any, m68k, sh4, x32).
  183. -- Jelmer Vernooij <jelmer@debian.org> Sun, 08 Jan 2017 02:12:51 +0000
  184. dulwich (0.16.1-2) unstable; urgency=low
  185. * Add patch older-git: skip worktree list test against older versions
  186. of git.
  187. -- Jelmer Vernooij <jelmer@debian.org> Mon, 26 Dec 2016 11:24:46 +0000
  188. dulwich (0.16.1-1) unstable; urgency=medium
  189. * New upstream release.
  190. + Fixes Python3 compatibility of `dulwich.contrib.release_robot`.
  191. -- Jelmer Vernooij <jelmer@debian.org> Sun, 25 Dec 2016 13:42:56 +0000
  192. dulwich (0.16.0-1) unstable; urgency=low
  193. * New upstream release.
  194. -- Jelmer Vernooij <jelmer@debian.org> Sat, 24 Dec 2016 23:51:50 +0000
  195. dulwich (0.15.0-1) unstable; urgency=medium
  196. * New upstream release.
  197. * Update debian/copyright to reflect that dulwich is now licensed under
  198. dual GPLv2+/Apache-2.
  199. * Extend lintian overrides for testdata.
  200. -- Jelmer Vernooij <jelmer@debian.org> Sun, 09 Oct 2016 12:54:38 +0000
  201. dulwich (0.14.1-1) unstable; urgency=medium
  202. * New upstream release.
  203. -- Jelmer Vernooij <jelmer@debian.org> Tue, 05 Jul 2016 23:04:21 +0000
  204. dulwich (0.14.0-1) unstable; urgency=medium
  205. * New upstream release.
  206. * Drop patch 01_refs_unicode: applied upstream.
  207. * Bump standards version to 3.9.8 (no changes).
  208. -- Jelmer Vernooij <jelmer@debian.org> Sun, 03 Jul 2016 19:17:25 +0000
  209. dulwich (0.13.0-1) unstable; urgency=medium
  210. [ Jelmer Vernooij ]
  211. * New upstream release.
  212. + Add Build-Depends: python3-fastimport.
  213. + Add Recommends: python3-fastimport to python3-dulwich.
  214. [ Ondřej Nový ]
  215. * Fixed VCS URL (https)
  216. [ Jelmer Vernooij ]
  217. * Bump standards version to 3.9.7.
  218. * Add some lintian overrides for git files that are used for testing.
  219. -- Jelmer Vernooij <jelmer@debian.org> Sun, 24 Apr 2016 15:34:54 +0000
  220. dulwich (0.12.0-1) unstable; urgency=medium
  221. * New upstream release.
  222. * Drop patch 02_cgit_c: applied upstream.
  223. -- Jelmer Vernooij <jelmer@debian.org> Sun, 13 Dec 2015 15:34:54 +0000
  224. dulwich (0.11.2-1) unstable; urgency=medium
  225. [ Jelmer Vernooij ]
  226. * New upstream release.
  227. * Add patch 02_cgit_c: support building under different locale.
  228. Closes: #799076
  229. [ Scott Kitterman ]
  230. * Team upload.
  231. * Fix python3 depends. Closes: #799185
  232. * Remove obsolete provides.
  233. [ Jelmer Vernooij ]
  234. * Force CFLAGS to -I/usr/lib/pypy, to work around bug #799485.
  235. -- Jelmer Vernooij <jelmer@debian.org> Sat, 19 Sep 2015 00:19:21 +0000
  236. dulwich (0.11.1-1) unstable; urgency=medium
  237. * New upstream release.
  238. + Fixes formatting in assertion. Closes: #789546
  239. + Fixes FTBFS on some architectures. Closes: #798565
  240. * debian/copyright: Fix license header to be unique.
  241. * debian/watch: Fix watch URL to use pypi redirector service.
  242. * Add 01_refs_unicode: Support running on platforms that can't encode
  243. certain characters.
  244. -- Jelmer Vernooij <jelmer@debian.org> Sun, 13 Sep 2015 18:15:59 +0000
  245. dulwich (0.10.1+git20150525-1) experimental; urgency=medium
  246. * New upstream snapshot.
  247. -- Jelmer Vernooij <jelmer@debian.org> Mon, 25 May 2015 12:18:15 +0000
  248. dulwich (0.10.1+git20150425-1) experimental; urgency=medium
  249. * New upstream snapshot.
  250. * Add Python3 binary package.
  251. -- Jelmer Vernooij <jelmer@debian.org> Sun, 26 Apr 2015 13:08:13 +0000
  252. dulwich (0.10.1-1) unstable; urgency=medium
  253. * New upstream release.
  254. + Drop 02_unpure_pypy: applied upstream.
  255. + Fixes CVE-2015-0838: buffer overflow in C implementation of pack
  256. apply_delta(). Closes: #780958
  257. + Fixes CVE-2014-9706: does not prevent to write files in commits with
  258. invalid paths to working tree. Closes: #780989
  259. * Update Vcs-Git, Vcs-Browser and Maintainer fields to reflect the
  260. dulwich package is now maintained by the Debian Python Modules
  261. packaging team.
  262. -- Jelmer Vernooij <jelmer@debian.org> Sat, 07 Feb 2015 17:44:28 +0100
  263. dulwich (0.9.8-2) unstable; urgency=medium
  264. * Add pypy package.
  265. * Add patch 02_unpure_pypy to enable C bindings in pypy.
  266. -- Jelmer Vernooij <jelmer@debian.org> Sun, 30 Nov 2014 17:56:46 +0000
  267. dulwich (0.9.8-1) unstable; urgency=medium
  268. * New upstream release.
  269. * Bump standards version to 3.9.6 (no changes).
  270. -- Jelmer Vernooij <jelmer@debian.org> Sun, 30 Nov 2014 17:32:33 +0000
  271. dulwich (0.9.7-2) unstable; urgency=medium
  272. * Require at least Python 2.7. Closes: #753519
  273. * Add branch to Vcs-Git header.
  274. -- Jelmer Vernooij <jelmer@debian.org> Wed, 02 Jul 2014 21:20:48 +0200
  275. dulwich (0.9.7-1) unstable; urgency=medium
  276. * New upstream release.
  277. * Use canonical URL in Vcs-Git.
  278. -- Jelmer Vernooij <jelmer@debian.org> Fri, 25 Apr 2014 02:29:17 +0200
  279. dulwich (0.9.6-1) unstable; urgency=medium
  280. * New upstream release.
  281. * Allow output to stderr in autopktest.
  282. -- Jelmer Vernooij <jelmer@debian.org> Wed, 23 Apr 2014 01:41:04 +0200
  283. dulwich (0.9.5-2) unstable; urgency=medium
  284. * Don't write progress to stderr during testsuite run, as autopkgtest
  285. assumes that indicates failure.
  286. -- Jelmer Vernooij <jelmer@debian.org> Tue, 25 Feb 2014 02:02:42 +0000
  287. dulwich (0.9.5-1) unstable; urgency=medium
  288. * Add upstream PGP signing key.
  289. * Enable autopkgtest.
  290. * New upstream release.
  291. * Bump standards version to 3.9.5 (no changes).
  292. -- Jelmer Vernooij <jelmer@debian.org> Wed, 29 Jan 2014 00:30:26 +0000
  293. dulwich (0.9.4-1) unstable; urgency=low
  294. * New upstream release.
  295. -- Jelmer Vernooij <jelmer@debian.org> Sat, 30 Nov 2013 16:21:10 +0000
  296. dulwich (0.9.1-1) unstable; urgency=low
  297. * Bump standards version to 3.9.4.
  298. * Add Vcs-Browser header.
  299. * Add changelog entry for 0.9.1.
  300. -- Jelmer Vernooij <jelmer@debian.org> Sun, 22 Sep 2013 21:31:40 +0100
  301. dulwich (0.9.0-1) unstable; urgency=low
  302. * New upstream release.
  303. -- Jelmer Vernooij <jelmer@debian.org> Fri, 31 May 2013 00:58:42 +0100
  304. dulwich (0.8.6-1) experimental; urgency=low
  305. * New upstream release.
  306. + Drop 01_less_strict_index_tests: applied upstream.
  307. * Migrate to Git; replace Vcs-Bzr header with Vcs-Git header.
  308. * Remove duplicate field copyright in copyright file.
  309. * Use build flags from dpkg-buildflags.
  310. -- Jelmer Vernooij <jelmer@debian.org> Fri, 09 Nov 2012 23:44:30 +0100
  311. dulwich (0.8.5-2) unstable; urgency=low
  312. * Make index tests a bit less strict, fixes FTBFS on some systems.
  313. Closes: #666328
  314. -- Jelmer Vernooij <jelmer@debian.org> Mon, 02 Apr 2012 12:49:38 +0200
  315. dulwich (0.8.5-1) unstable; urgency=low
  316. * Install upstream changelog.
  317. * New upstream release.
  318. -- Jelmer Vernooij <jelmer@debian.org> Thu, 29 Mar 2012 15:38:35 +0200
  319. dulwich (0.8.4-1) unstable; urgency=low
  320. * New upstream release.
  321. * Bump standards version to 3.9.3 (no changes).
  322. * Fix header of copyright file format.
  323. -- Jelmer Vernooij <jelmer@debian.org> Wed, 28 Mar 2012 14:23:05 +0200
  324. dulwich (0.8.3-1) unstable; urgency=low
  325. * New upstream release.
  326. -- Jelmer Vernooij <jelmer@debian.org> Sat, 21 Jan 2012 22:24:12 +0100
  327. dulwich (0.8.2-1) unstable; urgency=low
  328. * Fix Vcs URL.
  329. * New upstream release.
  330. -- Jelmer Vernooij <jelmer@debian.org> Sun, 18 Dec 2011 21:35:03 +0100
  331. dulwich (0.8.1-1) unstable; urgency=low
  332. * New upstream release.
  333. + Now provides access to remote http(s) smart server repositories.
  334. Closes: #636331
  335. -- Jelmer Vernooij <jelmer@debian.org> Mon, 31 Oct 2011 13:07:39 -0700
  336. dulwich (0.8.0-1) unstable; urgency=low
  337. * New upstream release.
  338. + Adds support for IPv6 to git:// client. Closes: #631490
  339. + Fixes use of ~username in git:// URLs. Closes: #631483
  340. * Bump standards version to 3.9.2 (no changes).
  341. -- Jelmer Vernooij <jelmer@debian.org> Sun, 07 Aug 2011 15:03:44 +0200
  342. dulwich (0.7.1-3) unstable; urgency=low
  343. * Bump standards version to 3.9.2 (no changes).
  344. * Add python-dulwich-dbg package.
  345. -- Jelmer Vernooij <jelmer@debian.org> Sat, 18 Jun 2011 17:04:43 +0200
  346. dulwich (0.7.1-2) unstable; urgency=low
  347. * Explicitly make debhelper use dh_python2. Closes: #626414
  348. -- Jelmer Vernooij <jelmer@debian.org> Wed, 11 May 2011 22:29:56 +0200
  349. dulwich (0.7.1-1) unstable; urgency=low
  350. * Add missing Breaks: field to python-dulwich.
  351. * Switch to debhelper 7, drop cdbs.
  352. * New upstream release.
  353. -- Jelmer Vernooij <jelmer@debian.org> Tue, 12 Apr 2011 22:18:19 +0200
  354. dulwich (0.7.0-2) unstable; urgency=low
  355. * Switch to dh_python2.
  356. -- Jelmer Vernooij <jelmer@debian.org> Mon, 07 Mar 2011 03:19:45 +0100
  357. dulwich (0.7.0-1) unstable; urgency=low
  358. * New upstream release.
  359. + Changes default test runner from nose to testtools.
  360. * Drop Pure- from the description.
  361. -- Jelmer Vernooij <jelmer@debian.org> Fri, 21 Jan 2011 19:38:13 +0100
  362. dulwich (0.6.2+bzr702-1) unstable; urgency=low
  363. * Recommend python-fastimport. Closes: #600392
  364. * New upstream snapshot.
  365. -- Jelmer Vernooij <jelmer@debian.org> Sat, 06 Nov 2010 22:56:35 +0100
  366. dulwich (0.6.2-1) unstable; urgency=low
  367. * Build older versions of Python modules as well. Closes: #593751
  368. * New upstream release.
  369. -- Jelmer Vernooij <jelmer@debian.org> Sat, 16 Oct 2010 19:49:12 +0200
  370. dulwich (0.6.1-1) unstable; urgency=low
  371. * New upstream release.
  372. * Bump standards version to 3.9.1.
  373. -- Jelmer Vernooij <jelmer@debian.org> Fri, 30 Jul 2010 13:22:11 +0200
  374. dulwich (0.6.0-5) unstable; urgency=low
  375. * Support building on older platforms that still have C Git as git-
  376. core.
  377. * Avoid use of versioned shebang lines. Thanks Stefano Rivera. Closes:
  378. #587362
  379. -- Jelmer Vernooij <jelmer@debian.org> Tue, 20 Jul 2010 16:27:44 +0200
  380. dulwich (0.6.0-4) unstable; urgency=low
  381. * Switch to python-support. Closes: #583114
  382. -- Jelmer Vernooij <jelmer@debian.org> Sun, 30 May 2010 20:12:30 +0200
  383. dulwich (0.6.0-3) unstable; urgency=low
  384. * Clean up properly in clean target. Closes: #583130
  385. * Rebuild with proper version of pycentral. Closes: #583114
  386. -- Jelmer Vernooij <jelmer@debian.org> Fri, 28 May 2010 03:17:32 +0200
  387. dulwich (0.6.0-2) unstable; urgency=high
  388. * Add dependency on git, required for the testsuite. Closes: #582740
  389. -- Jelmer Vernooij <jelmer@debian.org> Mon, 24 May 2010 16:13:32 +0200
  390. dulwich (0.6.0-1) unstable; urgency=low
  391. * New upstream release.
  392. -- Jelmer Vernooij <jelmer@debian.org> Sat, 22 May 2010 23:06:20 +0200
  393. dulwich (0.5.0-1) unstable; urgency=low
  394. * New upstream release.
  395. * Switch to dpkg-source 3.0 (quilt) format.
  396. * Bump standards version to 3.8.4.
  397. -- Jelmer Vernooij <jelmer@debian.org> Wed, 03 Mar 2010 16:43:41 +0100
  398. dulwich (0.4.1-1) unstable; urgency=low
  399. * New upstream release.
  400. + Supports time-less tags. Closes: #543240
  401. * Rebuilt against newer version of python-central. Closes: #551893
  402. -- Jelmer Vernooij <jelmer@debian.org> Sun, 03 Jan 2010 16:40:19 +0100
  403. dulwich (0.4.0-1) unstable; urgency=low
  404. * New upstream release.
  405. * Bump standards version to 3.8.3.
  406. -- Jelmer Vernooij <jelmer@debian.org> Wed, 07 Oct 2009 12:08:10 +0200
  407. dulwich (0.3.3-1) unstable; urgency=low
  408. * Run the testsuite during build.
  409. * New upstream release.
  410. * Avoid hard dependency on python2.4. Thanks doko for the help
  411. debugging this. Closes: #534758.
  412. * Bump standards version to 3.8.2.
  413. -- Jelmer Vernooij <jelmer@debian.org> Thu, 23 Jul 2009 22:35:11 +0200
  414. dulwich (0.3.2-1) unstable; urgency=low
  415. * New upstream release.
  416. -- Jelmer Vernooij <jelmer@debian.org> Wed, 20 May 2009 19:04:00 +0200
  417. dulwich (0.3.0-1) unstable; urgency=low
  418. * New upstream release.
  419. -- Jelmer Vernooij <jelmer@debian.org> Sun, 10 May 2009 16:18:27 +0200
  420. dulwich (0.2.0-1) unstable; urgency=low
  421. * New upstream release.
  422. -- Jelmer Vernooij <jelmer@debian.org> Thu, 30 Apr 2009 14:45:32 +0200
  423. dulwich (0.1.1+bzr220-1) unstable; urgency=low
  424. * Update package description to mention optimized modules. (Closes: #521839)
  425. * New upstream snapshot.
  426. -- Jelmer Vernooij <jelmer@debian.org> Mon, 06 Apr 2009 15:48:41 +0200
  427. dulwich (0.1.1+bzr214-1) unstable; urgency=low
  428. * New upstream snapshot.
  429. * Bump standards version.
  430. * Fix long description. (Closes: #521003)
  431. * Switch to Arch: any, since the package now contains compiled
  432. optimized versions of some modules.
  433. -- Jelmer Vernooij <jelmer@debian.org> Sun, 29 Mar 2009 16:14:39 +0200
  434. dulwich (0.1.1~bzr153-1) unstable; urgency=low
  435. * New upstream snapshot.
  436. -- Jelmer Vernooij <jelmer@debian.org> Sun, 08 Mar 2009 07:02:00 +0100
  437. dulwich (0.1.0+bzr138-2) unstable; urgency=low
  438. * Add watch file.
  439. -- Jelmer Vernooij <jelmer@debian.org> Tue, 27 Jan 2009 04:26:55 +0100
  440. dulwich (0.1.0+bzr138-1) unstable; urgency=low
  441. * New upstream snapshot.
  442. -- Jelmer Vernooij <jelmer@debian.org> Sat, 24 Jan 2009 22:58:17 +0100
  443. dulwich (0.1.0-1) unstable; urgency=low
  444. * Initial release. (Closes: #512897)
  445. -- Jelmer Vernooij <jelmer@debian.org> Thu, 01 Jan 2009 04:15:38 +0100