don't autostart psensor by default
[psensor-pkg-ubuntu.git] / debian / changelog
1 psensor (0.8.0.6-1ppatrusty1) trusty; urgency=low
2
3   * Bump trusty PPA
4   * debian/psensor.install
5       + don't autostart psensor by default.
6
7  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 11 Apr 2014 08:54:21 +0200
8
9 psensor (0.8.0.6-1) unstable; urgency=low
10
11   * New upstream release.
12       + fixed AppIndicator icons. (LP: #1290072)
13       + removed webfont to fix lintian warning privacy-breach-generic.
14       + fixed lintian warning source-is-missing due to minimized .js.
15   * debian/control
16       + switched to Standards-Version 3.9.5.
17       + fixed indentation of build-depends section.
18       + changed vcs headers, packaging maintained in git now.
19   * debian/copyright
20       + psensor/packaging copyright end date set to 2014.
21       + jqplot (updated upstream) copyright end date set to 2013.
22       + excanvas.js (removed upstream) copyright removed.
23
24  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 15 Apr 2014 03:40:40 -0400
25
26 psensor (0.8.0.4-1) unstable; urgency=low
27
28   * New upstream release.
29   * debian/control
30       + added dep to autotools-dev to regenerate config.{guess,sub}.
31       + added vcs fields.
32       + fixed ordering of build-deps.
33       + longer description for psensor-common.
34   * debian/copyright
35       + copyright end date set to 2013.
36   * debian/psensor*.lintian-overrides
37       + ignored no-upstream-change lintian warnings as
38         upstream does not provide it.
39   * removed debian/docs because there are multiple bin packages.
40   * debian/psensor-common.install
41       + added README.
42   * debian/psensor-common.doc-base.manual
43       + registered to doc-base.
44   * debian/rules
45       + regenerate config.{guess,sub} automatically. (Closes: #727950)
46
47  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 20 Sep 2013 19:39:45 -0400
48
49 psensor (0.8.0.3-2ubuntu1) saucy; urgency=low
50
51   * Merge from Debian unstable, remaining Ubuntu changes:
52    - Build depend on nvidia-settings build-dep on i386 and amd64.
53    - Build depend on libunity-dev and libappindicator3-dev for Unity support.
54
55  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 30 Sep 2013 13:14:05 +0200
56
57 psensor (0.8.0.3-2) unstable; urgency=low
58
59   * debian/control
60       + exclude build dep to atasmart lib for hurd and kfreebsd
61
62  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 08 Sep 2013 06:36:33 -0400
63
64 psensor (0.8.0.3-1ubuntu1) saucy; urgency=low
65
66   * Merge from Debian unstable, remaining Ubuntu changes:
67    - Build depend on nvidia-settings build-dep on i386 and amd64.
68    - Build depend on libunity-dev and libappindicator3-dev for Unity support.
69   * Drop debian/patches/allow_gtk_deprecates.patch, it's fixed in debian
70
71  -- Jackson Doak <noskcaj@ubuntu.com>  Mon, 27 May 2013 21:44:21 +0000
72
73 psensor (0.8.0.3-2) unstable; urgency=low
74
75   * debian/control
76       + exclude build dep to atasmart lib for hurd and kfreebsd.
77
78  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 08 Sep 2013 06:36:33 -0400
79
80 psensor (0.8.0.3-1) unstable; urgency=low
81
82   * New upstream release.
83       + fixed realloc null returned value not handled in amd.c.
84       + fixed url var in main function not freed.
85       + added message when no sensor graphs are enabled. (Closes: #689355)
86       + replaced deprecated GtkColorSelectionDialog by GtkColorChooserDialog.
87         to avoid build failure with recent GTK releases. (LP: #1184442)
88   * debian/control
89       + added builddep to cppcheck.
90       + added builddep to asciidoc.
91       + added mention of FAQ in the psensor-common description.
92       + added mention of libatasmart support in psensor description.
93       + replaced builddep libjson0-dev by libjson-c-dev.
94       + switched to Standards-Version 3.9.4.
95   * debian/psensor-common.install
96       + added faq.txt and faq.html.
97   * debian/psensor.install
98       + added psensor.glade.
99
100  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 25 May 2013 04:16:57 -0400
101
102 psensor (0.7.0.3-1ubuntu2) saucy; urgency=low
103
104   * added debian/patches/allow_gtk_deprecates.patch: to workaround
105     compilation failure with new gtk release. (LP: #1184442)
106   * debian/control: switched to 3.9.4 Standards Version.
107   * Remaining changes:
108     + Modifed build-dep to add NVidia and Application Indicator support
109     + Only add an nvidia-settings build-dep on i386 and amd6
110
111  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 27 May 2013 00:45:33 +0200
112
113 psensor (0.7.0.3-1ubuntu1) raring; urgency=low
114
115   * Merge from Debian unstable, remaining Ubuntu changes:
116    - Build depend on nvidia-settings build-dep on i386 and amd64.
117    - Build depend on libunity-dev and libappindicator3-dev for Unity support.
118
119  -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Sun, 27 Jan 2013 19:04:44 -0500
120
121 psensor (0.7.0.3-1) unstable; urgency=low
122
123   * New upstream release.
124       + added gconf schema. (LP: #1026807)
125       + fixed systray and application indicator visible at the
126         same time. (LP: #971098)
127       + fixed wrong background color, get the background color of
128         the window and not the canvas widget. (LP: #973122)
129       + removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
130       + added degree sign for celcius. (LP: #1021900)
131       + fixed hide window on startup for gnome-shell. (Closes: #676361)
132   * debian/control
133       + added builddep to libatasmart-dev.
134       + switched to debhelper 9.
135   * debian/psensor.install
136       + added gconf schema.
137   * debian/rules
138       + set GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to 1 to avoid gconf
139         schema installation during package build.
140   * debian/compat
141       + switched to debhelper 9, fixes hardening-no-relro and
142         hardening-no-fortify-functions lintian warnings.
143
144  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 19 Aug 2012 04:26:27 -0400
145
146 psensor (0.6.2.19-0ubuntu1) quantal; urgency=low
147
148   * New upstream release
149     + fixed hide window on startup for gnome-shell. (Closes: #676361)
150     + fixed size of the icon hicolor/48x48/psensor_hot.png. (LP: #1029065)
151   * Removed LP1021900.patch: fixed upstream since 0.6.2.18.
152   * Remaining changes:
153     + Modifed build-dep to add NVidia and Application Indicator support
154     + Only add an nvidia-settings build-dep on i386 and amd6
155
156  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 21 Aug 2012 11:19:33 +0200
157
158 psensor (0.6.2.17-2ubuntu1) quantal; urgency=low
159
160   * Merge from Debian testing.  Remaining changes:
161     + Modifed build-dep to add NVidia and Application Indicator support
162     + Only add an nvidia-settings build-dep on i386 and amd6
163     + debian/patches/LP1021900.patch: added degree Celcius symbol
164   * Remove drop_g_thread_init.patch: fixed upstream since 0.6.2.17
165   * Remove LP968912.patch: fixed upstream since 0.6.2.17
166
167  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 13 Jul 2012 02:22:18 +0200
168
169 psensor (0.6.2.17-2) unstable; urgency=low
170
171   * debian/control
172      - replaced libcurl4-openssl-dev build dep to
173        libcurl4-gnutls-dev. (Closes: #668180)
174
175  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 09 Apr 2012 12:15:54 -0400
176
177 psensor (0.6.2.17-1) unstable; urgency=low
178
179   * New upstream release.
180       - Fixed sensor type displayed in sensor preferences. (Closes LP: #968912)
181   * debian/control
182       - Switched to Standards-Version 3.9.3.
183   * debian/copyright
184       - Changed end date to 2012.
185
186  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 26 Mar 2012 05:14:19 -0400
187
188 psensor (0.6.2.16-1ubuntu6) quantal; urgency=low
189
190   * debian/patches/LP1021900.patch
191     - added degree Celcius symbol. (LP: #1021900)
192
193  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 07 Jul 2012 00:47:44 +0200
194
195 psensor (0.6.2.16-1ubuntu5) quantal; urgency=low
196
197   * No change upload to get the latest version of libmicrohttpd. 
198
199  -- Chris J Arges <chris.j.arges@canonical.com>  Fri, 15 Jun 2012 08:26:04 -0500
200
201 psensor (0.6.2.16-1ubuntu4) precise; urgency=low
202  
203   * debian/patches/LP968912.patch
204     - fixed displayed sensor type. (LP: #968912)
205
206  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 30 Mar 2012 09:07:58 +0200
207
208 psensor (0.6.2.16-1ubuntu3) precise; urgency=low
209
210   * debian/control
211     + Modified build-dep to add libunity-dev. (Closes LP: #919962)
212     + Applied wrap-and-sort.
213
214  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 22 Jan 2012 14:13:21 +0100
215
216 psensor (0.6.2.16-1ubuntu2) precise; urgency=low
217
218   * debian/control
219     + Modified build-dep to libappindicator3-dev. (Closes LP: #919959)
220
221  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 22 Jan 2012 12:24:13 +0100
222
223 psensor (0.6.2.16-1ubuntu1) precise; urgency=low
224
225   * Merge from Debian testing.  Remaining changes:
226     + Modifed build-dep to add NVidia and Application Indicator support
227     + Only add an nvidia-settings build-dep on i386 and amd64
228
229   * Add a patch to drop the deprecated g_thread_init() call
230     - add debian/patches/drop_g_thread_init.patch
231     - add debian/patches/series
232
233  -- Micah Gersten <micahg@ubuntu.com>  Sat, 21 Jan 2012 22:41:34 -0600
234
235 psensor (0.6.2.16-1) unstable; urgency=low
236
237   * New upstream release.
238       - removed -pedantic compilation option. (Closes LP: #905893)
239   * debian/control, debian/psensor.install, debian/psensor-server.install:
240       - applied wrap-and-sort. (Closes: #652531)
241
242  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 22 Dec 2011 21:11:44 -0500
243
244 psensor (0.6.2.15-1) unstable; urgency=low
245
246   * New upstream release.
247       - fct sysinfo is replaced by gtop2 calls. (Closes: #650533)
248   * debian/control
249       - set priority to 'extra' instead of 'optional' due to dependence
250         on json-c lib which is using a priority 'extra'.
251
252  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 01 Dec 2011 01:57:00 +0100
253
254 psensor (0.6.2.14-1) unstable; urgency=low
255
256   * New upstream release.
257       - monochrome icons for Ubuntu themes. (Closes LP: #811003)
258   * debian/copyright:
259       - replaced email with my personnal one
260       - added license and copyright info for jqplot
261   * debian/control:
262       - removed useless dep to lua
263       - switch to Standards-Version 3.9.2
264       - added build dep to libjs-query
265       - replaced email with my personnal one
266       - build dep to gtk3 instead of gtk2
267   * debian/psensor.install:
268       - added icons directory to include ubuntu default icons theme
269       - added directories for glade files
270       - added directory for autostart file
271   * debian/psensor-server.links:
272       - linked query.js file from libjs-query package
273
274  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 25 Nov 2011 02:56:22 -0500
275
276 psensor (0.6.1.9-3ubuntu1) precise; urgency=low
277
278   * Merge from Debian testing.  Remaining changes:
279     + Modifed build-dep to add NVidia and Application Indicator support
280     + Only add an nvidia-settings build-dep on i386 and amd64
281
282  -- Micah Gersten <micahg@ubuntu.com>  Wed, 26 Oct 2011 04:46:38 -0500
283
284 psensor (0.6.1.9-3) unstable; urgency=low
285
286   * debian/copyright:
287       - Fixed Lintian error: helper-templates-in-copyright
288
289  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 12 Sep 2011 05:47:02 -0400
290
291 psensor (0.6.1.9-2ubuntu2) oneiric; urgency=low
292
293   * Only add an nvidia-settings build-dep on i386 and amd64 since these are the
294     only two arches this package exists on
295     - update debian/control
296
297  -- Micah Gersten <micahg@ubuntu.com>  Fri, 10 Jun 2011 02:25:53 -0500
298
299 psensor (0.6.1.9-2ubuntu1) oneiric; urgency=low
300
301   * Merge from debian unstable.  Remaining changes:
302     + Modifed build-dep to add NVidia and Application Indicator support
303       (LP: #793443).
304
305  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 07 Jun 2011 02:41:01 -0500
306
307 psensor (0.6.1.9-2) unstable; urgency=low
308
309   * debian/psensor-server.install:
310       - Fixed missing www files.
311
312  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 20 May 2011 02:52:34 -0400
313
314 psensor (0.6.1.9-1) unstable; urgency=low
315
316   * New upstream release.
317   * debian/control:
318       - Fixed Lintian warning: newer-standards-version.
319
320  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 03 May 2011 11:26:03 +0200
321
322 psensor (0.6.1.8-1ubuntu1) oneiric; urgency=low
323
324   * debian/control:
325     - added build-dep nvidia-settings and libappindicator-dev. It allows
326       psensor to monitor NVidia GPUs and to use Ubuntu Application Indicator
327       (LP: #778415).
328
329  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 14 May 2011 18:04:25 +0200
330
331 psensor (0.6.1.8-1) unstable; urgency=low
332
333   * New upstream release.
334   * debian/control:
335       - removed empty paragraphs. (Closes: #624236)
336       - added build-dep to autoconf,automake,gettext,autopoint
337       - switched to Standards-Version 3.9.2
338
339  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 21 Apr 2011 15:19:35 +0200
340
341 psensor (0.6.1.7-1) unstable; urgency=low
342
343   * New upstream release.
344
345  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Tue, 19 Apr 2011 14:43:17 +0200
346
347 psensor (0.6.1.6-1) unstable; urgency=low
348
349   * New upstream release.
350   * debian/control: fixed capitalization-error-in-description
351
352  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 14 Apr 2011 23:57:35 +0200
353
354 psensor (0.6.1.5-1) unstable; urgency=low
355
356   * Initial release.
357
358  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sun, 20 Feb 2011 15:15:30 +0100
359
360 psensor (0.6.1.5-0ubuntu1) maverick; urgency=low
361
362   * New upstream release
363
364  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 17 Feb 2011 02:15:50 +0100
365
366 psensor (0.6.1.4-0ubuntu1) maverick; urgency=low
367
368   * New upstream release
369
370  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 16 Feb 2011 19:17:18 +0100
371
372 psensor (0.6.1.3-1) maverick; urgency=low
373
374   * upgrade upstream
375   * removed debian/tmp in .install files
376   * improved long description of the packages
377   * fixed debian/copyright(add real name and license preamble)
378   * use dh_installman
379   * added debian/watch file
380
381  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Wed, 16 Feb 2011 09:56:05 +0100
382
383 psensor (0.6.1.1-3) lucid; urgency=low
384
385   * bump lucid
386
387  -- jeanfi <jeanfi@gmail.com>  Tue, 15 Feb 2011 12:10:08 +0100
388
389 psensor (0.6.1.1-2) natty; urgency=low
390
391   * bump natty
392
393  -- jeanfi <jeanfi@gmail.com>  Tue, 15 Feb 2011 12:09:19 +0100
394
395 psensor (0.6.1.1-1) maverick; urgency=low
396
397   * upgrade upstream
398
399  -- jeanfi <jeanfi@gmail.com>  Tue, 15 Feb 2011 11:41:38 +0100
400
401 psensor (0.6.1-4) natty; urgency=low
402
403   * bump natty
404
405  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 12:18:28 +0100
406
407 psensor (0.6.1-3) lucid; urgency=low
408
409   * bump lucid
410
411  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 12:17:37 +0100
412
413 psensor (0.6.1-2) maverick; urgency=low
414
415   * fixed file conflicts concerning doc dir
416
417  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 11:47:16 +0100
418
419 psensor (0.6.1-1) maverick; urgency=low
420
421   * upgrade upstream
422
423  -- jeanfi <jeanfi@gmail.com>  Mon, 14 Feb 2011 10:52:24 +0100
424
425 psensor (0.6.0.14-5) karmic; urgency=low
426
427   * bump karmic
428
429  -- jeanfi <jeanfi@gmail.com>  Sun, 13 Feb 2011 14:05:07 +0100
430
431 psensor (0.6.0.14-4) maverick; urgency=low
432
433   * www/index.lua in the psensor-server package
434
435  -- jeanfi <jeanfi@gmail.com>  Sun, 13 Feb 2011 13:30:30 +0100
436
437 psensor (0.6.0.14-3) lucid; urgency=low
438
439   * bump lucid
440
441  -- jeanfi <jeanfi@gmail.com>  Sat, 12 Feb 2011 21:18:22 +0100
442
443 psensor (0.6.0.14-2) natty; urgency=low
444
445   * bump natty
446
447  -- jeanfi <jeanfi@gmail.com>  Sat, 12 Feb 2011 21:16:38 +0100
448
449 psensor (0.6.0.14-1) maverick; urgency=low
450
451   * upgrade upstream
452
453  -- jeanfi <jeanfi@gmail.com>  Sat, 12 Feb 2011 14:34:42 +0100