prepare debian package
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 26 May 2013 22:16:11 +0000 (22:16 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 26 May 2013 22:16:11 +0000 (22:16 +0000)
debian/changelog
debian/control

index 1df408b..cbaab35 100644 (file)
@@ -1,43 +1,31 @@
-psensor (0.8.0.x-0ubuntu1) unstable; urgency=low
+psensor (0.8.0.2-1) unstable; urgency=low
 
   * New upstream release
-  * debian/psensor.install
-      + added psensor.glade.
-  * debian/control
-      + switched to Standards-Version 3.9.4.
-
- -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 14 Mar 2013 11:04:33 +0200
-
-psensor (0.7.0.4-1quantal1) quantal; urgency=low
-
-  * New upstream
       + fixed realloc null returned value not handled in amd.c.
       + fixed url var in main function not freed.
       + added message when no sensor graphs are enabled. (Closes: #689355)
   * debian/control
       + added builddep to cppcheck.
       + added builddep to asciidoc.
-      + mentioned FAQ in the psensor-common description.
-  * debian/changelog
-      + fixed 2 tabs instead of whitespaces.
+      + added mention of FAQ in the psensor-common description.
+      + added mention of libatasmart support in psensor description.
+      + replaced builddep libjson0-dev by libjson-c-dev.
   * debian/psensor-common.install
       + added faq.txt and faq.html.
+  * debian/control
+      + switched to Standards-Version 3.9.4.
+  * debian/psensor.install
+      + added psensor.glade.
 
- -- Jean-Philippe Orsini <jeanfi@gmail.com>  Thu, 14 Mar 2013 10:04:33 +0200
-
-psensor (0.7.0.3-1quantal1) quantal; urgency=low
-
-  * Bump Quantal
-
- -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 08 Dec 2012 11:34:13 +0100
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Sat, 25 May 2013 04:16:57 -0400
 
 psensor (0.7.0.3-1) unstable; urgency=low
 
   * New upstream release
       + added gconf schema. (LP: #1026807)
-      + fixed systray and application indicator visible at the
+      +        fixed systray and application indicator visible at the
         same time. (LP: #971098)
-      + fixed wrong background color, get the background color of
+      +        fixed wrong background color, get the background color of
         the window and not the canvas widget. (LP: #973122)
       + removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
       + added degree sign for celcius. (LP: #1021900)
index 463a41a..bcdb03c 100644 (file)
@@ -15,7 +15,7 @@ Build-Depends: asciidoc,
                libgconf2-dev,
                libgtk-3-dev,
                libgtop2-dev,
-               libjson0-dev,
+               libjson-c-dev,
                libmicrohttpd-dev,
                libnotify-dev,
                libsensors4-dev,
@@ -39,7 +39,7 @@ Description: display graphs for monitoring hardware temperature
  It can monitor:
   * the temperature of the motherboard and CPU sensors (using lm-sensors).
   * the temperature of the NVidia GPUs (using XNVCtrl).
-  * the temperature of the Hard Disk Drives (using hddtemp).
+  * the temperature of the Hard Disk Drives (using hddtemp or atasmart lib).
   * the rotation speed of the fans (using lm-sensors).
   * the sensors of a remote computer (using psensor-server).
  .