File: changelog

package info (click to toggle)
bzr-stats 0.1.0%2Bbzr54%2Bbrz1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 24 kB
  • sloc: makefile: 4
file content (167 lines) | stat: -rw-r--r-- 5,000 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
bzr-stats (0.1.0+bzr54+brz1) unstable; urgency=medium

  * Add transitional packages to upgrade to breezy, which bundles the 'stats'
    plugin.
  * Use secure URI in Homepage field.
  * Move transitional package bzr-stats to oldlibs/optional per policy
    4.0.1.
  * Bump standards version to 4.4.0.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 24 Feb 2019 00:28:09 +0000

bzr-stats (0.1.0+bzr54-5) unstable; urgency=medium

  * Remove unnecessary XS-Testsuite field in debian/control.
  * Use secure copyright file specification URI.
  * Remove unnecessary X-Python{,3}-Version field in debian/control.
  * Trim trailing whitespace.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 13 Sep 2018 01:40:21 +0100

bzr-stats (0.1.0+bzr54-4) unstable; urgency=medium

  * Switch Vcs-bzr to launchpad.net for code hosting, as alioth's bzr
    hosting is no more.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 12 May 2018 15:53:08 +0000

bzr-stats (0.1.0+bzr54-3) unstable; urgency=low

  * Remove Koichi Akabe from uploaders. Closes: #864575

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 11 Jun 2017 13:40:15 +0000

bzr-stats (0.1.0+bzr54-2) unstable; urgency=medium

  * Add dependency on python-subunit in autopkgtest.
  * Re-add myself to uploaders.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 29 Jan 2017 22:08:35 +0000

bzr-stats (0.1.0+bzr54-1) unstable; urgency=low

  [ Koichi Akabe ]
  * Team upload.
  * debian/control
   - add XS-Testsuite: autopkgtest (Closes: #692719).
   - remove DM-Upload-Allowed field
   - update Standard-Version to 3.9.4

  [ Jelmer Vernooij ]
  * New upstream snapshot.
  * Bump standards version to 3.9.8 (no changes).
  * Use debhelper 9.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 27 Nov 2016 17:54:41 +0000

bzr-stats (0.1.0+bzr51-1) unstable; urgency=low

  * New maintainer (Closes: #668919)
  * New upstream snapshot
   + fix compatibility with bzr 2.6 (Closes: #686138)
  * debian/rules
   - add get-orig-source target
  * debian/control
   - remove half broken Build-Depends: bzr (<< 2.4.0~beta1-2)
   - update X-Python-Version to 2.6 or later to follow bzr package
  * debian/copyright
   - merge contents of same field
   - remove comment field

 -- Koichi Akabe <vbkaisetsu@gmail.com>  Tue, 28 Aug 2012 15:57:29 +0900

bzr-stats (0.1.0+bzr48-2) unstable; urgency=low

  * Orphan package.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 28 May 2012 23:42:17 +0200

bzr-stats (0.1.0+bzr48-1) unstable; urgency=low

  * Add autopkgtest entries.
  * Use parseable copyright file format.
  * Bump standards version to 3.9.3.
  * Break long line in description.
  * New upstream snapshot.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 28 Feb 2012 14:23:15 +0100

bzr-stats (0.1.0-4) unstable; urgency=low

  * Re-arrange | condition in build deps to make sbuild happy.
  * Bump standards version to 3.9.2 (no changes).

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 06 May 2011 03:50:14 +0200

bzr-stats (0.1.0-3) unstable; urgency=low

  * Add build dependency on python-bzrlib.tests, for compatibility with
    newer versions of bzr.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 01 May 2011 04:17:09 +0200

bzr-stats (0.1.0-2) unstable; urgency=low

  * Switch to dh_python2. Closes: #616766
  * Switch to debhelper 7, drop cdbs.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 07 Mar 2011 05:25:05 +0100

bzr-stats (0.1.0-1) unstable; urgency=low

  * Add watch file.
  * Support running test suite in parallel.
  * New upstream release.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 26 Feb 2011 20:28:31 +0100

bzr-stats (0.0.1~bzr43-1) unstable; urgency=low

  * New upstream snapshot.
  * Run testsuite as part of build.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 06 Nov 2010 21:50:19 +0100

bzr-stats (0.0.1~bzr41-1) unstable; urgency=low

  * New upstream snapshot.
   + Fixes registration of commands. Closes: #594357
  * Bump standards version to 3.9.1 (no changes).

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 25 Aug 2010 19:39:05 +0200

bzr-stats (0.0.1~bzr40-1) unstable; urgency=low

  * New upstream snapshot.
  * Bump standards version to 3.8.4.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 01 Jun 2010 22:45:11 +0200

bzr-stats (0.0.1~bzr37-1) unstable; urgency=low

  * Move to section vcs.
  * New upstream snapshot.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 19 Mar 2009 17:54:29 +0100

bzr-stats (0.0.1~bzr30-1) unstable; urgency=low

  * New upstream snapshot.
   + Fixes deprecation warning.
  * Bump standards version to 3.8.1.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 19 Mar 2009 17:04:33 +0100

bzr-stats (0.0.1~bzr27-1) unstable; urgency=low

  * New upstream snapshot.
   + Fixes missing import in classify.py. Closes: #499180
  * Allow uploads by Debian Maintainers.

 -- Jelmer Vernooij <jelmer@samba.org>  Wed, 01 Oct 2008 14:50:48 +0200

bzr-stats (0.0.1~bzr26-1) unstable; urgency=low

  * Initial release. (Closes: #491103)

 -- Jelmer Vernooij <jelmer@samba.org>  Wed, 16 Jul 2008 19:42:10 +0200