~ubuntu-branches/ubuntu/wily/easytag/wily

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): James Cowgill, James Cowgill, Alessio Treglia
  • Date: 2014-02-28 15:50:09 UTC
  • mfrom: (1.3.14)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140228155009-4n5atwchr56bg1xn
Tags: 2.1.10-1
* Team upload.

[ James Cowgill ]
* New upstream release (Closes: #560813, #500051, #518955, #727811).
* Add myself to the list of uploaders.
* Use debhelper v9.
* debian/control:
  - Build depend on desktop-file-utils and yelp-tools.
  - Recommend on gnome-icon-theme, gvfs and yelp (thanks David King)
  - Update homepage location.
  - Bump standards to 3.9.5 (no changes required).
* debian/copyright:
  - Rewritten to use DEP-5
* debian/rules:
  - Enable all hardening flags.
  - Remove unnecessary dh overrides.
* debian/patches:
  - Remove 1001-c90_style.patch, applied upstream.
  - Add patch to remove appdata from buildsystem.
    Can't use until appdata-tools is introduced into Debian.

[ Alessio Treglia ]
* Improve package description (Closes: #691687)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
/* Define for taglib MP4 support */
13
13
#undef ENABLE_MP4
14
14
 
 
15
/* Native Language support is enabled */
 
16
#undef ENABLE_NLS
 
17
 
15
18
/* Define for Ogg Vorbis support */
16
19
#undef ENABLE_OGG
17
20
 
31
34
/* Define to 1 if you have the `ftruncate' function. */
32
35
#undef HAVE_FTRUNCATE
33
36
 
34
 
/* Define to 1 if you have the `gettimeofday' function. */
35
 
#undef HAVE_GETTIMEOFDAY
36
 
 
37
37
/* Define to 1 if you have the <inttypes.h> header file. */
38
38
#undef HAVE_INTTYPES_H
39
39
 
114
114
/* Define to 1 if you have the ANSI C header files. */
115
115
#undef STDC_HEADERS
116
116
 
117
 
/* Define to `int' if <sys/types.h> does not define. */
118
 
#undef pid_t
119
 
 
120
117
/* Define to `unsigned int' if <sys/types.h> does not define. */
121
118
#undef size_t