~ubuntu-branches/debian/sid/pngphoon/sid

« back to all changes in this revision

Viewing changes to fail.h

  • Committer: Package Import Robot
  • Author(s): Paulo Roberto Alves de Oliveira (aka kretcheu)
  • Date: 2015-08-10 00:52:00 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150810005200-6snhuszsm0a97m45
Tags: 1.2-1
* QA upload.
* New upstream release.
* Migrations:
    - DH level to 9.
    - Standards-Version to 3.9.6.
    - debian/copyright to 1.0 format.
    - DebSrc to 3.0 format.
* debian/clean: Included to remove manpage created when building.
* debian/copyright: revised and updated all information.
* debian/dirs: removed because it is useless now.
* debian/install:
    - Included pngphoon binary.
    - Included sample script to use with xdpyinfo from X11-utils.
* debian/manpages: created to install the manpage.
* debian/rules: 
    - Updated to reduced format.
    - Added DEB_BUILD_MAINT_OPTIONS to improve the GCC hardening.
* debian/watch: Improved and removed extra comments.
* Added a patch 01-fix-Makefile-for-hardening
  to enable hardening options and remove library not used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
#ifndef _FAIL_H_
3
 
#define _FAIL_H_ 1
 
3
#define _FAIL_H_ _FAIL_H_
4
4
 
5
 
void fail(const char * s, ...);
 
5
void fail( const char * s, ... );
 
6
void warn( const char * s, ... );
 
7
void disablewarn();
6
8
 
7
9
#endif /* _FAIL_H_ */