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