to force dput to upload tarball upstream
[psensor-pkg-ubuntu.git] / debian / changelog
1 psensor (1.1.3-1ppautopic1) utopic; urgency=medium
2
3   * New upstream release
4       + added gtk+ 3.14 support. (Closes: #763257)
5
6  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 27 Oct 2014 22:24:28 +0100
7
8 psensor (1.1.2-1) unstable; urgency=medium
9
10   * New upstream release.
11   * debian/control
12       + added dep to libxnvctrl-dev or nvidia-settings to enable
13         nvidia support and ease ubuntu sync.
14       + removed build dep to gconf which is no more needed.
15       + added build dep to libudisks2-dev.
16       + removed hddtemp from "Recommends" field (psensor is using
17         udisks2 by default now but not psensor-server).
18   * debian/psensor.install
19       + removed gconf schema.
20   * debian/copyright
21       + added copyright information about checkpatch.pl.
22   * debian/watch
23       + added location of the release signature.
24   * added debian/upstream/signing-key.asc
25
26  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 21 Sep 2014 17:26:09 -0400
27
28 psensor (1.0.4-1) unstable; urgency=medium
29
30   * New upstream release.
31       + fixed psensor does not start: Attempt to unlock mutex that was not
32         locked during startup with glib 2.41.2. (LP: #1346299)
33       + fixed FTBFS with clang instead of gcc. (Closes: #753061)
34   * debian/control
35       + added build dep to libappindicator3-dev.
36       + switched to optional priority instead of extra.
37       + removed useless dots after long descriptions.
38   * debian/rules
39       + removed useless comments.
40   * debian/copyright
41       + switched to copyright format 1.0.
42
43  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 06 Aug 2014 18:36:41 -0400
44
45 psensor (1.0.2-1) unstable; urgency=low
46
47   * New upstream release.
48       + fixed AppIndicator icons. (LP: #1290072) (LP: #1310323)
49       + removed webfont to fix lintian warning privacy-breach-generic.
50       + fixed lintian warning source-is-missing due to minimized .js.
51   * debian/control
52       + switched to Standards-Version 3.9.5.
53       + fixed indentation of build-depends section.
54       + changed vcs headers, packaging maintained in git now.
55       + switch to dh-autoreconf (superset of autotools-dev).
56   * debian/copyright
57       + psensor/packaging copyright end date set to 2014.
58       + jqplot (updated upstream) copyright end date set to 2013.
59       + excanvas.js (removed upstream) copyright removed.
60   * debian/rules
61       + use autoreconf to update libtool and configure. (Closes: #749110)
62   * debian/patches/json-c-FTBFS-fix.patch
63       + droped, fixed upstream
64   * debian/psensor.install
65       + don't autostart psensor by default. (Closes: #728754)
66
67  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 02 Jun 2014 22:17:16 +0200
68
69 psensor (0.8.0.4-1.1) unstable; urgency=low
70
71   * Non-maintainer upload.
72   * Update to build against current json-c. (Closes: #746145)
73
74  -- Wookey <wookey@debian.org>  Fri, 30 May 2014 16:41:37 +0000
75
76 psensor (0.8.0.4-1) unstable; urgency=low
77
78   * New upstream release.
79   * debian/control
80       + added dep to autotools-dev to regenerate config.{guess,sub}.
81       + added vcs fields.
82       + fixed ordering of build-deps.
83       + longer description for psensor-common.
84   * debian/copyright
85       + copyright end date set to 2013.
86   * debian/psensor*.lintian-overrides
87       + ignored no-upstream-change lintian warnings as
88         upstream does not provide it.
89   * removed debian/docs because there are multiple bin packages.
90   * debian/psensor-common.install
91       + added README.
92   * debian/psensor-common.doc-base.manual
93       + registered to doc-base.
94   * debian/rules
95       + regenerate config.{guess,sub} automatically. (Closes: #727950)
96
97  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 20 Sep 2013 19:39:45 -0400
98
99 psensor (0.8.0.3-2) unstable; urgency=low
100
101   * debian/control
102       + exclude build dep to atasmart lib for hurd and kfreebsd.
103
104  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 08 Sep 2013 06:36:33 -0400
105
106 psensor (0.8.0.3-1) unstable; urgency=low
107
108   * New upstream release.
109       + fixed realloc null returned value not handled in amd.c.
110       + fixed url var in main function not freed.
111       + added message when no sensor graphs are enabled. (Closes: #689355)
112       + replaced deprecated GtkColorSelectionDialog by GtkColorChooserDialog.
113         to avoid build failure with recent GTK releases. (LP: #1184442)
114   * debian/control
115       + added builddep to cppcheck.
116       + added builddep to asciidoc.
117       + added mention of FAQ in the psensor-common description.
118       + added mention of libatasmart support in psensor description.
119       + replaced builddep libjson0-dev by libjson-c-dev.
120       + switched to Standards-Version 3.9.4.
121   * debian/psensor-common.install
122       + added faq.txt and faq.html.
123   * debian/psensor.install
124       + added psensor.glade.
125
126  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 25 May 2013 04:16:57 -0400
127
128 psensor (0.7.0.3-1) unstable; urgency=low
129
130   * New upstream release.
131       + added gconf schema. (LP: #1026807)
132       + fixed systray and application indicator visible at the
133         same time. (LP: #971098)
134       + fixed wrong background color, get the background color of
135         the window and not the canvas widget. (LP: #973122)
136       + removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
137       + added degree sign for celcius. (LP: #1021900)
138       + fixed hide window on startup for gnome-shell. (Closes: #676361)
139   * debian/control
140       + added builddep to libatasmart-dev.
141       + switched to debhelper 9.
142   * debian/psensor.install
143       + added gconf schema.
144   * debian/rules
145       + set GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to 1 to avoid gconf
146         schema installation during package build.
147   * debian/compat
148       + switched to debhelper 9, fixes hardening-no-relro and
149         hardening-no-fortify-functions lintian warnings.
150
151  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 19 Aug 2012 04:26:27 -0400
152
153 psensor (0.6.2.17-2) unstable; urgency=low
154
155   * debian/control
156      - replaced libcurl4-openssl-dev build dep to
157        libcurl4-gnutls-dev. (Closes: #668180)
158
159  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 09 Apr 2012 12:15:54 -0400
160
161 psensor (0.6.2.17-1) unstable; urgency=low
162
163   * New upstream release.
164       - Fixed sensor type displayed in sensor preferences. (Closes LP: #968912)
165   * debian/control
166       - Switched to Standards-Version 3.9.3.
167   * debian/copyright
168       - Changed end date to 2012.
169
170  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 26 Mar 2012 05:14:19 -0400
171
172 psensor (0.6.2.16-1) unstable; urgency=low
173
174   * New upstream release.
175       - removed -pedantic compilation option. (Closes LP: #905893)
176   * debian/control, debian/psensor.install, debian/psensor-server.install:
177       - applied wrap-and-sort. (Closes: #652531)
178
179  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 22 Dec 2011 21:11:44 -0500
180
181 psensor (0.6.2.15-1) unstable; urgency=low
182
183   * New upstream release.
184       - fct sysinfo is replaced by gtop2 calls. (Closes: #650533)
185   * debian/control
186       - set priority to 'extra' instead of 'optional' due to dependence
187         on json-c lib which is using a priority 'extra'.
188
189  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 01 Dec 2011 01:57:00 +0100
190
191 psensor (0.6.2.14-1) unstable; urgency=low
192
193   * New upstream release.
194       - monochrome icons for Ubuntu themes. (Closes LP: #811003)
195   * debian/copyright:
196       - replaced email with my personnal one
197       - added license and copyright info for jqplot
198   * debian/control:
199       - removed useless dep to lua
200       - switch to Standards-Version 3.9.2
201       - added build dep to libjs-query
202       - replaced email with my personnal one
203       - build dep to gtk3 instead of gtk2
204   * debian/psensor.install:
205       - added icons directory to include ubuntu default icons theme
206       - added directories for glade files
207       - added directory for autostart file
208   * debian/psensor-server.links:
209       - linked query.js file from libjs-query package
210
211  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 25 Nov 2011 02:56:22 -0500
212
213 psensor (0.6.1.9-3) unstable; urgency=low
214
215   * debian/copyright:
216       - Fixed Lintian error: helper-templates-in-copyright
217
218  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 12 Sep 2011 05:47:02 -0400
219
220 psensor (0.6.1.9-2) unstable; urgency=low
221
222   * debian/psensor-server.install:
223       - Fixed missing www files.
224
225  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 20 May 2011 02:52:34 -0400
226
227 psensor (0.6.1.9-1) unstable; urgency=low
228
229   * New upstream release.
230   * debian/control:
231       - Fixed Lintian warning: newer-standards-version.
232
233  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 03 May 2011 11:26:03 +0200
234
235 psensor (0.6.1.8-1) unstable; urgency=low
236
237   * New upstream release.
238   * debian/control:
239       - removed empty paragraphs. (Closes: #624236)
240       - added build-dep to autoconf,automake,gettext,autopoint
241       - switched to Standards-Version 3.9.2
242
243  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 21 Apr 2011 15:19:35 +0200
244
245 psensor (0.6.1.7-1) unstable; urgency=low
246
247   * New upstream release.
248
249  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 19 Apr 2011 14:43:17 +0200
250
251 psensor (0.6.1.6-1) unstable; urgency=low
252
253   * New upstream release.
254   * debian/control: fixed capitalization-error-in-description
255
256  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 14 Apr 2011 23:57:35 +0200
257
258 psensor (0.6.1.5-1) unstable; urgency=low
259
260   * Initial release.
261
262  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 20 Feb 2011 15:15:30 +0100