summaryrefslogtreecommitdiffstats
path: root/network/speedometer/changelog
blob: 3ab3448f889585f91d4067fc5f6471b4b634d4e3 (plain)
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
speedometer (2.8-3) unstable; urgency=medium

  * New maintainer. (Closes: #920070)
  * Switch to Python 3, consequently:
      - debian/control: updated dependencies to python3.
      - debian/patches/update-to-python3.patch: added to provide
        python3 support. (Closes: #943229)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: Changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * debian/control:
      - Added the field Rules-Requires-Root: no
      - Standards-Version: bumped to 4.4.1 (no changes needed)
      - Switch VCS URLs to salsa.debian.org
  * debian/copyright:
      - Added safe uri (https) to Format.
      - Updated years and rights.
  * debian/rules:
      - Added pybuild support.
      - Updated to reduced format.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/upstream/metadata: created.
  * debian/upstream.changelog: removed, upstream no longer uses hg repo.
  * debian/watch:
      - migrated to version 4.
      - updated to new repository in Github an using new variables.


 -- Giovani Augusto Ferreira <giovani@debian.org>  Tue, 17 Dec 2019 10:43:07 -0300

speedometer (2.8-2) unstable; urgency=medium

  * debian/compat
    - Updae to 9.
  * debian/control
    - (Build-Depends): Update to debhelper 9.
    - (Homepage): Move field.
    - (Standards-Version): Update to 3.9.8.
    - (Vcs-*): Update to anonscm.debian.org.
  * debian/copyright
    - Update URLs.
  * debian/pod2man.mk
    - Make build reproducible (Closes: 782221).
      Patch thanks to Reiner Herrmann <reiner@reiner-h.de>.

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 19 Oct 2016 18:25:25 +0300

speedometer (2.8-1) unstable; urgency=low

  [Jari Aalto]
  * New upstream release
    - Linear scale (Closes: #415397).
  * debian/copyright
    - (Format): Update URL.
  * debian/rules
    - (get-changelog): Add more commentary.
  * debian/upstream.changelog
    - Update.

  [tony mancill]
  * Add python-setuptools to Build-Depends

 -- Jari Aalto <jari.aalto@cante.net>  Fri, 09 Dec 2011 14:30:46 +0200

speedometer (2.7-1) unstable; urgency=low

  * New upstream release
    - Fix Python 2.5.4 DeprecationWarning: The popen2 module is deprecated
      (Closes: #583573).
  * debian/compat
    - Update to 8.
  * debian/control
    - (Build-Depends): Update to debhelper 8.
    - (Standards-Version): Update to 3.9.2.
  * debian/copyright
    - Update to DEP5.
    - (Files: *): Correct license to LGPL 2.1.
  * debian/*.mk
    - Minor updates.
  * debian/speedometer.1.pod
    - (top level): Proper starting comment.
    - (DESCRIPTION): Improve documentation to note that
      traffic must be generated (Closes: #583576).
    - (EXAMPLES): Adjust indentation.
    - (SEE ALSO): Add more programs.
    - (AUTHORS): Adjust wording.
  * debian/rules
    - (PKGDIR): New.
    - (get-changelog): New.
    - Cleanup rules handled by dh(1).

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 21 Apr 2011 19:34:18 +0300

speedometer (2.6-3) unstable; urgency=low

  * debian/control
    - (Depends): Update to python-urwid (>= 0.9.9.1), because (0.9.9) is
      not compatible (Closes: #569070). Update to debhelper 7.1 due to
      oveerrides in debian/rules
    - (Standards-Version): update to 3.8.4.
  * debian/rules:
    - (binary-indep): Remove unused commands.
    - (install): remove target.
    - (override_dh_auto_install): New target.
    - (.PHONY): cleanup targets.

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 22 Feb 2010 16:18:59 +0200

speedometer (2.6-2) unstable; urgency=low

  * Move to packaging format: 3.0 (quilt).
  * debian/clean
    - Move content from 'rules' for dh(1) to use.
  * debian/compat
    - Update to 7.
  * debian/control
    - (Build-Depends): update to debhelper 7.
    - (Description): convert examples to bullets.
    - (Depends): add ${misc:Depends} for debhelper,
      add version to dependency python-urwid (>= 0.9.1).
    - (Standards-Version): update to 3.8.3
  * debian/copyright
    - (GPL): Use FSF URL (FSF recommendation).
  * debian/rules
    - Remove rules obsoleted by dh(1).
  * debian/source/format
    - New file.
  * debian/speedometer.1
    - Delete file generated from *.pod source (see debian/rules::man).
  * debian/speedometer.manpages
    - Move content from 'rules' for dh(1) to use.

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 19 Dec 2009 13:52:03 +0200

speedometer (2.6-1) unstable; urgency=low

  * New upstream version. (Closes: #473420).
  * debian/changelog
    - Adjust indentation and layout.
    - Change time to ISO 8601 notation.
  * debian/control
    - (Vcs-*): New fields.
    - (Homepage): move to separate field.
    - (Standards-Version): Update to 3.8.0.

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 18 Oct 2008 01:07:47 +0300

speedometer (2.4-1) unstable; urgency=low

  * Initial release (Closes: #404671)

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 13 Jan 2007 20:34:25 +0200