File: changelog

package info (click to toggle)
logbook 1.7.0-1.0
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,140 kB
  • sloc: python: 6,558; makefile: 141
file content (171 lines) | stat: -rw-r--r-- 5,460 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
logbook (1.7.0-1.0) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version (Closes: #1042681)
  * d/patches/0001-Point-intersphinx-map-to-local-doc.patch: Refreshed patch
  * d/patches/0003-Drop-custom-build_ext-class.patch: Dropped, not applicable
  * d/patches/use-cython3.patch: Add missing patch description
  * d/patches/point_to_correct_speedups_file.patch: Location of file moved
  * d/patches/get_package_version_for_docs.patch: Get version by extending path
  * d/clean: Update autogenerated files to remove (Closes: #1048087, #1049495)
  * d/control: Add pybuild-plugin-pyproject to Build-Depends
  * d/watch: Update standard version to 4
  * d/upstream/metadata: Add with fields: Archive, Bug-Database, Bug-Submit,
    Repository, and Repository-Browse

 -- Lance Lin <lq27267@gmail.com>  Mon, 30 Oct 2023 20:46:17 +0700

logbook (1.5.3-5.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Compile for all Python versions
  * Bump policy version (no changes)
  * Drop gitlab-ci.yml
  * Switch to autopkgtest-pkg-pybuild

 -- Jochen Sprickerhof <jspricke@debian.org>  Mon, 02 Jan 2023 22:39:52 +0100

logbook (1.5.3-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add d/clean for leftovers
  * Remove d/files (generated)
  * Fix fuzz in patch
  * Move Description to source package
  * Add Rules-Requires-Root
  * Add Multi-Arch according to hinter
  * Use dh sequences
  * Bump policy and debhelper version (no changes)
  * Add patch for python3-setuptools (Closes: #1022450)

 -- Jochen Sprickerhof <jspricke@debian.org>  Mon, 31 Oct 2022 13:34:44 +0100

logbook (1.5.3-5) unstable; urgency=medium

  * Update debian/watch

 -- Iñaki Malerba <inaki@malerba.space>  Fri, 20 May 2022 13:22:13 +0200

logbook (1.5.3-4) unstable; urgency=medium

  * Remove pip install call from autopkgtest. (Closes: #954151)
  * Fix d/watch URL.

 -- Iñaki Malerba <inaki@malerba.space>  Sun, 26 Apr 2020 21:57:14 +0200

logbook (1.5.3-3) unstable; urgency=medium

  * Complete python2 removal, which was done already as a NMU but that the
    maintainer decided to ignore and perform partially; Closes: #936962

 -- Sandro Tosi <morph@debian.org>  Sat, 14 Mar 2020 16:33:37 -0400

logbook (1.5.3-2) unstable; urgency=medium

  * Remove python2 package.
  * Fix docs Index and Files reference on docs.
  * Bump standards version to 4.4.1
  * Bump debhelper and use debhelper-compat.

 -- Iñaki Malerba <inaki@malerba.space>  Sat, 21 Dec 2019 16:15:41 +0100

logbook (1.5.3-1) unstable; urgency=medium

  [ Iñaki Malerba ]
  * Update gitlab-ci.yml

  [ Downstreamer ]
  * New upstream version 1.5.3

 -- Iñaki Malerba <inaki@malerba.space>  Thu, 12 Dec 2019 22:14:20 +0100

logbook (1.4.3-1) unstable; urgency=medium

  [ Downstreamer ]
  * New upstream version 1.4.3

 -- Iñaki Malerba <inaki@malerba.space>  Tue, 22 Jan 2019 14:41:50 -0300

logbook (1.4.2-2) unstable; urgency=medium

  * New upstream version 1.4.2

 -- Agustin Henze <tin@debian.org>  Wed, 02 Jan 2019 18:26:48 +0000

logbook (1.4.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field

  [ Iñaki Malerba ]
  * New upstream version 1.4.0
  * New upstream version 1.4.1

 -- Iñaki Malerba <inaki@malerba.space>  Wed, 31 Oct 2018 21:09:33 -0300

logbook (1.3.0-3) unstable; urgency=medium

  [ Iñaki Malerba ]
  * Add Iñaki Malerba <inaki@malerba.space> as an uploader
  * Update Standards version. Deprecates x-python-version
  * debian/copyright: The files wildcard should be first
  * debian/rules: Remove get-orig-source target

  [ Agustin Henze ]
  * Set debhelper compatibility level to 11
  * [d/rules] Remove dpkg-parsechangelog invocation, use pkg-info.mk instead
  * Disable run unittest on building time, they are run by autopkgtests and
    remove unused build dependencies
  * Update doc paths according to dh compat 11
  * Add missing build-dependency on cython, python2.7-dev and python3-dev
  * Build cython module before calling to dh_auto_build
  * Change arch to any, shared lib is delivered
  * Enable hardening

 -- Agustin Henze <tin@debian.org>  Fri, 08 Jun 2018 15:40:21 -0300

logbook (1.3.0-2) unstable; urgency=medium

  [ Agustin Henze ]
  * Add gbp.conf

  [ Iñaki Malerba ]
  * debian/control: Change anonscm to salsa on vcs fields
  * Add needs-root requirement to autopkgtest (Closes: #900464)

 -- Iñaki Malerba <inaki@malerba.space>  Fri, 01 Jun 2018 14:01:04 -0300

logbook (1.3.0-1) unstable; urgency=medium

  [ Iñaki Malerba ]
  * New upstream version 1.3.0

 -- Inaki Malerba <inaki@malerba.space>  Wed, 04 Apr 2018 15:16:10 -0300

logbook (0.12.3-1) unstable; urgency=medium

  * Imported Upstream version 0.12.3
  * Add missing dependencies on `six` and `pytest` (Closes: #802404)
  * Build doc via `doc/Makefile`

 -- Agustin Henze <tin@debian.org>  Wed, 09 Dec 2015 11:52:57 -0300

logbook (0.10.0-1) unstable; urgency=medium

  * Imported Upstream version 0.10.0
  * Bumped Standard-Version to 3.9.6 (no changes required)

 -- Agustin Henze <tin@debian.org>  Fri, 21 Aug 2015 17:34:58 +0200

logbook (0.7.0-1) unstable; urgency=medium

  * Use uscan for get-orig-source target instead of wget
  * Imported Upstream version 0.7.0

 -- Agustin Henze <tin@debian.org>  Fri, 13 Jun 2014 20:39:04 -0300

logbook (0.6.0-1) unstable; urgency=low

  * Initial release (Closes: #596042).

 -- Agustin Henze <tin@debian.org>  Mon, 18 Nov 2013 20:01:13 -0300