~ubuntu-branches/ubuntu/trusty/xfce4-sensors-plugin/trusty

« back to all changes in this revision

Viewing changes to include/sensors-interface-common.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Yves-Alexis Perez, Lionel Le Folgoc
  • Date: 2011-04-19 23:25:48 UTC
  • Revision ID: james.westby@ubuntu.com-20110419232548-b8u4whde9q4t852a
Tags: 1.0.0-2
[ Yves-Alexis Perez ]
* debian/control:
  - add build-dep on libxfcegui4-dev.
  - add build-dep on xfce4-dev-tools and libtool.
  - update debhelper build-dep to 7.
  - update standards version to 3.9.2.
  - add build-dep on libnotify-dev.
  - remove Rudy, Stefan and Michael from uploaders, thanks to them.
* debian/patches:
  - 02_port-xfce-47 added, port to 4.7 panel and link against libxfcegui4.
* debian/rules:
  - run xdt-autogen after applying patch touching Makefile.am.
* debian/compat bumped to 7.

[ Lionel Le Folgoc ]
* debian/rules: clean up autogenerated files changed by xdt-autogen.
* Switch to 3.0 (quilt).
* debian/patches:
  - 03_fix-typo.patch: added, fixes FTBFS with binutils-gold.  Closes: #556700
  - series: refreshed.
* debian/control:
  - remove Simon and Emanuele from uploaders, thanks to them.
  - bump xfce4-panel-dev b-dep to (>= 4.8.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
/* #include <glib/gprintf.h>  */
32
32
 
33
33
/* Xfce includes */
34
 
#include <libxfce4panel/xfce-panel-plugin.h>
 
34
#include <libxfce4panel/libxfce4panel.h>
35
35
 
36
36
/* Package includes */
37
37
#include <types.h>