~ubuntu-branches/ubuntu/trusty/gq/trusty

« back to all changes in this revision

Viewing changes to src/errorchain.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2009-10-25 23:34:56 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091025233456-i794n3yg2cff930j
Tags: 1.3.4-1
* QA upload.
  + Set maintainer to Debian QA Group <packages@qa.debian.org>.
* New upstream release. (Closes: #534705).
  + Does not segfault on amd64. (Closes: #444312).
  + Remove all existing patches and change patch system to quilt.
  + Replace dpatch build-dep with quilt.
* 01_desktop_file.diff - Remove encoding and bogus categories 
  from desktop file.
* Copy in config.{sub,guess} on configure, rm them on clean.
  + Add build-dep on autotools-dev.
* Make clean not ignore errors.
* Add copyright holders and version path to GPL (GPL-2).
* Update watch file to use SF redirector. (Closes: #449749).
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.8.3.
  + Menu policy transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
23
*/
24
24
 
25
 
/* $Id: errorchain.h 895 2006-05-18 13:54:26Z herzi $ */
 
25
/* $Id$ */
26
26
 
27
27
#ifndef GQ_ERRORCHAIN_H_INCLUDED
28
28
#define GQ_ERRORCHAIN_H_INCLUDED
29
29
 
30
 
#include <ldap.h>               /* LDAP */
31
30
#include <glib.h>               /* G_GNUC_PRINTF */
32
31
#include <gtk/gtkwidget.h>
33
32
 
 
33
#include "gq-ldap.h"
 
34
 
34
35
#ifdef HAVE_CONFIG_H
35
36
# include  <config.h>
36
37
#endif /* HAVE_CONFIG_H */