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