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