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